Modifier and Type | Method and Description |
---|---|
InteractiveMatrixNetL |
IncrementalModelL.getImn() |
Modifier and Type | Method and Description |
---|---|
void |
IncrementalModelL.setImn(InteractiveMatrixNetL imn) |
Constructor and Description |
---|
IncrementalModelL(InteractiveMatrixNetL imnOld) |
Modifier and Type | Method and Description |
---|---|
static void |
GlobalAttributesUtilsL.getAggregatedAttributeInfo(java.lang.String attKey,
InteractiveMatrixNetL imn) |
Modifier and Type | Method and Description |
---|---|
static void |
ChoiceTransitionL.updateLDSets(java.util.Set<org.processmining.models.graphbased.directed.petrinet.elements.Place> placeStart,
java.util.Set<org.processmining.models.graphbased.directed.petrinet.elements.Place> placeEnd,
InteractiveMatrixNetL imn,
org.processmining.models.graphbased.directed.petrinet.elements.Transition tNew) |
static void |
AddNewTranBwTranAndPlaceL.updateLDSets(java.util.Set<org.processmining.models.graphbased.directed.petrinet.elements.Place> placeSet,
java.util.Set<org.processmining.models.graphbased.directed.petrinet.elements.Transition> tranSet,
InteractiveMatrixNetL imn,
org.processmining.models.graphbased.directed.petrinet.elements.Place pNew,
org.processmining.models.graphbased.directed.petrinet.elements.Transition tNew) |
static void |
ParallelPlaceL.updateLDSets(java.util.Set<org.processmining.models.graphbased.directed.petrinet.elements.Transition> tranStart,
java.util.Set<org.processmining.models.graphbased.directed.petrinet.elements.Transition> tranEnd,
InteractiveMatrixNetL imn,
org.processmining.models.graphbased.directed.petrinet.elements.Place pNew) |
Modifier and Type | Method and Description |
---|---|
static LDSetsL |
MatrixUtilsL.addSelfLoop(InteractiveMatrixNetL imn,
java.lang.Integer rowID) |
static void |
MatrixUtilsL.initiateMidToEndTran(InteractiveMatrixNetL imn) |
static void |
MatrixUtilsL.updatePlaceLD(InteractiveMatrixNetL imn,
org.processmining.models.graphbased.directed.petrinet.Petrinet pn,
java.util.Set<java.lang.Integer> oldTranIDs,
java.lang.Integer newCol) |
static void |
MatrixUtilsL.updatePlaceLDForNewTran(InteractiveMatrixNetL imn,
org.processmining.models.graphbased.directed.petrinet.Petrinet pn,
java.lang.Integer tNewID) |
static void |
MatrixUtilsL.updatePlaceLDNonSiphons(InteractiveMatrixNetL imn,
org.processmining.models.graphbased.directed.petrinet.Petrinet pn) |
static void |
MatrixUtilsL.updateTranLD(InteractiveMatrixNetL imn,
org.processmining.models.graphbased.directed.petrinet.Petrinet pn,
java.util.Set<java.lang.Integer> oldPlaceIDs,
java.lang.Integer newRow) |
static void |
MatrixUtilsL.updateTranLDForNewPlace(InteractiveMatrixNetL imn,
org.processmining.models.graphbased.directed.petrinet.Petrinet pn,
java.lang.Integer pNewID) |
Modifier and Type | Method and Description |
---|---|
InteractiveMatrixNetL |
InteractivePetriNetL.getInteractiveMatNet() |
Modifier and Type | Method and Description |
---|---|
java.util.List<InteractiveMatrixNetL> |
InteractivePetriNetL.getImnList() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.Integer> |
LDSetsL.getAllNodes(InteractiveMatrixNetL imn) |
java.util.Set<java.lang.Integer> |
LDSetsL.getNegativeNodes(InteractiveMatrixNetL imn) |
java.util.Set<java.lang.Integer> |
LDSetsL.getPositiveNodes(InteractiveMatrixNetL imn) |
Modifier and Type | Method and Description |
---|---|
void |
InteractivePetriNetL.setImnList(java.util.List<InteractiveMatrixNetL> imnList) |
Constructor and Description |
---|
InteractiveMatrixNetL(InteractiveMatrixNetL imn,
boolean createNewPn) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<java.lang.Integer> |
FCnetsUtilsL.getAllPostPlacesAfterTranSplit(org.processmining.models.graphbased.directed.petrinet.Petrinet petriNet,
InteractiveMatrixNetL imn) |