Inheritance:
Public Methods
-
net_exec(devsn* parent = NULL)
-
net_exec(const net_exec& src, devsn* parent)
-
void init()
-
void delta_int()
-
void delta_ext(ADEVS_TIME_TYPE e, const adevs_bag<PortValue>& x)
-
void delta_conf(const adevs_bag<PortValue>& x)
-
void output_func(adevs_bag<PortValue>& y)
-
void gc_output(adevs_bag<PortValue>& g)
-
void gc_models(adevs_set<devs*>& g)
-
void getComponents(adevs_set<devs*>& c)
-
void addModel(devs* d)
-
void addCoupling(devs* src, ADEVS_PORT_TYPE srcPort, devs* dst, ADEVS_PORT_TYPE dstPort)
-
void route(const PortValue& pv, devs* model, adevs_bag<EventReceiver>& r)
-
~net_exec()
Inherited from netExec:
Public Methods
-
virtual bool componentSetChanged() const
-
netExec* typeIsNetExec()
Protected Methods
-
void operator=(const netExec& src)
Inherited from atomic:
Public Methods
-
static void output(ADEVS_PORT_TYPE port, ADEVS_IO_TYPE value, adevs_bag<PortValue>& y)
-
ADEVS_TIME_TYPE timeNext() const
-
ADEVS_TIME_TYPE timeLast() const
-
ADEVS_TIME_TYPE timeCurrent() const
-
ADEVS_TIME_TYPE elapsed() const
-
ADEVS_TIME_TYPE sigma() const
-
ADEVS_TIME_TYPE ta() const
-
void hold(ADEVS_TIME_TYPE dt)
-
void passivate()
-
void setTimeCurrent(ADEVS_TIME_TYPE t_current)
-
void setTimeNext(ADEVS_TIME_TYPE t_next)
-
void setTimeLast(ADEVS_TIME_TYPE t_last)
-
atomic* typeIsAtomic()
-
adevs_bag<PortValue> * get_output_bag()
-
adevs_bag<PortValue> * get_input_bag()
-
void set_input_bag(adevs_bag<PortValue>* xx)
-
void set_output_bag(adevs_bag<PortValue>* yy)
Inherited from devs:
Public Methods
-
devsn* getParent()
-
const devsn* getParent() const
-
void setParent(devsn* model)
-
virtual devsn* typeIsNetwork()
-
unsigned long get_cellspace_key() const
-
void set_cellspace_key(unsigned long cell_key)
Inherited from object:
Public Methods
-
virtual object* clone() const
Documentation
net_exec(devsn* parent = NULL)
net_exec(const net_exec& src, devsn* parent)
void init()
void delta_int()
void delta_ext(ADEVS_TIME_TYPE e, const adevs_bag<PortValue>& x)
void delta_conf(const adevs_bag<PortValue>& x)
void output_func(adevs_bag<PortValue>& y)
void gc_output(adevs_bag<PortValue>& g)
void gc_models(adevs_set<devs*>& g)
void getComponents(adevs_set<devs*>& c)
void addModel(devs* d)
void addCoupling(devs* src, ADEVS_PORT_TYPE srcPort, devs* dst, ADEVS_PORT_TYPE dstPort)
void route(const PortValue& pv, devs* model, adevs_bag<EventReceiver>& r)
~net_exec()
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.