Modifier and Type | Method and Description |
---|---|
static boolean |
CompareExhaustiveIncrementalApproach.compare(InteractiveMatrixNet imn,
ExhaustiveInfo ei) |
static boolean |
CompareExhaustiveIncrementalApproach.compare(org.processmining.framework.plugin.PluginContext context,
InteractiveMatrixNet imn) |
static ExhaustiveInfo |
CompareExhaustiveIncrementalApproach.getExhaustiveInfo(org.processmining.framework.plugin.PluginContext context,
InteractiveMatrixNet imn) |
Modifier and Type | Method and Description |
---|---|
InteractiveMatrixNet |
IncrementalModel.getImn() |
Modifier and Type | Method and Description |
---|---|
void |
IncrementalModel.setImn(InteractiveMatrixNet imn) |
Constructor and Description |
---|
IncrementalModel(InteractiveMatrixNet imnOld) |
Modifier and Type | Method and Description |
---|---|
static void |
GlobalAttributesUtils.getAggregatedAttributeInfo(java.lang.String attKey,
InteractiveMatrixNet imn) |
Modifier and Type | Method and Description |
---|---|
static void |
ChoiceTransition.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,
InteractiveMatrixNet imn,
org.processmining.models.graphbased.directed.petrinet.elements.Transition tNew) |
static void |
AddNewTranBwTranAndPlace.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,
InteractiveMatrixNet imn,
org.processmining.models.graphbased.directed.petrinet.elements.Place pNew,
org.processmining.models.graphbased.directed.petrinet.elements.Transition tNew) |
static void |
ParallelPlace.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,
InteractiveMatrixNet imn,
org.processmining.models.graphbased.directed.petrinet.elements.Place pNew) |
Modifier and Type | Method and Description |
---|---|
static LDSets |
MatrixUtils.addSelfLoop(InteractiveMatrixNet imn,
java.lang.Integer rowID) |
static void |
MatrixUtils.initiateMidToEndTran(InteractiveMatrixNet imn) |
static void |
MatrixUtils.updatePlaceLD(InteractiveMatrixNet imn,
org.processmining.models.graphbased.directed.petrinet.Petrinet pn,
java.util.Set<java.lang.Integer> oldTranIDs,
int newCol) |
static void |
MatrixUtils.updatePlaceLDForNewTran(InteractiveMatrixNet imn,
org.processmining.models.graphbased.directed.petrinet.Petrinet pn,
java.lang.Integer tNewID) |
static void |
MatrixUtils.updatePlaceLDNonSiphons(InteractiveMatrixNet imn,
org.processmining.models.graphbased.directed.petrinet.Petrinet pn) |
static void |
MatrixUtils.updateTranLD(InteractiveMatrixNet imn,
org.processmining.models.graphbased.directed.petrinet.Petrinet pn,
java.util.Set<java.lang.Integer> oldPlaceIDs,
java.lang.Integer newRow) |
static void |
MatrixUtils.updateTranLDForNewPlace(InteractiveMatrixNet imn,
org.processmining.models.graphbased.directed.petrinet.Petrinet pn,
java.lang.Integer pNewID) |
Modifier and Type | Method and Description |
---|---|
InteractiveMatrixNet |
InteractivePetriNet.getInteractiveMatNet() |
Modifier and Type | Method and Description |
---|---|
java.util.List<InteractiveMatrixNet> |
InteractivePetriNet.getImnList() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.Integer> |
LDSets.getAllNodes(InteractiveMatrixNet imn) |
java.util.Set<java.lang.Integer> |
LDSets.getNegativeNodes(InteractiveMatrixNet imn) |
java.util.Set<java.lang.Integer> |
LDSets.getPositiveNodes(InteractiveMatrixNet imn) |
Modifier and Type | Method and Description |
---|---|
void |
InteractivePetriNet.setImnList(java.util.List<InteractiveMatrixNet> imnList) |
Constructor and Description |
---|
InteractiveMatrixNet(InteractiveMatrixNet imn,
boolean createNewPn) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<java.lang.Integer> |
fcnetsUtils.getAllPostPlacesAfterTranSplit(org.processmining.models.graphbased.directed.petrinet.Petrinet petriNet,
InteractiveMatrixNet imn) |