|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelGraphEdge | |
---|---|
org.processmining.analysis.conformance | Contains classes related to the Conformance Analysis Plugin. |
org.processmining.analysis.performance | |
org.processmining.exporting.petrinet.cpnexport | |
org.processmining.framework.models | Contains all models that can be used as an internal representation of a mining result. |
org.processmining.framework.models.epcpack | EPC model. |
org.processmining.framework.models.petrinet | |
org.processmining.framework.models.petrinet.algorithms.logReplay | |
org.processmining.framework.models.protos | |
org.processmining.framework.models.transitionsystem | |
org.processmining.framework.models.yawl |
Uses of ModelGraphEdge in org.processmining.analysis.conformance |
---|
Subclasses of ModelGraphEdge in org.processmining.analysis.conformance | |
---|---|
class |
DiagnosticPNEdge
The diagnostic edge can be enhanced by diagnostic information to be stored during log replay and will be used to form a part of the diagnostic Petri net. |
Method parameters in org.processmining.analysis.conformance with type arguments of type ModelGraphEdge | |
---|---|
protected void |
StateSpaceExplorationMethod.tracePathsInStateSpace(java.util.ArrayList<Transition> currentPath,
StateSpace coverabilityGraph,
State currentState,
java.util.HashSet<ModelGraphEdge> passedEdges,
java.util.HashSet<ModelGraphEdge> blockedEdges)
Recursive helper method for tracing different execution sequences of tasks in the process model (state space). |
protected void |
StateSpaceExplorationMethod.tracePathsInStateSpace(java.util.ArrayList<Transition> currentPath,
StateSpace coverabilityGraph,
State currentState,
java.util.HashSet<ModelGraphEdge> passedEdges,
java.util.HashSet<ModelGraphEdge> blockedEdges)
Recursive helper method for tracing different execution sequences of tasks in the process model (state space). |
Uses of ModelGraphEdge in org.processmining.analysis.performance |
---|
Subclasses of ModelGraphEdge in org.processmining.analysis.performance | |
---|---|
class |
ExtendedPNEdge
This class is used to enhance edges with performance information, e.g. |
Uses of ModelGraphEdge in org.processmining.exporting.petrinet.cpnexport |
---|
Subclasses of ModelGraphEdge in org.processmining.exporting.petrinet.cpnexport | |
---|---|
class |
ColoredEdge
An edge being part of a high-level Petri net simulation model. |
Uses of ModelGraphEdge in org.processmining.framework.models |
---|
Methods in org.processmining.framework.models that return ModelGraphEdge | |
---|---|
ModelGraphEdge |
ModelGraph.addEdge(ModelGraphEdge e)
|
ModelGraphEdge |
ModelGraph.addEdge(ModelGraphVertex source,
ModelGraphVertex destination)
Adds an edge from the first node to the second node, if no such adge already exists. |
ModelGraphEdge |
ModelGraph.getFirstEdge(ModelGraphVertex source,
ModelGraphVertex destination)
September 5, 2005, Eric Verbeek Renamed from hasEdge to getFirstEdge Gets the first edge from the first node to the second node. |
Methods in org.processmining.framework.models with parameters of type ModelGraphEdge | |
---|---|
ModelGraphEdge |
ModelGraph.addEdge(ModelGraphEdge e)
|
void |
ModelGraph.removeEdge(ModelGraphEdge e)
|
Uses of ModelGraphEdge in org.processmining.framework.models.epcpack |
---|
Subclasses of ModelGraphEdge in org.processmining.framework.models.epcpack | |
---|---|
class |
EPCEdge
Title: |
Uses of ModelGraphEdge in org.processmining.framework.models.petrinet |
---|
Subclasses of ModelGraphEdge in org.processmining.framework.models.petrinet | |
---|---|
class |
PNEdge
Class representing a directed arc in a Petri net model. |
Uses of ModelGraphEdge in org.processmining.framework.models.petrinet.algorithms.logReplay |
---|
Subclasses of ModelGraphEdge in org.processmining.framework.models.petrinet.algorithms.logReplay | |
---|---|
class |
ReplayedEdge
An edge involved in the log replay analysis method. |
Uses of ModelGraphEdge in org.processmining.framework.models.protos |
---|
Methods in org.processmining.framework.models.protos that return ModelGraphEdge | |
---|---|
ModelGraphEdge |
ProtosProcessArc.getEdge()
|
Uses of ModelGraphEdge in org.processmining.framework.models.transitionsystem |
---|
Subclasses of ModelGraphEdge in org.processmining.framework.models.transitionsystem | |
---|---|
class |
TransitionSystemEdge
|
Uses of ModelGraphEdge in org.processmining.framework.models.yawl |
---|
Subclasses of ModelGraphEdge in org.processmining.framework.models.yawl | |
---|---|
class |
YAWLEdge
Title: YAWL edge |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |