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

Packages that use XAttributeBoolean
org.deckfour.xes.factory   
org.deckfour.xes.model.impl   
 

Uses of XAttributeBoolean in org.deckfour.xes.factory
 

Methods in org.deckfour.xes.factory that return XAttributeBoolean
 XAttributeBoolean XFactory.createAttributeBoolean(String key, boolean value, XExtension extension)
          Creates a new XES attribute with boolean type (Factory method).
 XAttributeBoolean XFactoryNaiveImpl.createAttributeBoolean(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
 class XAttributeBooleanImpl
          This class implements boolean type attributes.