|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XAttribute
This interface defines attributes used for describing meta-information about event log hierarchy elements. Attributes have a name (i.e., a key), which is string-based. The value of an attribute is strongly typed, and can be accessed and modified via sub-interface methods specified by type. Attributes may further be defined by an extension, which makes it possible to assign semantic meaning to them within a specific domain.
Method Summary | |
---|---|
Object |
clone()
Attributes must be cloneable. |
XExtension |
getExtension()
Retrieves the extension defining this attribute. |
String |
getKey()
Retrieves the key, i.e. |
Methods inherited from interface org.deckfour.xes.model.XAttributable |
---|
getAttributes, getExtensions, setAttributes |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
String getKey()
XExtension getExtension()
null
, if there is no extension
defining this attribute.Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |