public abstract class Network extends Devs
Constructor and Description |
---|
Network() |
Modifier and Type | Method and Description |
---|---|
abstract void |
getComponents(java.util.Collection<Devs> c)
The collection must be Fill with Network's components.
|
abstract void |
route(java.lang.Object x,
Devs model,
java.util.Collection<Event> r)
Route events coming into to the model or being produced
by one of its components.
|
getNativePeer, model_transition
public abstract void getComponents(java.util.Collection<Devs> c)
c
- Empty collection to fill with the Network's componentspublic abstract void route(java.lang.Object x, Devs model, java.util.Collection<Event> r)
x
- The value of the event to be routedmodel
- The source of the eventr
- An empty collection to be filled with (target,value) pairsEvent