EASE.Sensing.Specification
Class TransitionCondition

java.lang.Object
  |
  +--EASE.Sensing.Specification.Cell
        |
        +--EASE.Sensing.Specification.ExportCell
              |
              +--EASE.Sensing.Specification.TransitionCondition

public class TransitionCondition
extends ExportCell
implements java.io.Serializable, Constants

Specification of user defined transition condition

The implementation of an transition condition is completely encapsulated in the first of its children.

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Fields inherited from class EASE.Sensing.Specification.ExportCell
serialVersionUID
 
Fields inherited from class EASE.Sensing.Specification.Cell
comment, creationDate, debugger, defaultFileName, fileName, instantiatedParams, listeners, name, previousVersion, serialVersionUID, subCells, subsequentVersion, treePath
 
Constructor Summary
TransitionCondition(java.lang.String name, java.lang.String comment, Cell implementation)
           
TransitionCondition(java.lang.String name, java.lang.String comment, Cell implementation, TransitionCondition prev)
           
 
Method Summary
 Calculation getCalculation()
           
 int getType()
           
 
Methods inherited from class EASE.Sensing.Specification.ExportCell
getEngineNode, getImplementation
 
Methods inherited from class EASE.Sensing.Specification.Cell
addChangeListener, addSub, createChildDisplayTreeBranch, createParentDisplayTreeBranch, getComment, getFactory, getFileName, getFullName, getHistory, getInstantiatedParams, getListenerNames, getListType, getName, getParameters, getPrevious, getSub, getSubs, getSuccessor, getTreePath, hasListeners, hasParameters, instantiateParamsForEngine, instantiateParamsForEngine, justCreated, matchParam, notifyAllListeners, notifyChange, removeChangeListener, removeInstantiated, saveValidateSubs, saveValidateVector, setFileName, setInstantiatedParams, setSubs, setSuccessor, setTreePath, shortFileName, toString, validateSubs, validateVector
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
Constructor Detail

TransitionCondition

public TransitionCondition(java.lang.String name,
                           java.lang.String comment,
                           Cell implementation)

TransitionCondition

public TransitionCondition(java.lang.String name,
                           java.lang.String comment,
                           Cell implementation,
                           TransitionCondition prev)
Method Detail

getType

public int getType()
Overrides:
getType in class Cell

getCalculation

public Calculation getCalculation()
Overrides:
getCalculation in class ExportCell