|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--EASE.Sensing.Specification.Cell | +--EASE.Sensing.Specification.ExportCell
Abstract super class of all the Cell types that willbe exported
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 java.lang.Object |
|
Field Detail |
static final long serialVersionUID
Constructor Detail |
public ExportCell(java.lang.String name, java.lang.String comment, Cell implementation, ExportCell prev)
Method Detail |
public Cell getImplementation()
public Node getEngineNode()
public abstract Calculation getCalculation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |