Uses of Interface
org.deckfour.xes.model.XAttributeID
-
Packages that use XAttributeID Package Description org.deckfour.xes.extension.std org.deckfour.xes.factory org.deckfour.xes.model.impl -
-
Uses of XAttributeID in org.deckfour.xes.extension.std
Fields in org.deckfour.xes.extension.std declared as XAttributeID Modifier and Type Field Description static XAttributeIDXIdentityExtension. ATTR_IDIdentity attribute prototypestatic XAttributeIDXMicroExtension. ATTR_PID -
Uses of XAttributeID in org.deckfour.xes.factory
Methods in org.deckfour.xes.factory that return XAttributeID Modifier and Type Method Description XAttributeIDXFactory. createAttributeID(java.lang.String key, XID value, XExtension extension)Creates a new XES attribute with id type (Factory method).XAttributeIDXFactoryNaiveImpl. createAttributeID(java.lang.String key, XID value, XExtension extension) -
Uses of XAttributeID in org.deckfour.xes.model.impl
Classes in org.deckfour.xes.model.impl that implement XAttributeID Modifier and Type Class Description classXAttributeIDImpl
-