org.processmining.analysis.decisionmining
Class DecisionAttributeType

java.lang.Object
  extended by org.processmining.analysis.decisionmining.DecisionAttributeType

public class DecisionAttributeType
extends java.lang.Object

Represents an enum type for the type of an attribute. todo: consider to replace by real enumeration type available in later Java versions

Author:
arozinat (a.rozinat@tm.tue.nl)

Field Summary
static DecisionAttributeType NOMINAL
          Denotes a nominal attribute type (i.e., an enumeration type).
static DecisionAttributeType NUMERIC
          Denotes a numeric attribute type (i.e., represents a continous numeric type space).
 
Method Summary
 HighLevelDataAttribute.AttributeType getHighLevelAttributeType()
          Returns the corresponding attribute type for a high level data attribute.
 java.lang.String toString()
          Get the current attribute type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOMINAL

public static final DecisionAttributeType NOMINAL
Denotes a nominal attribute type (i.e., an enumeration type).


NUMERIC

public static final DecisionAttributeType NUMERIC
Denotes a numeric attribute type (i.e., represents a continous numeric type space).

Method Detail

getHighLevelAttributeType

public HighLevelDataAttribute.AttributeType getHighLevelAttributeType()
Returns the corresponding attribute type for a high level data attribute.

Returns:
the attribute type

toString

public java.lang.String toString()
Get the current attribute type.

Overrides:
toString in class java.lang.Object
Returns:
the current attribute type string