Uses of Interface
org.deckfour.xes.model.XAttributeBoolean
-
Packages that use XAttributeBoolean Package Description org.deckfour.xes.extension.std org.deckfour.xes.factory org.deckfour.xes.model.impl -
-
Uses of XAttributeBoolean in org.deckfour.xes.extension.std
Fields in org.deckfour.xes.extension.std declared as XAttributeBoolean Modifier and Type Field Description static XAttributeBooleanXSoftwareEventExtension. ATTR_CALLEE_ISCONSTRUCTORstatic XAttributeBooleanXSoftwareEventExtension. ATTR_CALLER_ISCONSTRUCTORstatic XAttributeBooleanXSoftwareEventExtension. ATTR_HAS_DATAstatic XAttributeBooleanXSoftwareEventExtension. ATTR_HAS_EXCEPTIONMethods in org.deckfour.xes.extension.std that return XAttributeBoolean Modifier and Type Method Description XAttributeBooleanXSoftwareEventExtension. assignCalleeIsConstructor(XEvent event, boolean calleeInstanceId)XAttributeBooleanXSoftwareEventExtension. assignCallerIsConstructor(XEvent event, boolean callerInstanceId)XAttributeBooleanXSoftwareEventExtension. assignHasData(XLog log, boolean hasData)XAttributeBooleanXSoftwareEventExtension. assignHasException(XLog log, boolean hasException)XAttributeBooleanXSoftwareEventExtension. removeCalleeIsConstructor(XEvent event)XAttributeBooleanXSoftwareEventExtension. removeCallerIsConstructor(XEvent event)XAttributeBooleanXSoftwareEventExtension. removeHasData(XLog log)XAttributeBooleanXSoftwareEventExtension. removeHasException(XLog log) -
Uses of XAttributeBoolean in org.deckfour.xes.factory
Methods in org.deckfour.xes.factory that return XAttributeBoolean Modifier and Type Method Description XAttributeBooleanXFactory. createAttributeBoolean(java.lang.String key, boolean value, XExtension extension)Creates a new XES attribute with boolean type (Factory method).XAttributeBooleanXFactoryNaiveImpl. createAttributeBoolean(java.lang.String key, boolean value, XExtension extension) -
Uses of XAttributeBoolean in org.deckfour.xes.model.impl
Classes in org.deckfour.xes.model.impl that implement XAttributeBoolean Modifier and Type Class Description classXAttributeBooleanImplThis class implements boolean type attributes.
-