Uses of Class
org.processmining.framework.models.pdm.PDMActivity

Packages that use PDMActivity
org.processmining.framework.models.pdm   
org.processmining.framework.models.pdm.algorithms   
 

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

Methods in org.processmining.framework.models.pdm with parameters of type PDMActivity
 void PDMDesign.addActivity(PDMActivity activity)
          Adds an activity to the list of activities.
 PDMDataElement PDMActivity.getConnectingDataElement(PDMActivity act)
          Returns (one of) the data element that makes the overlap between this activity and activity act.
 java.lang.Boolean PDMActivity.isConnectedWith(PDMActivity act)
          Returns true when this activity is connected with activity act by an overlapping data element.
 

Constructors in org.processmining.framework.models.pdm with parameters of type PDMActivity
PDMTransition(java.lang.String identifier, PetriNet net, PDMActivity activity)
           
 

Uses of PDMActivity in org.processmining.framework.models.pdm.algorithms
 

Methods in org.processmining.framework.models.pdm.algorithms with parameters of type PDMActivity
 void PDMDesignReader.parseOperation(org.w3c.dom.Node rootNode, PDMActivity activity)
          Parses an XML node of the type Operation