Uses of Enum Class
jline.lang.constant.EventType
Packages that use 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
Fields in jline.lang declared as EventTypeMethods in jline.lang that return EventTypeMethods in jline.lang with parameters of type EventTypeConstructors in jline.lang with parameters of type EventTypeModifierConstructorDescriptionEvent
(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
Methods in jline.lang.constant that return EventType -
Uses of EventType in jline.lang.state
Fields in jline.lang.state declared as EventTypeMethods in jline.lang.state with parameters of type EventTypeModifier 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) Constructors in jline.lang.state with parameters of type EventTypeModifierConstructorDescriptionEventCacheKey
(int ind, Matrix inspace, EventType event, int jobClass, boolean isSimulation)