-
NDURATION
-
NCOUNT
-
EMPTY
-
NDELAY
-
ADDTOQ
-
EMPTYQ
-
HNCLMS
-
HMODE
-
PROBVAL
-
ERRUNIFORM
-
ERRNORMAL
-
ERRLOGNORM
-
ERRTRIANG
-
ERRGAMMA
-
ERRBETA
-
ERREXPONENT
-
ERRERLANG
-
ERRHYPGEO
-
NULLEV
-
NOHISTO
-
INITERR
-
AMODE
-
HFORM
-
ERRFILE
-
SAMPLE
-
FRACTION
-
LEVEL
-
SCAN
-
SUPPRESS
-
SEED
-
template<class X> CellSpace<X> CellSpace(long int width, long int height, long int depth)
-
template<class X> CellSpace<X> ~CellSpace()
-
template<class X> void CellSpace<X> getComponents(Set<Cell*>& c)
-
template<class X> void CellSpace<X> route( const CellEvent<X>& event, Cell* model, Bag<Event<CellEvent<X> > >& r)
-
template<class VALUE, class PORT> void Digraph<VALUE,PORT> add(Component* model)
-
template<class VALUE, class PORT> void Digraph<VALUE,PORT> couple(Component* src, PORT srcPort, Component* dst, PORT dstPort)
-
template<class VALUE, class PORT> void Digraph<VALUE,PORT> getComponents(Set<Component*>& c)
-
template<class VALUE, class PORT> void Digraph<VALUE,PORT> route(const IO_Type& x, Component* model, Bag<Event<IO_Type> >& r)
-
template<class VALUE, class PORT> Digraph<VALUE,PORT> ~Digraph()
-
template<class X> void Simulator<X> computeNextOutput()
-
template<class X> void Simulator<X> computeNextState(Bag<Event<X> >& input, double t)
-
template<class X> void Simulator<X> clean_up(Devs<X>* model)
-
template<class X> void Simulator<X> unschedule_model(Devs<X>* model)
-
template<class X> void Simulator<X> schedule(Devs<X>* model, double t)
-
template<class X> void Simulator<X> inject_event(Atomic<X>* model, X& value)
-
template<class X> void Simulator<X> route(Network<X>* parent, Devs<X>* src, X& x)
-
template<class X> void Simulator<X> exec_event(Atomic<X>* model, bool internal, double t)
-
template<class X> void Simulator<X> notify_listeners(Devs<X>* model, const X& value)
-
template<class X> void Simulator<X> getAllChildren(Network<X>* model, Set<Devs<X>*>& s)
-
template<class X> Simulator<X> ~Simulator()
-
template<class X> DESS<X> DESS()
-
template<class X> void DESS<X> delta_int()
-
template<class X> void DESS<X> delta_ext(double e, const Bag<X>& xb)
-
template<class X> void DESS<X> delta_conf(const Bag<X>& xb)
-
template<class X> void DESS<X> output_func(Bag<X>& yb)
-
template<class X> double DESS<X> ta()
-
template<class X> rk4<X> rk4(int num_state_vars, double h_max, int zero_funcs)
-
template<class X> rk4<X> ~rk4()
-
template<class X> void rk4<X> evolve_func(double h)
-
template<class X> double rk4<X> next_event_func(bool& is_event)
-
template<class X> void rk4<X> discrete_action_func(const Bag<X>& xb)
-
template<class X> void rk4<X> discrete_output_func(Bag<X>& yb)
-
template<class X> void rk4<X> ode_step(double*qq, double step)
-
template<class X> rk45<X> rk45(int num_state_vars, double h_max, double err_tol, int zero_funcs, double event_tol)
-
template<class X> rk45<X> ~rk45()
-
template<class X> void rk45<X> evolve_func(double h)
-
template<class X> double rk45<X> next_event_func(bool& is_event)
-
template<class X> void rk45<X> discrete_action_func(const Bag<X>& xb)
-
template<class X> void rk45<X> discrete_output_func(Bag<X>& yb)
-
template<class X> double rk45<X> ode_step(double*qq, double step)
-
template<class VALUE> void SimpleDigraph<VALUE> add(Component* model)
-
template<class VALUE> void SimpleDigraph<VALUE> couple(Component* src, Component* dst)
-
template<class VALUE> void SimpleDigraph<VALUE> getComponents(Set<Component*>& c)
-
template<class VALUE> void SimpleDigraph<VALUE> route(const VALUE& x, Component* model, Bag<Event<VALUE> >& r)
-
template<class VALUE> SimpleDigraph<VALUE> ~SimpleDigraph()
-
template<typename ExternalType, typename InternalType> ModelWrapper<ExternalType,InternalType> ModelWrapper(Devs<InternalType>* model)
-
template<typename ExternalType, typename InternalType> void ModelWrapper<ExternalType,InternalType> delta_int()
-
template<typename ExternalType, typename InternalType> void ModelWrapper<ExternalType,InternalType> delta_ext(double e, const Bag<ExternalType>& xb)
-
template<typename ExternalType, typename InternalType> void ModelWrapper<ExternalType,InternalType> delta_conf(const Bag<ExternalType>& xb)
-
template<typename ExternalType, typename InternalType> double ModelWrapper<ExternalType,InternalType> ta()
-
template<typename ExternalType, typename InternalType> void ModelWrapper<ExternalType,InternalType> output_func(Bag<ExternalType>& yb)
-
template<typename ExternalType, typename InternalType> void ModelWrapper<ExternalType,InternalType> outputEvent(Event<InternalType> y, double t)
-
template<typename ExternalType, typename InternalType> ModelWrapper<ExternalType,InternalType> ~ModelWrapper()
Documentation
NDURATION
NCOUNT
EMPTY
NDELAY
ADDTOQ
EMPTYQ
HNCLMS
HMODE
PROBVAL
ERRUNIFORM
ERRNORMAL
ERRLOGNORM
ERRTRIANG
ERRGAMMA
ERRBETA
ERREXPONENT
ERRERLANG
ERRHYPGEO
NULLEV
NOHISTO
INITERR
AMODE
HFORM
ERRFILE
SAMPLE
FRACTION
LEVEL
SCAN
SUPPRESS
SEED
template<class X> CellSpace<X> CellSpace(long int width, long int height, long int depth)
template<class X> CellSpace<X> ~CellSpace()
template<class X> void CellSpace<X> getComponents(Set<Cell*>& c)
template<class X> void CellSpace<X> route( const CellEvent<X>& event, Cell* model, Bag<Event<CellEvent<X> > >& r)
template<class VALUE, class PORT> void Digraph<VALUE,PORT> add(Component* model)
template<class VALUE, class PORT> void Digraph<VALUE,PORT> couple(Component* src, PORT srcPort, Component* dst, PORT dstPort)
template<class VALUE, class PORT> void Digraph<VALUE,PORT> getComponents(Set<Component*>& c)
template<class VALUE, class PORT> void Digraph<VALUE,PORT> route(const IO_Type& x, Component* model, Bag<Event<IO_Type> >& r)
template<class VALUE, class PORT> Digraph<VALUE,PORT> ~Digraph()
template<class X> void Simulator<X> computeNextOutput()
template<class X> void Simulator<X> computeNextState(Bag<Event<X> >& input, double t)
template<class X> void Simulator<X> clean_up(Devs<X>* model)
template<class X> void Simulator<X> unschedule_model(Devs<X>* model)
template<class X> void Simulator<X> schedule(Devs<X>* model, double t)
template<class X> void Simulator<X> inject_event(Atomic<X>* model, X& value)
template<class X> void Simulator<X> route(Network<X>* parent, Devs<X>* src, X& x)
template<class X> void Simulator<X> exec_event(Atomic<X>* model, bool internal, double t)
template<class X> void Simulator<X> notify_listeners(Devs<X>* model, const X& value)
template<class X> void Simulator<X> getAllChildren(Network<X>* model, Set<Devs<X>*>& s)
template<class X> Simulator<X> ~Simulator()
template<class X> DESS<X> DESS()
template<class X> void DESS<X> delta_int()
template<class X> void DESS<X> delta_ext(double e, const Bag<X>& xb)
template<class X> void DESS<X> delta_conf(const Bag<X>& xb)
template<class X> void DESS<X> output_func(Bag<X>& yb)
template<class X> double DESS<X> ta()
template<class X> rk4<X> rk4(int num_state_vars, double h_max, int zero_funcs)
template<class X> rk4<X> ~rk4()
template<class X> void rk4<X> evolve_func(double h)
template<class X> double rk4<X> next_event_func(bool& is_event)
template<class X> void rk4<X> discrete_action_func(const Bag<X>& xb)
template<class X> void rk4<X> discrete_output_func(Bag<X>& yb)
template<class X> void rk4<X> ode_step(double*qq, double step)
template<class X> rk45<X> rk45(int num_state_vars, double h_max, double err_tol, int zero_funcs, double event_tol)
template<class X> rk45<X> ~rk45()
template<class X> void rk45<X> evolve_func(double h)
template<class X> double rk45<X> next_event_func(bool& is_event)
template<class X> void rk45<X> discrete_action_func(const Bag<X>& xb)
template<class X> void rk45<X> discrete_output_func(Bag<X>& yb)
template<class X> double rk45<X> ode_step(double*qq, double step)
template<class VALUE> void SimpleDigraph<VALUE> add(Component* model)
template<class VALUE> void SimpleDigraph<VALUE> couple(Component* src, Component* dst)
template<class VALUE> void SimpleDigraph<VALUE> getComponents(Set<Component*>& c)
template<class VALUE> void SimpleDigraph<VALUE> route(const VALUE& x, Component* model, Bag<Event<VALUE> >& r)
template<class VALUE> SimpleDigraph<VALUE> ~SimpleDigraph()
template<typename ExternalType, typename InternalType> ModelWrapper<ExternalType,InternalType> ModelWrapper(Devs<InternalType>* model)
template<typename ExternalType, typename InternalType> void ModelWrapper<ExternalType,InternalType> delta_int()
template<typename ExternalType, typename InternalType> void ModelWrapper<ExternalType,InternalType> delta_ext(double e, const Bag<ExternalType>& xb)
template<typename ExternalType, typename InternalType> void ModelWrapper<ExternalType,InternalType> delta_conf(const Bag<ExternalType>& xb)
template<typename ExternalType, typename InternalType> double ModelWrapper<ExternalType,InternalType> ta()
template<typename ExternalType, typename InternalType> void ModelWrapper<ExternalType,InternalType> output_func(Bag<ExternalType>& yb)
template<typename ExternalType, typename InternalType> void ModelWrapper<ExternalType,InternalType> outputEvent(Event<InternalType> y, double t)
template<typename ExternalType, typename InternalType> ModelWrapper<ExternalType,InternalType> ~ModelWrapper()
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.