|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimulTime | |
---|---|
aa4mm.basic.agent | |
aa4mm.basic.coupling.artefacts_ports | |
aa4mm.basic.data_types | |
aa4mm.basic.model |
Uses of SimulTime in aa4mm.basic.agent |
---|
Methods in aa4mm.basic.agent that return SimulTime | |
---|---|
SimulTime |
GenericAgent.getCurrentTime()
|
SimulTime |
GenericAgent.getNextTime()
|
Uses of SimulTime in aa4mm.basic.coupling.artefacts_ports |
---|
Methods in aa4mm.basic.coupling.artefacts_ports with parameters of type SimulTime | |
---|---|
javax.jms.ObjectMessage |
OutputPort.read(SimulTime currentSimulationTime)
Read a message from the JMS topic. |
javax.jms.ObjectMessage |
OutputPort.readInitialValue(SimulTime initialSimulationTime)
TODO faire quelquechose concernant ce code qui porrait être factorisé avec la fonction d'en dessous: la première fois que l'on lit une donnée depuis la mémoire partagée, le simulateur n'a pas encore été lancé. |
Uses of SimulTime in aa4mm.basic.data_types |
---|
Fields in aa4mm.basic.data_types declared as SimulTime | |
---|---|
private SimulTime |
ValidData.validityLowerBound
simulation time at which the data starts being valid |
private SimulTime |
ValidData.validityUpperBound
simulation time at which the data stops being valid |
Methods in aa4mm.basic.data_types that return SimulTime | |
---|---|
SimulTime |
ValidData.getValidityLowerBound()
|
SimulTime |
ValidData.getValidityUpperBound()
|
Constructors in aa4mm.basic.data_types with parameters of type SimulTime | |
---|---|
ValidData(SimulTime lowerBound,
SimulTime upperBound,
SimulData data)
|
Uses of SimulTime in aa4mm.basic.model |
---|
Fields in aa4mm.basic.model declared as SimulTime | |
---|---|
protected SimulTime |
GenericModelArtefact.currentTime
The current simulation time. |
protected SimulTime |
GenericModelArtefact.nextTime
The time for the next step or event to be processed by the simulator. |
Methods in aa4mm.basic.model that return SimulTime | |
---|---|
SimulTime |
GenericModelArtefact.getCurrentTime()
|
SimulTime |
GenericModelArtefact.getNextTime()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |