Uses of Interface
org.deckfour.xes.model.XAttributeList
-
Packages that use XAttributeList Package Description org.deckfour.xes.extension.std org.deckfour.xes.factory org.deckfour.xes.model.impl -
-
Uses of XAttributeList in org.deckfour.xes.extension.std
Fields in org.deckfour.xes.extension.std declared as XAttributeList Modifier and Type Field Description static XAttributeListXArtifactLifecycleExtension. ATTR_MOVESGlobal prototype place holders.static XAttributeListXSoftwareEventExtension. ATTR_PARAMSMethods in org.deckfour.xes.extension.std that return XAttributeList Modifier and Type Method Description XAttributeListXArtifactLifecycleExtension. assignMoves(XAttribute event)XAttributeListXSoftwareEventExtension. assignParams(XEvent event)XAttributeListXArtifactLifecycleExtension. removeMoves(XAttribute event)XAttributeListXSoftwareEventExtension. removeParams(XEvent event)Methods in org.deckfour.xes.extension.std with parameters of type XAttributeList Modifier and Type Method Description XAttributeLiteralXSoftwareEventExtension. addParamValue(XAttributeList attribute, java.lang.String paramValue) -
Uses of XAttributeList in org.deckfour.xes.factory
Methods in org.deckfour.xes.factory that return XAttributeList Modifier and Type Method Description XAttributeListXFactory. createAttributeList(java.lang.String key, XExtension extension)XAttributeListXFactoryNaiveImpl. createAttributeList(java.lang.String key, XExtension extension) -
Uses of XAttributeList in org.deckfour.xes.model.impl
Classes in org.deckfour.xes.model.impl that implement XAttributeList Modifier and Type Class Description classXAttributeListImpl
-