Package | Description |
---|---|
modeling.messaging |
Contains all the classes necessary for managing the messages exchanged by atomic models.
|
simulation.simulators |
All the machinery actually making the simulation possible is implemented here.
|
Modifier and Type | Class and Description |
---|---|
class |
Content<V>
A Content is a pair <Port_Name; Value>.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IAtomicSimulator.addInInputMessage(IContent content)
Add a content into input message.
|
void |
AtomicSimulator.addInInputMessage(IContent content)
Add a content into input message.
|
void |
IAtomicSimulator.addInOutputMessage(IContent content)
Add a content into output message.
|
void |
AtomicSimulator.addInOutputMessage(IContent content)
Add a content into output message.
|
Copyright © 2017–2019 UniversitĂ© CĂ´te d'Azur, CNRS, I3S. All rights reserved.