Package | Description |
---|---|
modeling.messaging |
Contains all the classes necessary for managing the messages exchanged by atomic models.
|
modeling.models |
Models in the DEVS sense.
|
simulation.simulators |
All the machinery actually making the simulation possible is implemented here.
|
Modifier and Type | Field and Description |
---|---|
private Port |
Content._port
The Port through which the value transits.
|
Modifier and Type | Method and Description |
---|---|
Port |
Content.port()
Getter on the contained port.
|
Port |
IContent.port()
Getter on the contained port.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Content.onPort(Port port)
Check if the instance is on the specified Port.
|
boolean |
IContent.onPort(Port port)
Check if the instance is on the specified Port.
|
Constructor and Description |
---|
Content(Port port,
V value)
Content constructor that takes a port and a value.
|
Modifier and Type | Field and Description |
---|---|
protected MultiMap<Map.Entry<INamed,Port>,Map.Entry<INamed,Port>> |
CoupledDevs._couplingInfo
A MultiMap that contains internal coupling information.
|
protected MultiMap<Map.Entry<INamed,Port>,Map.Entry<INamed,Port>> |
CoupledDevs._couplingInfo
A MultiMap that contains internal coupling information.
|
Modifier and Type | Method and Description |
---|---|
MultiMap<Map.Entry<INamed,Port>,Map.Entry<INamed,Port>> |
ICoupledDevs.couplingInfo()
Getter on the multi-map that contains all coupling relation that is to
say associate a pair model/port to
another.
|
MultiMap<Map.Entry<INamed,Port>,Map.Entry<INamed,Port>> |
ICoupledDevs.couplingInfo()
Getter on the multi-map that contains all coupling relation that is to
say associate a pair model/port to
another.
|
MultiMap<Map.Entry<INamed,Port>,Map.Entry<INamed,Port>> |
CoupledDevs.couplingInfo()
Getter on the MultiMap that contains all coupling relation that is to
say associate a pair model/port to
another.
|
MultiMap<Map.Entry<INamed,Port>,Map.Entry<INamed,Port>> |
CoupledDevs.couplingInfo()
Getter on the MultiMap that contains all coupling relation that is to
say associate a pair model/port to
another.
|
Modifier and Type | Method and Description |
---|---|
void |
CoupledDevs.addPair(Map.Entry<INamed,Port> cs,
Map.Entry<INamed,Port> cd)
Add a coupling data represent as a pair of string for the key and a
pair of string for the value.
|
void |
CoupledDevs.addPair(Map.Entry<INamed,Port> cs,
Map.Entry<INamed,Port> cd)
Add a coupling data represent as a pair of string for the key and a
pair of string for the value.
|
Modifier and Type | Field and Description |
---|---|
protected MultiMap<Map.Entry<INamed,Port>,Map.Entry<INamed,Port>> |
AtomicSimulator._couplingInfo
Data structure that represents the coupling between internal models.
|
protected MultiMap<Map.Entry<INamed,Port>,Map.Entry<INamed,Port>> |
AtomicSimulator._couplingInfo
Data structure that represents the coupling between internal models.
|
protected MultiMap<Map.Entry<INamed,Port>,Map.Entry<INamed,Port>> |
Coordinator.extCoupInfo
The links from outside of this coordinator to itself.
|
protected MultiMap<Map.Entry<INamed,Port>,Map.Entry<INamed,Port>> |
Coordinator.extCoupInfo
The links from outside of this coordinator to itself.
|
Modifier and Type | Method and Description |
---|---|
void |
Coordinator.addExtPair(Map.Entry<INamed,Port> cs,
Map.Entry<INamed,Port> cd)
Add an external pairing, that is to say a pairing from an external
model and its Port to this model and a given Port.
|
void |
Coordinator.addExtPair(Map.Entry<INamed,Port> cs,
Map.Entry<INamed,Port> cd)
Add an external pairing, that is to say a pairing from an external
model and its Port to this model and a given Port.
|
void |
ICoordinator.addExtPair(Map.Entry<INamed,Port> cs,
Map.Entry<INamed,Port> cd)
Add an external pairing, that is to say a pairing from an external
model and its Port to this model and a given Port.
|
void |
ICoordinator.addExtPair(Map.Entry<INamed,Port> cs,
Map.Entry<INamed,Port> cd)
Add an external pairing, that is to say a pairing from an external
model and its Port to this model and a given Port.
|
void |
IAtomicSimulator.addPair(Map.Entry<INamed,Port> cSender,
Map.Entry<INamed,Port> cReceiver)
Add a coupling information.
|
void |
IAtomicSimulator.addPair(Map.Entry<INamed,Port> cSender,
Map.Entry<INamed,Port> cReceiver)
Add a coupling information.
|
void |
AtomicSimulator.addPair(Map.Entry<INamed,Port> cSender,
Map.Entry<INamed,Port> cReceiver)
Add a coupling information.
|
void |
AtomicSimulator.addPair(Map.Entry<INamed,Port> cSender,
Map.Entry<INamed,Port> cReceiver)
Add a coupling information.
|
Copyright © 2017–2019 UniversitĂ© CĂ´te d'Azur, CNRS, I3S. All rights reserved.