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

Packages that use XAttributeLiteral
org.deckfour.xes.extension.std   
org.deckfour.xes.factory   
org.deckfour.xes.in   
org.deckfour.xes.model.impl   
 

Uses of XAttributeLiteral in org.deckfour.xes.extension.std
 

Fields in org.deckfour.xes.extension.std declared as XAttributeLiteral
static XAttributeLiteral XOrganizationalExtension.ATTR_GROUP
          Group attribute prototype.
static XAttributeLiteral XConceptExtension.ATTR_INSTANCE
          Instance attribute prototype
static XAttributeLiteral XLifecycleExtension.ATTR_MODEL
          Lifecycle model attribute prototype
static XAttributeLiteral XSemanticExtension.ATTR_MODELREFERENCE
          Model references attribute prototype.
static XAttributeLiteral XConceptExtension.ATTR_NAME
          Name attribute prototype
static XAttributeLiteral XOrganizationalExtension.ATTR_RESOURCE
          Resource attribute prototype.
static XAttributeLiteral XOrganizationalExtension.ATTR_ROLE
          Role attribute prototype.
static XAttributeLiteral XLifecycleExtension.ATTR_TRANSITION
          Transition attribute prototype
 

Uses of XAttributeLiteral in org.deckfour.xes.factory
 

Methods in org.deckfour.xes.factory that return XAttributeLiteral
 XAttributeLiteral XFactory.createAttributeLiteral(String key, String value, XExtension extension)
          Creates a new XES attribute with literal type (Factory method).
 XAttributeLiteral XFactoryNaiveImpl.createAttributeLiteral(String key, String value, XExtension extension)
           
 

Uses of XAttributeLiteral in org.deckfour.xes.in
 

Fields in org.deckfour.xes.in declared as XAttributeLiteral
protected  XAttributeLiteral XMxmlParser.MxmlHandler.eventTypeAttribute
           
protected  XAttributeLiteral XMxmlParser.MxmlHandler.genericAttribute
           
protected  XAttributeLiteral XMxmlParser.MxmlHandler.originatorAttribute
           
protected  XAttributeLiteral XMxmlParser.MxmlHandler.sourceAttribute
           
 

Uses of XAttributeLiteral in org.deckfour.xes.model.impl
 

Classes in org.deckfour.xes.model.impl that implement XAttributeLiteral
 class XAttributeLiteralImpl
          This class implements literal type attributes.