Uses of Interface
org.deckfour.xes.model.XAttributeID

Packages that use XAttributeID
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
static XAttributeID XIdentityExtension.ATTR_ID
          Identity attribute prototype
 

Uses of XAttributeID in org.deckfour.xes.factory
 

Methods in org.deckfour.xes.factory that return XAttributeID
 XAttributeID XFactory.createAttributeID(String key, XID value, XExtension extension)
          Creates a new XES attribute with id type (Factory method).
 XAttributeID XFactoryNaiveImpl.createAttributeID(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
 class XAttributeIDImpl