Uses of Class
org.processmining.framework.models.hlprocess.HighLevelDataAttribute.AttributeType

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

Uses of HighLevelDataAttribute.AttributeType in org.processmining.analysis.decisionmining
 

Methods in org.processmining.analysis.decisionmining that return HighLevelDataAttribute.AttributeType
 HighLevelDataAttribute.AttributeType DecisionAttributeType.getHighLevelAttributeType()
          Returns the corresponding attribute type for a high level data attribute.
 

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

Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation that return HighLevelDataAttribute.AttributeType
 HighLevelDataAttribute.AttributeType HLDataAttributeType.getAttributeType()
          Returns the current attribute type.
 HighLevelDataAttribute.AttributeType HLAttribute.getType()
           
 HighLevelDataAttribute.AttributeType HLDataAttributeValues.getType()
          Retrieves the attribute type for this data attribute.
 

Constructors in org.processmining.exporting.petrinet.cpnexport.HLImplementation with parameters of type HighLevelDataAttribute.AttributeType
HLAttribute(HighLevelDataAttribute.AttributeType type, java.lang.String name)
          Constructor to create a data attribute of the specified name and type.
HLDataAttributeType(HighLevelDataAttribute.AttributeType type, HLDataAttributeValues parent)
          Creates a data attribute type with the specified value.
HLDataAttributeValues(HighLevelDataAttribute.AttributeType type)
          Constructor to create an empty attribute with the of the specified type.
 

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

Methods in org.processmining.framework.models.hlprocess that return HighLevelDataAttribute.AttributeType
 HighLevelDataAttribute.AttributeType HighLevelDataAttribute.getType()
          Retrieves the attribute type for this data attribute.
static HighLevelDataAttribute.AttributeType HighLevelDataAttribute.AttributeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HighLevelDataAttribute.AttributeType[] HighLevelDataAttribute.AttributeType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.