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

Packages that use HighLevelDataAttribute
org.processmining.analysis.decisionmining   
org.processmining.exporting.petrinet.cpnexport   
org.processmining.exporting.petrinet.cpnexport.HLImplementation   
org.processmining.framework.models.hlprocess   
 

Uses of HighLevelDataAttribute in org.processmining.analysis.decisionmining
 

Methods in org.processmining.analysis.decisionmining that return HighLevelDataAttribute
 HighLevelDataAttribute DecisionAttribute.createSimulationAttribute()
          Creates (and assigns) a new data attribute object that can be used in the simulation model.
 HighLevelDataAttribute DecisionAttribute.getSimulationAttribute()
          Returns currently held simulation attribute.
 

Methods in org.processmining.analysis.decisionmining with parameters of type HighLevelDataAttribute
 void DecisionAttribute.addToRelatedActivities(HighLevelDataAttribute simAtt)
          Adds the given simulation attribute to all high level activities in the associated simulation model that have provided this attribute at least once in the log.
 

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

Methods in org.processmining.exporting.petrinet.cpnexport with parameters of type HighLevelDataAttribute
 org.processmining.exporting.petrinet.cpnexport.CpnFunction HLToCPNTranslator.generateRandomFunctionForDataAttribute(HighLevelDataAttribute dataAttr)
          Returns the declaration of a function that can be used in cpn for generating random values (between some range) for the given data attribute.
 CpnColorSet HLToCPNTranslator.getColorSetDataAttribute(HighLevelDataAttribute attrib)
          Returns the cpn color set representation for this data attribute
 org.processmining.exporting.petrinet.cpnexport.CpnVarAndType HLToCPNTranslator.getCpnVarForDataAttribute(HighLevelDataAttribute attrib)
          Returns the cpn variable and type for the variable that has to represent the given data attribute
 

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

Classes in org.processmining.exporting.petrinet.cpnexport.HLImplementation that implement HighLevelDataAttribute
 class HLAttribute
          A data attribute represents a case data attribute that is available to activities in the process (i.e., they can read it and provide new values).
 

Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation that return types with arguments of type HighLevelDataAttribute
 java.util.List<HighLevelDataAttribute> HLActivity.getDataAttributes()
           
 java.util.Set<HighLevelDataAttribute> HLActivitySet.getDataAttributes()
           
 java.util.Set<HighLevelDataAttribute> HLPetriNet.getDataAttributes()
           
 java.util.List<HighLevelDataAttribute> HLTransition.getDataAttributes()
           
 

Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation with parameters of type HighLevelDataAttribute
 void HLActivity.addDataAttribute(HighLevelDataAttribute att)
           
 boolean HLActivitySet.addDataAttribute(HighLevelDataAttribute att)
           
 boolean HLPetriNet.addDataAttribute(HighLevelDataAttribute att)
           
 void HLTransition.addDataAttribute(HighLevelDataAttribute att)
           
 HLTransition.ModificationType HLTransition.getModificationTypeForDataAttribute(HighLevelDataAttribute att)
          Retrieves for the specified data attribute its modification type
 boolean HLActivity.removeDataAttribute(HighLevelDataAttribute att)
           
 boolean HLActivitySet.removeDataAttribute(HighLevelDataAttribute att)
           
 boolean HLPetriNet.removeDataAttribute(HighLevelDataAttribute att)
           
 boolean HLTransition.removeDataAttribute(HighLevelDataAttribute att)
           
 void HLTransition.setModificationType(HighLevelDataAttribute att, HLTransition.ModificationType modType)
          Sets the modification type for the specified data attribute.
 

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

Methods in org.processmining.framework.models.hlprocess that return types with arguments of type HighLevelDataAttribute
 java.util.List<HighLevelDataAttribute> HighLevelActivity.getDataAttributes()
          Retrieves the list of data attributes available for this activity.
 java.util.Set<HighLevelDataAttribute> HighLevelProcess.getDataAttributes()
          Retrieves the list of data attributes available for this process.
 

Methods in org.processmining.framework.models.hlprocess with parameters of type HighLevelDataAttribute
 void HighLevelActivity.addDataAttribute(HighLevelDataAttribute att)
          Adds a new data attribute to this activity.
 boolean HighLevelProcess.addDataAttribute(HighLevelDataAttribute att)
          Adds a new data attribute to this process.
 boolean HighLevelActivity.removeDataAttribute(HighLevelDataAttribute att)
          Removes the given data attribute from this activity.
 boolean HighLevelProcess.removeDataAttribute(HighLevelDataAttribute att)
          Removes the given data attribute from this process.