class staticDigraph

The staticDigraph class can be used to create static structure digraph models.

Inheritance:


Public Methods

[more] staticDigraph()
[more] staticDigraph(const staticDigraph& src)
[more]const staticDigraph& operator=(const staticDigraph& src)
[more]void add(devs* model)
Add a model to the network
[more]void couple(devs* src, ADEVS_PORT_TYPE srcPort, devs* dst, ADEVS_PORT_TYPE dstPort)
Couple the src model to the destination model
[more]netExec* getNetExec()
[more] ~staticDigraph()
[more]object* clone() const


Inherited from devsn:

Public Methods

ovoid initialize(ADEVS_TIME_TYPE t0)
odevsn* typeIsNetwork()


Inherited from devs:

Public Fields

obasic_sim_support_t bsim_support

Public Methods

ovirtual atomic* typeIsAtomic()
ovirtual netExec* typeIsNetExec()
oconst devsn* getParent() const
odevsn* getParent()
ovoid setParent(devsn* parent)
ostatic 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.
o staticDigraph()

o staticDigraph(const staticDigraph& src)

oconst staticDigraph& operator=(const staticDigraph& src)

ovoid add(devs* model)
Add a model to the network

ovoid couple(devs* src, ADEVS_PORT_TYPE srcPort, devs* dst, ADEVS_PORT_TYPE dstPort)
Couple the src model to the destination model

onetExec* getNetExec()

o ~staticDigraph()

oobject* 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++.