|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.exporting.petrinet.cpnexport.HLImplementation.HLDataAttributeType
public class HLDataAttributeType
Represents the type of a data attribute, such as being a "Nominal" or a "Numeric" attribute.
Constructor Summary | |
---|---|
HLDataAttributeType(HighLevelDataAttribute.AttributeType type,
HLDataAttributeValues parent)
Creates a data attribute type with the specified value. |
|
HLDataAttributeType(HLDataAttributeValues parent)
Creates a data attribute type with the default value "Nominal". |
Method Summary | |
---|---|
java.lang.Object |
clone()
Makes a shallow copy of the object |
HighLevelDataAttribute.AttributeType |
getAttributeType()
Returns the current attribute type. |
GUIPropertyListEnumeration |
getEnumerationProperty()
Creates an enumeration property from this data attribute type instance. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HLDataAttributeType(HLDataAttributeValues parent)
public HLDataAttributeType(HighLevelDataAttribute.AttributeType type, HLDataAttributeValues parent)
type
- the value assigned to this data attribute typeparent
- the parent data attribute that needs to be notified as soon as the
attribute type is changedMethod Detail |
---|
public HighLevelDataAttribute.AttributeType getAttributeType()
public GUIPropertyListEnumeration getEnumerationProperty()
public java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |