Uses of Enum
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
This package contains processes and statistical distributions used to specify arrival rates, service rates, and item popularities
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 EventTypeModifier and TypeMethodDescriptionEvent.getEvent()Gets the type of this event.ModeEvent.getEvent()Methods in jline.lang with parameters of type EventTypeModifier and TypeMethodDescriptionvoidSets the type of this event.voidConstructors in jline.lang with parameters of type EventTypeModifierConstructorDescriptionCreates a new Event with basic parameters.Creates a new Event with all basic parameters specified.Event(EventType event, int node, int jobclass, SerializableFunction<Pair<Map<Node, Matrix>, Map<Node, Matrix>>, Double> probFun, Matrix state, double t, double job) Creates a new Event where probability is determined by a function of system state.ModeEvent(EventType event, int node, int mode, double weight, double prob, 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.processes
Methods in jline.lang.processes with parameters of type 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.EventResultState.afterEvent(NetworkStruct sn, int ind, Matrix inspace, EventType event, int jobClass, boolean isSimulation) static Ret.EventResultState.afterEvent(NetworkStruct sn, int ind, Matrix inspace, EventType event, int jobClass, boolean isSimulation, EventCache eventCache) static Ret.EventResultState.afterEventHashed(NetworkStruct sn, int ind, double inhash, EventType event, int Jobclass) State.afterEventHashedOrAdd(NetworkStruct sn, int ind, int inhash, EventType event, int jobclass) Combination of afterEventHashed with automatic state space extension Migrated from MATLAB afterEventHashedOrAdd.mConstructors in jline.lang.state with parameters of type EventTypeModifierConstructorDescriptionEventCacheKey(int ind, Matrix inspace, EventType event, int jobClass, boolean isSimulation)