EASE.Sensing.Specification
Class ExportCell

java.lang.Object
  |
  +--EASE.Sensing.Specification.Cell
        |
        +--EASE.Sensing.Specification.ExportCell
Direct Known Subclasses:
Activation, Satisfaction, TransitionCondition

public abstract class ExportCell
extends Cell
implements java.io.Serializable

Abstract super class of all the Cell types that willbe exported

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Fields inherited from class EASE.Sensing.Specification.Cell
comment, creationDate, debugger, defaultFileName, fileName, instantiatedParams, listeners, name, previousVersion, serialVersionUID, subCells, subsequentVersion, treePath
 
Constructor Summary
ExportCell(java.lang.String name, java.lang.String comment, Cell implementation, ExportCell prev)
          Constructor
 
Method Summary
abstract  Calculation getCalculation()
           
 Node getEngineNode()
          Get a node at runtime implementing this ExportCell
 Cell getImplementation()
          Get the Cell implementing this ExportCell
 
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, getType, 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

ExportCell

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

getImplementation

public Cell getImplementation()
Get the Cell implementing this ExportCell


getEngineNode

public Node getEngineNode()
Get a node at runtime implementing this ExportCell

Overrides:
getEngineNode in class Cell

getCalculation

public abstract Calculation getCalculation()