EASE.Sensing.Specification
Class InputListData

java.lang.Object
  |
  +--EASE.Sensing.Specification.Cell
        |
        +--EASE.Sensing.Specification.InputData
              |
              +--EASE.Sensing.Specification.InputListData

public class InputListData
extends InputData
implements java.io.Serializable

Specification list of data available from Simulator Interface

See Also:
Serialized Form

Field Summary
(package private)  Debugger debugger
           
(package private) static long serialVersionUID
           
 
Fields inherited from class EASE.Sensing.Specification.InputData
parameters, serialVersionUID, typeName
 
Fields inherited from class EASE.Sensing.Specification.Cell
comment, creationDate, debugger, defaultFileName, fileName, instantiatedParams, listeners, name, previousVersion, serialVersionUID, subCells, subsequentVersion, treePath
 
Constructor Summary
InputListData(java.lang.String name, java.lang.String comment, java.lang.String type)
          Creates a specification for a listof input data
 
Method Summary
 Node getEngineNode()
          Return a SensorValue node representing this InputData I doubt this function can actually get called.
 InputListData getListType()
           
 
Methods inherited from class EASE.Sensing.Specification.InputData
getParameters, getTreePath, getType, getTypeName, setParams
 
Methods inherited from class EASE.Sensing.Specification.Cell
addChangeListener, addSub, createChildDisplayTreeBranch, createParentDisplayTreeBranch, getComment, getFactory, getFileName, getFullName, getHistory, getInstantiatedParams, getListenerNames, getName, getPrevious, getSub, getSubs, getSuccessor, 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

debugger

transient Debugger debugger

serialVersionUID

static final long serialVersionUID
Constructor Detail

InputListData

public InputListData(java.lang.String name,
                     java.lang.String comment,
                     java.lang.String type)
Creates a specification for a listof input data

Parameters:
name - Specifies a name given to the piece of data. E.g. BallDist

comment - Some description of the data.

type - A valid Java type describing the object type.

Method Detail

getEngineNode

public Node getEngineNode()
Return a SensorValue node representing this InputData I doubt this function can actually get called. Sensor values of this type actually come from SensingSpecification as InputObjectField type.

Overrides:
getEngineNode in class InputData

getListType

public InputListData getListType()
Overrides:
getListType in class Cell