Uses of Class
org.processmining.framework.models.petrinet.PNNode

Packages that use PNNode
org.processmining.analysis.conformance Contains classes related to the Conformance Analysis Plugin. 
org.processmining.analysis.performance   
org.processmining.converting   
org.processmining.exporting.petrinet.cpnexport   
org.processmining.framework.models.pdm   
org.processmining.framework.models.petrinet   
org.processmining.framework.models.petrinet.algorithms.logReplay   
 

Uses of PNNode in org.processmining.analysis.conformance
 

Subclasses of PNNode in org.processmining.analysis.conformance
 class DiagnosticPlace
          The diagnostic place 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.
 class DiagnosticTransition
          The diagnostic transition 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.
 

Uses of PNNode in org.processmining.analysis.performance
 

Subclasses of PNNode in org.processmining.analysis.performance
 class ExtendedPlace
          This class is used to be able to extend places with performance information, which is to be stored during log replay and will be used to form a part of the extended Petri net.
 class ExtendedTransition
          This class is used to be able to extend a transition with performance information, which is stored during log replay and will be used as part of the extended Petri net.
 

Uses of PNNode in org.processmining.converting
 

Methods in org.processmining.converting that return types with arguments of type PNNode
static java.util.HashSet<PNNode> WFNetToYAWL.getSphere(PetriNet net, Transition labeledTransition, boolean isJoin)
          Construct the join/split sphere for the given transition in ht egiven Petri net.
 

Method parameters in org.processmining.converting with type arguments of type PNNode
static boolean WFNetToYAWL.connect(java.util.HashSet<PNNode> splitSphere, java.util.HashSet<PNNode> joinSphere)
          Determine whether there should be a YAWL edge from 'one YAWL object' to 'another YAWL object'.
static boolean WFNetToYAWL.connect(java.util.HashSet<PNNode> splitSphere, java.util.HashSet<PNNode> joinSphere)
          Determine whether there should be a YAWL edge from 'one YAWL object' to 'another YAWL object'.
 java.lang.String WFNetToEPC.getType(Transition sphereTransition, java.util.HashSet<PNNode> sphere, boolean isJoin)
          Determine the join/split type of the task corresponding to the given transition.
static java.lang.String WFNetToYAWL.getType(Transition sphereTransition, java.util.HashSet<PNNode> sphere, boolean isJoin)
          Determine the join/split type of the task corresponding to the given transition.
 

Uses of PNNode in org.processmining.exporting.petrinet.cpnexport
 

Subclasses of PNNode in org.processmining.exporting.petrinet.cpnexport
 class ColoredPlace
          A place being part of a high-level Petri net simulation model.
 class ColoredTransition
          A transition being part of a high-level Petri net simulation model.
 

Uses of PNNode in org.processmining.framework.models.pdm
 

Subclasses of PNNode in org.processmining.framework.models.pdm
 class PDMTransition
          Title:
 

Uses of PNNode in org.processmining.framework.models.petrinet
 

Subclasses of PNNode in org.processmining.framework.models.petrinet
 class Place
          A place is node in a Petri net.
 class Transition
          A transition is node in a Petri net.
 

Methods in org.processmining.framework.models.petrinet that return types with arguments of type PNNode
 java.util.ArrayList<PNNode> PetriNet.getNodes()
           
 

Uses of PNNode in org.processmining.framework.models.petrinet.algorithms.logReplay
 

Subclasses of PNNode in org.processmining.framework.models.petrinet.algorithms.logReplay
 class ReplayedPlace
          A place involved in the log replay analysis method.
 class ReplayedTransition
          A transition involved in the log replay analysis method.