|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimulData | |
---|---|
aa4mm.basic.agent | |
aa4mm.basic.coupling | |
aa4mm.basic.coupling.artefacts_ports | |
aa4mm.basic.data_types | |
aa4mm.basic.model |
Uses of SimulData in aa4mm.basic.agent |
---|
Fields in aa4mm.basic.agent with type parameters of type SimulData | |
---|---|
protected java.util.ArrayList<InputPort<? extends SimulData>> |
GenericAgent.couplingArtefactInputPortList
Represents the list of coupling artifacts ports that allow the agent to post data. |
protected java.util.ArrayList<OutputPort<? extends SimulData>> |
GenericAgent.couplingArtefactOutputPortList
Represents the list of coupling artifacts ports that allow the agent to read data. |
Methods in aa4mm.basic.agent with parameters of type SimulData | |
---|---|
protected void |
GenericAgent.post(SimulData data)
Post a given simulation data to the right coupling artifact input port. |
Method parameters in aa4mm.basic.agent with type arguments of type SimulData | |
---|---|
void |
GenericAgent.addInputCouplingArtefactPort(InputPort<? extends SimulData> in)
Link this agent with an coupling artifact input port |
void |
GenericAgent.addOutputCouplingArtefactPort(OutputPort<? extends SimulData> out)
Link this agent with an coupling artifact output port |
Uses of SimulData in aa4mm.basic.coupling |
---|
Methods in aa4mm.basic.coupling that return SimulData | |
---|---|
SimulData |
Operation.apply(SimulData someKindOfData)
An operation on a set of data |
Methods in aa4mm.basic.coupling with parameters of type SimulData | |
---|---|
SimulData |
Operation.apply(SimulData someKindOfData)
An operation on a set of data |
Uses of SimulData in aa4mm.basic.coupling.artefacts_ports |
---|
Classes in aa4mm.basic.coupling.artefacts_ports with type parameters of type SimulData | |
---|---|
class |
InputPort<I extends SimulData>
|
class |
OutputPort<O extends SimulData>
|
Uses of SimulData in aa4mm.basic.data_types |
---|
Fields in aa4mm.basic.data_types declared as SimulData | |
---|---|
private SimulData |
ValidData.data
simulation data |
Methods in aa4mm.basic.data_types that return SimulData | |
---|---|
SimulData |
ValidData.getSimulData()
|
Constructors in aa4mm.basic.data_types with parameters of type SimulData | |
---|---|
ValidData(SimulTime lowerBound,
SimulTime upperBound,
SimulData data)
|
Uses of SimulData in aa4mm.basic.model |
---|
Methods in aa4mm.basic.model that return types with arguments of type SimulData | |
---|---|
abstract java.util.ArrayList<SimulData> |
GenericModelArtefact.getOutputData()
Get the model output data |
Methods in aa4mm.basic.model with parameters of type SimulData | |
---|---|
abstract void |
GenericModelArtefact.setInitialInputData(SimulData data)
If a model needs initial data from the others model in order to be initiated. |
abstract void |
GenericModelArtefact.setInputData(SimulData data)
Set the model input data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |