Package jline.api.spn
Class Spn_mdd.SpnInfo
java.lang.Object
jline.api.spn.Spn_mdd.SpnInfo
- Enclosing class:
- Spn_mdd
Everything the caller needs alongside the descriptor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]booleanWhether the Kronecker descriptor was built.boolean[]Whether each mode was ever found disabled in a reachable marking.int[]int[]1 for a place level, 2 for a phase level.String[]intintNode count of the model, so an arc-shaped marking matrix can be rebuilt.intint[]1-based phase level of each mode, 0 when the mode has one phase.String[]int[]Node indices of the places. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
places
public int[] placesNode indices of the places. -
placenames
-
classnames
-
levelkind
public int[] levelkind1 for a place level, 2 for a phase level. -
levelname
-
modes
-
init
public int[] init -
mdd
-
phaseof
public int[] phaseof1-based phase level of each mode, 0 when the mode has one phase. -
everDisabled
public boolean[] everDisabledWhether each mode was ever found disabled in a reachable marking. -
nplacelevels
public int nplacelevels -
nnodes
public int nnodesNode count of the model, so an arc-shaped marking matrix can be rebuilt. -
nclasses
public int nclasses -
descriptor
public boolean descriptorWhether the Kronecker descriptor was built.
-
-
Constructor Details
-
SpnInfo
public SpnInfo()
-