TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.logging.events.cbe
Interface OtherSituation

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable, SituationType
All Known Implementing Classes:
OtherSituationImpl

public interface OtherSituation
extends SituationType

Interface representing an OtherSituation.

The following description is from the Common Base Event v1.0.1 specification entitled "Canonical Situation Data Format: The Common Base Event V1.0.1":

The OtherSituation category is to provide support for the situation that is product specific requirement other than the predefined categories.

Since:
1.0.1

Method Summary
 java.lang.String getAny()
           Returns the value of the 'Any' attribute.
 void init()
          Resets the object's properties to their initial (e.g.
 void setAny(java.lang.String value)
          Sets the value of the ' Any' attribute.
 
Methods inherited from interface org.eclipse.tptp.logging.events.cbe.SituationType
getReasoningScope, setReasoningScope, validate
 

Method Detail

getAny

public java.lang.String getAny()

Returns the value of the 'Any' attribute.

Returns:
the value of the 'Any' attribute.
See Also:
setAny(String), org.eclipse.tptp.logging.events.cbe.EventPackage#getOtherSituation_Any()

setAny

public void setAny(java.lang.String value)
Sets the value of the ' Any' attribute.

The CBE specification does not restrict the contents of this value in any way.

Parameters:
value - the new value of the 'Any' attribute.
See Also:
getAny()

init

public void init()
Resets the object's properties to their initial (e.g. null) state. All components are initialized to either zero or null.

Specified by:
init in interface SituationType
Since:
1.0

TPTP 4.1.0 Platform Project
Public API Specification