Uses of Class
jline.lang.nodes.StatefulNode
Package
Description
Procedural algorithms for solving stochastic models
Abstractions to declare basic elements of a model.
This package contains the classes used the specify Network objects
Classes that model the state of a network and its individual nodes
-
Uses of StatefulNode in jline.api
Modifier and TypeMethodDescriptionstatic Map<StatefulNode,
Matrix> SN.snGetStateAggr
(NetworkStruct sn) Aggregates the state of the network. -
Uses of StatefulNode in jline.lang
Modifier and TypeFieldDescriptionNetworkStruct.state
NetworkStruct.stateful
NetworkStruct.stateprior
-
Uses of StatefulNode in jline.lang.nodes
Modifier and TypeClassDescriptionclass
A class switch node based on cache hits or missesclass
An infinite server station, i.e.class
A node that reassembles a set of sibling tasks into the original parent jobclass
A queueing station within a Network modelclass
A queueing station within a Network modelclass
A node that routes jobs without imposing any delayclass
A station with a service processclass
An abstraction of the external world jobs in open classes come fromclass
A node where jobs can spend time stationing there -
Uses of StatefulNode in jline.lang.state
Modifier and TypeFieldDescriptionfinal Map<StatefulNode,
Matrix> State.initialState
final Map<StatefulNode,
Matrix> State.priorInitialState
ModifierConstructorDescriptionState
(Map<StatefulNode, Matrix> initialState, Map<StatefulNode, Matrix> priorInitialState)