Package | Description |
---|---|
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 |
---|---|
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>> |
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 | 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>> |
Coordinator.extCoupInfo
The links from outside of this coordinator to itself.
|
Modifier and Type | Method and Description |
---|---|
MultiMap<INamed,IContent> |
Coordinator.convertInput(Message x)
Converts an input to a map of model names to contents.
|
MultiMap<INamed,IContent> |
ICoordinator.convertInput(Message x)
Converts an input to a map of model names to contents.
|
MultiMap<INamed,IContent> |
IAtomicSimulator.convertMsg(Message x)
Convert a message into a MultiMap.
|
MultiMap<INamed,IContent> |
AtomicSimulator.convertMsg(Message x)
Convert a message into a MultiMap.
|
Copyright © 2017–2019 UniversitĂ© CĂ´te d'Azur, CNRS, I3S. All rights reserved.