Uses of Interface
org.processmining.framework.models.hlprocess.HighLevelChoice

Packages that use HighLevelChoice
org.processmining.exporting.petrinet.cpnexport.HLImplementation   
org.processmining.framework.models.hlprocess   
 

Uses of HighLevelChoice in org.processmining.exporting.petrinet.cpnexport.HLImplementation
 

Classes in org.processmining.exporting.petrinet.cpnexport.HLImplementation that implement HighLevelChoice
 class HLChoice
          Defines the operations for a choice at a decision point in the process.
 

Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation that return types with arguments of type HighLevelChoice
 java.util.List<HighLevelChoice> HLActivitySet.getChoices()
           
 java.util.List<HighLevelChoice> HLPetriNet.getChoices()
           
 

Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation with parameters of type HighLevelChoice
 void HLActivitySet.addChoice(HighLevelChoice choice)
           
 void HLPetriNet.addChoice(HighLevelChoice choice)
           
 boolean HLActivitySet.removeChoice(HighLevelChoice choice)
           
 boolean HLPetriNet.removeChoice(HighLevelChoice choice)
           
 

Uses of HighLevelChoice in org.processmining.framework.models.hlprocess
 

Methods in org.processmining.framework.models.hlprocess that return types with arguments of type HighLevelChoice
 java.util.List<HighLevelChoice> HighLevelProcess.getChoices()
          Retrieves the list of HighLevelChoices contained in this process.
 

Methods in org.processmining.framework.models.hlprocess with parameters of type HighLevelChoice
 void HighLevelProcess.addChoice(HighLevelChoice choice)
          Adds a new choice construct to this high level petri process.
 boolean HighLevelProcess.removeChoice(HighLevelChoice choice)
          Removes the given choice from this process.