Uses of Class
jline.lang.nodeparam.TransitionNodeParam
Packages that use TransitionNodeParam
Package
Description
Classes that model the state of a network and its individual nodes
-
Uses of TransitionNodeParam in jline.lang.state
Methods in jline.lang.state with parameters of type TransitionNodeParamModifier and TypeMethodDescriptionprotected static State.EventHandleResultState.handleEnableEvent(NetworkStruct sn, int ind, GlobalSync glevent, List<Matrix> glspace, List<Matrix> outglspace, Matrix inspace, Matrix spaceBuf, Matrix spaceSrv, Matrix spaceVar, Matrix fK, Matrix fKs, int mode, TransitionNodeParam transParam, int R) Handles ENABLE events for transitions in Stochastic Petri Net (SPN) event processing.protected static State.EventHandleResultState.handleFireEvent(NetworkStruct sn, int ind, GlobalSync glevent, List<Matrix> glspace, List<Matrix> outglspace, Matrix inspace, Matrix spaceBuf, Matrix spaceSrv, Matrix spaceVar, Matrix fK, Matrix fKs, int mode, TransitionNodeParam transParam, int R) Handles FIRE events for transitions in Stochastic Petri Net (SPN) event processing.