Uses of Class
org.processmining.framework.models.hlprocess.HighLevelChoice.ChoiceEnum

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

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

Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation that return HighLevelChoice.ChoiceEnum
 HighLevelChoice.ChoiceEnum HLChoice.getChoiceConfiguration()
           
 

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

Methods in org.processmining.framework.models.hlprocess that return HighLevelChoice.ChoiceEnum
 HighLevelChoice.ChoiceEnum HighLevelChoice.getChoiceConfiguration()
          Indicates which kind of information should be used in the simulation model to choose for one of the alternative paths for this choice node.
static HighLevelChoice.ChoiceEnum HighLevelChoice.ChoiceEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HighLevelChoice.ChoiceEnum[] HighLevelChoice.ChoiceEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.