Uses of Class
jline.lang.nodes.Node
Package
Description
Abstractions to declare basic elements of a model.
This package contains the classes used the specify Network objects
Classes that model the individual sections that form a Network node
Solver superclasses and related data structures.
Wrapper for the Java Modelling Tools (JMT) suite solvers
Analysis approaches based on Normalizing Costant (NC) methods
-
Uses of Node in jline.lang
Modifier and TypeFieldDescriptionNetworkStruct.nodeparam
FiniteCapacityRegion.nodes
NetworkStruct.nodes
Event.probFun
Event.probFun
NetworkStruct.routing
Network.routingMatrixReturn.rtNodesByStation
Network.routingMatrixReturn.rtNodesByStation
Modifier and TypeMethodDescriptionOutputStrategy.getDestination()
Network.getNodeByIndex
(int idx) Network.getNodeByName
(String name) Network.getNodeByStatefulIndex
(int idx) Network.getStatefulNodeFromIndex
(int inIdx) Network.getStationFromIndex
(int inIdx) Modifier and TypeMethodDescriptionFiniteCapacityRegion.getNodes()
Network.getNodes()
Event.getProbFun()
Event.getProbFun()
Network.resetNetwork
(boolean deleteCSNodes) Resets the topology of the current networkModifier and TypeMethodDescriptionvoid
RoutingMatrix.addConnection
(JobClass originClass, JobClass targetClass, Node sourceNode, Node destNode, double probability) void
RoutingMatrix.addConnection
(Node sourceNode, Node destNode) void
RoutingMatrix.addConnection
(Node sourceNode, Node destNode, double probability) void
RoutingMatrix.addConnection
(Node sourceNode, Node destNode, JobClass jobClass) void
RoutingMatrix.addConnection
(Node sourceNode, Node destNode, JobClass jobClass, double probability) void
RoutingMatrix.addConnection
(Node sourceNode, Node destNode, JobClass originClass, JobClass targetClass) void
void
void
void
int
Network.getClassLinks
(Node node, JobClass jobClass) int
Network.getNodeIndex
(Node node) int
RoutingMatrix.getNodeIndex
(Node node) Network.getRoutingStrategyFromNodeAndClassPair
(Node node, JobClass c) int
Network.getStatefulNodeIndex
(Node node) int
Network.getStationIndex
(Node node) boolean
JobClass.isReferenceStation
(Node node) static RoutingMatrix
Network.serialRouting
(List<JobClass> jobClasses, Node... nodes) static RoutingMatrix
Network.serialRouting
(JobClass jobClass, Node... nodes) static RoutingMatrix
Network.serialRouting
(Node... nodes) void
RoutingMatrix.set
(JobClass jobclass1, JobClass jobclass2, Node srcNode, Node destNode, double probability) void
void
void
void
OutputStrategy.setDestination
(Node destination) Modifier and TypeMethodDescriptionvoid
double
double
static RoutingMatrix
Network.serialRouting
(List<Node> nodes) static RoutingMatrix
Network.serialRouting
(JobClass jobClass, List<Node> nodes) void
Event.setProbFun
(SerializableFunction<Pair<Map<Node, Matrix>, Map<Node, Matrix>>, Double> probFun) void
Event.setProbFun
(SerializableFunction<Pair<Map<Node, Matrix>, Map<Node, Matrix>>, Double> probFun) double
Network.sub_jsq
(int ind, int jnd, int r, int s, Matrix linksmat, Map<Node, Matrix> state_before, Map<Node, Matrix> state_after) double
Network.sub_rr_wrr
(int ind, int jnd, int r, int s, Matrix linksmat, Map<Node, Matrix> state_before, Map<Node, Matrix> state_after) ModifierConstructorDescriptionOutputStrategy
(JobClass jobClass, RoutingStrategy routingStrategy, Node destination, double probability) ModifierConstructorDescriptionEvent
(EventType event, int nodeIdx, int jobclassIdx, SerializableFunction<Pair<Map<Node, Matrix>, Map<Node, Matrix>>, Double> probFun, Matrix state, double t, double job) Event
(EventType event, int nodeIdx, int jobclassIdx, SerializableFunction<Pair<Map<Node, Matrix>, Map<Node, Matrix>>, Double> probFun, Matrix state, double t, double job) FiniteCapacityRegion
(List<Node> nodes, List<JobClass> classes) -
Uses of Node in jline.lang.nodes
Modifier and TypeClassDescriptionclass
A class switch node based on cache hits or missesclass
A node that switches the class of an incoming job based on a probability tableclass
An infinite server station, i.e.class
A node that forks an incoming job into a set of sibling tasksclass
A node that reassembles a set of sibling tasks into the original parent jobclass
A node that logs passage of jobsclass
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
A station with a service processclass
An abstraction of the external world jobs in open classes depart toclass
An abstraction of the external world jobs in open classes come fromclass
A node that can have a stateclass
A node where jobs can spend time stationing thereclass
Transition as in a stochastic Petri net modelModifier and TypeMethodDescriptionvoid
Transition.setFiringOutcome
(Mode mode, JobClass jobclass, Node node, int firingOutcome) void
Cache.setProbRouting
(JobClass jobClass, Node destination, double probability) void
ClassSwitch.setProbRouting
(JobClass jobClass, Node destination, double probability) void
Node.setProbRouting
(JobClass jobClass, Node destination, double probability) void
Node.setRouting
(JobClass jobClass, RoutingStrategy routingStrategy, Node destination, double probability) -
Uses of Node in jline.lang.sections
Modifier and TypeMethodDescriptionvoid
Forker.setOutputStrategy
(JobClass jobClass, RoutingStrategy routingStrategy, Node destination, double probability) void
OutputSection.setOutputStrategy
(JobClass jobClass, RoutingStrategy routingStrategy, Node destination, double probability) -
Uses of Node in jline.solvers
-
Uses of Node in jline.solvers.jmt
Modifier and TypeMethodDescriptiondouble
SolverJMT.getProbAggr
(Node node) double
SolverJMT.getProbAggr
(Node node, Matrix state_a) double[]
SolverJMT.getTranProbAggr
(Node node) double
SolverJMT.sampleAggr
(Node node) double
SolverJMT.sampleAggr
(Node node, int numEvents) double
SolverJMT.sampleAggr
(Node node, int numEvents, boolean markActivePassive) -
Uses of Node in jline.solvers.nc