Base class for DEVS network models
Inheritance:
Public Methods
-
devsn()
-
devsn(const devsn& src)
-
const devsn& operator=(const devsn& src)
-
void init(ADEVS_TIME_TYPE t0)
-
Any class derived from the devsn class should call
the parent init() method when the derived init() method
is called.
-
virtual netExec* getNetExec() = 0
- Return the network executive associated with this network model
-
virtual ~devsn()
-
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:
Public Methods
-
virtual object* clone() const
Documentation
Base class for DEVS network models
devsn()
devsn(const devsn& src)
const devsn& operator=(const devsn& src)
void init(ADEVS_TIME_TYPE t0)
-
Any class derived from the devsn class should call
the parent init() method when the derived init() method
is called. The init() method initializes all
component models and sets their parent field.
The init() method assumes that the network executive
has already been created (i.e. getNetExec() != NULL).
virtual netExec* getNetExec() = 0
- Return the network executive associated with this network model
virtual ~devsn()
devsn* typeIsNetwork()
- Direct child classes:
- staticDigraph
coupled
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.