|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.decisionmining.DecisionAttributeType
public class DecisionAttributeType
Represents an enum type for the type of an attribute. todo: consider to replace by real enumeration type available in later Java versions
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 |
---|
public static final DecisionAttributeType NOMINAL
public static final DecisionAttributeType NUMERIC
Method Detail |
---|
public HighLevelDataAttribute.AttributeType getHighLevelAttributeType()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |