EASE.Sensing.Specification
Class FactorySuggestion

java.lang.Object
  |
  +--EASE.Sensing.Specification.Cell
        |
        +--EASE.Sensing.Specification.FactorySuggestion

public class FactorySuggestion
extends Cell
implements java.io.Serializable, Constants

This class acts as a placeholder for the factory suggestion in sensing specification. The translation to Engine turns this into a parameter.

See Also:
Serialized Form

Field Summary
 java.lang.String factory
           
static java.lang.String NAME
           
(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
FactorySuggestion()
          Constructor just sends hardcoded information to super.
 
Method Summary
 Node getEngineNode()
          Engine Node is translated to a parameter.
 java.lang.String getFactory()
          Tells which factory this factory suggestion is referring to
 int getType()
          Mmmm, what to do?
 
Methods inherited from class EASE.Sensing.Specification.Cell
addChangeListener, addSub, createChildDisplayTreeBranch, createParentDisplayTreeBranch, getComment, 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

NAME

public static final java.lang.String NAME

factory

public java.lang.String factory

serialVersionUID

static final long serialVersionUID
Constructor Detail

FactorySuggestion

public FactorySuggestion()
Constructor just sends hardcoded information to super.

Method Detail

getEngineNode

public Node getEngineNode()
Engine Node is translated to a parameter.

Overrides:
getEngineNode in class Cell

getType

public int getType()
Mmmm, what to do?
Overrides:
getType in class Cell

getFactory

public java.lang.String getFactory()
Tells which factory this factory suggestion is referring to
Overrides:
getFactory in class Cell