The staticDigraph class can be used to create
static structure digraph models.
Inheritance:
Public Methods
-
staticDigraph()
-
staticDigraph(const staticDigraph& src)
-
const staticDigraph& operator=(const staticDigraph& src)
-
void add(devs* model)
- Add a model to the network
-
void couple(devs* src, ADEVS_PORT_TYPE srcPort, devs* dst, ADEVS_PORT_TYPE dstPort)
- Couple the src model to the destination model
-
netExec* getNetExec()
-
~staticDigraph()
-
object* clone() const
Inherited from devsn:
Public Methods
-
void init(ADEVS_TIME_TYPE t0)
-
devsn* typeIsNetwork()
Inherited from devs:
Public Methods
-
devsn* getParent()
-
const devsn* getParent() const
-
void setParent(devsn* model)
-
virtual atomic* typeIsAtomic()
-
virtual netExec* typeIsNetExec()
-
unsigned long get_cellspace_key() const
-
void set_cellspace_key(unsigned long cell_key)
Inherited from object:
Documentation
The staticDigraph class can be used to create
static structure digraph models. The copy constructor,
clone method, and assignment operator rely on the
component models supporting the clone() method.
staticDigraph()
staticDigraph(const staticDigraph& src)
const staticDigraph& operator=(const staticDigraph& src)
void add(devs* model)
- Add a model to the network
void couple(devs* src, ADEVS_PORT_TYPE srcPort, devs* dst, ADEVS_PORT_TYPE dstPort)
- Couple the src model to the destination model
netExec* getNetExec()
~staticDigraph()
object* clone() const
- This class has no child classes.
- Friends:
- class net_exec
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.