class network_model

Create a network model that will use any network executive that is provided to it.

Inheritance:


Public Methods

[more] network_model(netExec* exec)
[more]netExec* getNetExec()
[more] ~network_model()


Inherited from devsn:

Public Methods

oconst devsn& operator=(const devsn& src)
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:

Public Methods

ovirtual object* clone() const


Documentation

Create a network model that will use any network executive that is provided to it. The network executive is adopted by the network model and will be destroyed when the network model is destroyed.
o network_model(netExec* exec)

onetExec* getNetExec()

o ~network_model()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.