Uses of Class
jline.io.Ret.EventResult
Packages that use Ret.EventResult
Package
Description
Classes that model the state of a network and its individual nodes
-
Uses of Ret.EventResult in jline.lang.state
Methods in jline.lang.state that return Ret.EventResultModifier 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.afterEvent(NetworkStruct sn, int ind, Matrix inspace, EventType event, int jobClass, boolean isSimulation, EventCache eventCache, AfterEventContext ctx) static Ret.EventResultState.afterEvent(NetworkStruct sn, int ind, Matrix inspace, EventType event, int jobClass, boolean isSimulation, EventCache eventCache, AfterEventContext ctx, boolean noPromote) noPromote: when true, a DEP at an FCFS-family station does not promote a waiting job into the vacated server.static Ret.EventResultState.afterEventHashed(NetworkStruct sn, int ind, double inhash, EventType event, int Jobclass) static Ret.EventResultAfterEventStation.afterEventStationPas(NetworkStruct sn, int ind, int ist, Matrix inspace, EventType event, int jobClass, int R, int V, boolean isSimulation) Event handler for pass-and-swap (PAS) / order-independent stations.EventCache.get(EventCacheKey key) static Ret.EventResultSignalRemoval.handleSignalArrival(NetworkStruct sn, int ind, int ist, Matrix inspace, int jobClass, boolean isSimulation, Matrix phasessz, Matrix phaseshift, Matrix K, Matrix Ks, Matrix S, Matrix spaceBuf, Matrix spaceSrv, Matrix spaceVar) Passive arrival of a G-network signal class at station ist.Methods in jline.lang.state with parameters of type Ret.EventResult