Uses of Enum Class
jline.lang.constant.EventType
Package
Description
Abstractions to declare basic elements of a model.
This package contains constants used in the definition of queueing characteristics
Classes that model the state of a network and its individual nodes
-
Uses of EventType in jline.lang
ModifierConstructorDescriptionEvent
(EventType event, int nodeIdx, int jobclassIdx, double prob, 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) -
Uses of EventType in jline.lang.constant
-
Uses of EventType in jline.lang.state
Modifier and TypeMethodDescriptionstatic Ret.EventResult
State.afterEvent
(NetworkStruct sn, int ind, Matrix inspace, EventType event, int jobClass, boolean isSimulation) static Ret.EventResult
State.afterEvent
(NetworkStruct sn, int ind, Matrix inspace, EventType event, int jobClass, boolean isSimulation, EventCache eventCache) static State.AfterEventResult
State.afterEventHashed
(NetworkStruct sn, int ind, double inhash, EventType event, int Jobclass) ModifierConstructorDescriptionEventCacheKey
(int ind, Matrix inspace, EventType event, int jobClass, boolean isSimulation)