Package jline.lang.state
Class State.EventHandleResult
java.lang.Object
jline.lang.state.State.EventHandleResult
- Enclosing class:
State
Result class for event handling methods
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEventHandleResult(Matrix outspace, Matrix outrate, Matrix outprob) EventHandleResult(Matrix outspace, Matrix outrate, Matrix outprob, Matrix isCompletion) -
Method Summary
-
Field Details
-
outspace
-
outrate
-
outprob
-
isCompletion
Column vector, one entry per row of outspace: 1.0 when that outcome is a firing completion (a D1 firing of the active mode, which applies the PRE/POST place updates), 0.0 otherwise. Callers must not re-derive this from the place markings: a transition whose firing outcome returns exactly what its enabling condition consumed leaves every marking invariant, yet still completes at a nonzero rate.
-
-
Constructor Details
-
EventHandleResult
-
EventHandleResult
-