Class ClassifierAttribute
- java.lang.Object
-
- org.processmining.logprojection.Attribute
-
- org.processmining.logprojection.calculators.ClassifierAttribute
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Attribute>
public class ClassifierAttribute extends Attribute
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassifierAttribute(char[] key, byte type, long defaultValue, java.lang.String... keys)ClassifierAttribute(java.lang.String key, byte type, long defaultValue, java.lang.String... keys)ClassifierAttribute(org.deckfour.xes.model.XAttribute attribute, long defaultValue, java.lang.String... keys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.String[]getOriginalKeys()inthashCode()java.lang.StringtoString()-
Methods inherited from class org.processmining.logprojection.Attribute
compareTo, getDefaultValue, getKey, getType, isEventAttribute, sizeForType, toString, toXAttribute
-
-
-
-
Constructor Detail
-
ClassifierAttribute
public ClassifierAttribute(org.deckfour.xes.model.XAttribute attribute, long defaultValue, java.lang.String... keys)
-
ClassifierAttribute
public ClassifierAttribute(java.lang.String key, byte type, long defaultValue, java.lang.String... keys)
-
ClassifierAttribute
public ClassifierAttribute(char[] key, byte type, long defaultValue, java.lang.String... keys)
-
-