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, port_t srcPort, devs* dst, port_t dstPort)
- Couple the src model to the destination model
-
netExec* getNetExec()
-
~staticDigraph()
-
object* clone() const
Inherited from devsn:
Public Methods
-
void init()
Inherited from devs:
Public Fields
-
typedef enum NETWORK
-
typedef enum UNKNOWN Type
Public Methods
-
TIME_TYPE timeCurrent() const
-
TIME_TYPE timeLast() const
-
TIME_TYPE timeNext() const
-
TIME_TYPE elapsed() const
-
TIME_TYPE sigma() const
-
TIME_TYPE ta() const
-
void hold(TIME_TYPE dt)
-
void passivate()
-
void setTimeCurrent(TIME_TYPE T)
-
void setTimeLast(TIME_TYPE T)
-
void setTimeNext(TIME_TYPE T)
-
Type getType() const
-
basic_sim* getAttachedSimulator()
-
void setAttachedSimulator(basic_sim* sim)
Public
-
typedef enum ATOMIC
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, port_t srcPort, devs* dst, port_t dstPort)
- Couple the src model to the destination model
netExec* getNetExec()
~staticDigraph()
object* clone() const
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.