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 initialize(ADEVS_TIME_TYPE t0)
-
devsn* typeIsNetwork()
Inherited from devs:
Public Fields
-
basic_sim_support_t bsim_support
Public Methods
-
virtual atomic* typeIsAtomic()
-
virtual netExec* typeIsNetExec()
-
const devsn* getParent() const
-
devsn* getParent()
-
void setParent(devsn* parent)
-
static void prefer_thread(int thread_id)
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++.