Uses of Class
org.processmining.exporting.petrinet.cpnexport.HLImplementation.HLTransition.ModificationType

Packages that use HLTransition.ModificationType
org.processmining.exporting.petrinet.cpnexport.HLImplementation   
 

Uses of HLTransition.ModificationType in org.processmining.exporting.petrinet.cpnexport.HLImplementation
 

Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation that return HLTransition.ModificationType
 HLTransition.ModificationType HLTransition.getModificationTypeForDataAttribute(HighLevelDataAttribute att)
          Retrieves for the specified data attribute its modification type
static HLTransition.ModificationType HLTransition.ModificationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HLTransition.ModificationType[] HLTransition.ModificationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation with parameters of type HLTransition.ModificationType
 void HLTransition.setModificationType(HighLevelDataAttribute att, HLTransition.ModificationType modType)
          Sets the modification type for the specified data attribute.