Modifier and Type | Class and Description |
---|---|
class |
PetriNetDataSource |
class |
SubNetDataSource |
Modifier and Type | Method and Description |
---|---|
INetDataSource |
INetDataSource.getParent() |
INetDataSource |
PetriNetDataSource.getParent() |
INetDataSource |
SubNetDataSource.getParent() |
Constructor and Description |
---|
PetrinetSimplifier(INetDataSource pnet,
org.processmining.models.connections.GraphLayoutConnection layout,
int lvl) |
SubNetDataSource(INetDataSource parent,
org.processmining.models.graphbased.directed.petrinet.elements.ExpandableSubNet snet) |
Modifier and Type | Method and Description |
---|---|
INetDataSource |
JSOPetriNet.getPetriNet() |
INetDataSource |
JSOSubNet.getPetriNet() |
Constructor and Description |
---|
JSOSubNet(org.processmining.visualisation3d.JoglPanel p,
org.processmining.visualisation3d.scenemanagement.JoglScene scene,
INetDataSource snet,
org.processmining.models.connections.GraphLayoutConnection layoutConn,
JSOPnTransition parent) |
Modifier and Type | Field and Description |
---|---|
INetDataSource |
JSOPnTransitionSorter.pn |
INetDataSource |
PetriNetStructureUtil.pn |
Constructor and Description |
---|
PetriNetStructureUtil(INetDataSource pn) |
Modifier and Type | Method and Description |
---|---|
static java.util.Vector<PlaceAlignmentInfo> |
PlaceAlignmentCalculator.Analyse(INetDataSource net,
org.deckfour.xes.model.XLog log,
org.processmining.models.semantics.petrinet.Marking initMarking,
org.processmining.models.semantics.petrinet.Marking finalMarking) |
static java.util.Vector<PlaceAlignmentInfo> |
PlaceAlignmentCalculator.Analyse(INetDataSource net,
org.deckfour.xes.model.XLog log,
org.processmining.models.semantics.petrinet.Marking initMarking,
org.processmining.models.semantics.petrinet.Marking finalMarking,
ClassificationCohort cohort) |
void |
PlaceAlignmentInfo.Calculate(org.deckfour.xes.model.XLog log,
org.processmining.models.semantics.petrinet.Marking initMarking,
org.processmining.models.semantics.petrinet.Marking finalMarking,
INetDataSource net,
PetriNetIndexed pidx) |
void |
PlaceAlignmentInfo.Calculate(org.deckfour.xes.model.XLog log,
org.processmining.models.semantics.petrinet.Marking initMarking,
org.processmining.models.semantics.petrinet.Marking finalMarking,
INetDataSource net,
PetriNetIndexed pidx,
ClassificationCohort cohort) |
Constructor and Description |
---|
PlaceAlignmentVisitor(org.processmining.models.graphbased.directed.petrinet.elements.Place myPlace,
INetDataSource net,
PetriNetIndexed pidx,
org.processmining.models.semantics.petrinet.Marking initMarking,
org.processmining.models.semantics.petrinet.Marking finalMarking) |
Modifier and Type | Method and Description |
---|---|
static void |
PetrinetGraphProjector.CopyNodes(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph newNet,
INetDataSource net,
INetDataSource parentNet,
org.processmining.models.graphbased.directed.petrinet.elements.Transition parent,
PetriNet1to1Mapping map) |
Constructor and Description |
---|
PetriNetIndexed(INetDataSource pnet) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<org.processmining.models.graphbased.directed.petrinet.elements.Transition> |
TransitionVisConfigPanel.getAllTransitions(INetDataSource inds) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<org.processmining.models.graphbased.directed.petrinet.elements.Arc> |
ModelCopyLocalIDs.getAllEdges(INetDataSource inds) |
java.util.Vector<org.processmining.models.graphbased.directed.petrinet.elements.Place> |
ModelCopyLocalIDs.getAllPlaces(INetDataSource inds) |
java.util.Vector<org.processmining.models.graphbased.directed.petrinet.elements.Transition> |
ModelCopyLocalIDs.getAllTransitions(INetDataSource inds) |
Constructor and Description |
---|
ModelStructureChecker(INetDataSource esn) |
Modifier and Type | Method and Description |
---|---|
void |
TraceReplayCollection.addSubNetEvents(INetDataSource source) |
void |
ITraceAlignment.addSubnetEvents(INetDataSource source,
java.util.Vector<SubNetDataSource> subnets) |
void |
TraceAlignment.addSubnetEvents(INetDataSource source,
java.util.Vector<SubNetDataSource> subnets) |
void |
TraceAlignmentOpt.addSubnetEvents(INetDataSource source,
java.util.Vector<SubNetDataSource> subnets) |
void |
TraceAlignmentProjection.addSubnetEvents(INetDataSource source,
java.util.Vector<SubNetDataSource> subnets) |
Modifier and Type | Method and Description |
---|---|
void |
TokenFlowResults.addSubnetEvents(INetDataSource source,
java.util.Vector<SubNetDataSource> subnets) |
Constructor and Description |
---|
TokenFlowSimulation(INetDataSource pnet,
org.processmining.models.semantics.petrinet.Marking mNewNet) |