Uses of Interface
org.progressmining.xeslite.external.store.XExternalAttributable

Packages that use XExternalAttributable
org.progressmining.xeslite.external.model   
org.progressmining.xeslite.external.model.attributes   
org.progressmining.xeslite.external.store   
org.progressmining.xeslite.external.store.mapdb   
 

Uses of XExternalAttributable in org.progressmining.xeslite.external.model
 

Classes in org.progressmining.xeslite.external.model that implement XExternalAttributable
 class XEventExternalImpl
           
 class XTraceExternalImpl
           
 

Uses of XExternalAttributable in org.progressmining.xeslite.external.model.attributes
 

Classes in org.progressmining.xeslite.external.model.attributes that implement XExternalAttributable
 class XAttributeBooleanExternalImpl
           
 class XAttributeContinuousExternalImpl
           
 class XAttributeDiscreteExternalImpl
           
 class XAttributeExternalImpl
           
 class XAttributeIDExternalImpl
           
 class XAttributeLiteralExternalImpl
           
 class XAttributeTimestampExternalImpl
           
 

Uses of XExternalAttributable in org.progressmining.xeslite.external.store
 

Subinterfaces of XExternalAttributable in org.progressmining.xeslite.external.store
 interface XCacheable
           
 

Methods in org.progressmining.xeslite.external.store with parameters of type XExternalAttributable
 org.deckfour.xes.model.XAttributeMap XAttributeStore.getAttributes(XExternalAttributable attributable)
           
 boolean XAttributeStore.hasAttributes(XExternalAttributable attributable)
           
 org.deckfour.xes.model.XAttributeMap XAttributeStore.removeAttributes(XExternalAttributable attributable)
           
 void XAttributeStore.setAttributes(XExternalAttributable attributable, org.deckfour.xes.model.XAttributeMap attributes)
           
 

Uses of XExternalAttributable in org.progressmining.xeslite.external.store.mapdb
 

Fields in org.progressmining.xeslite.external.store.mapdb declared as XExternalAttributable
protected  XExternalAttributable XMapDBAttributeMap.owner
           
 

Methods in org.progressmining.xeslite.external.store.mapdb with parameters of type XExternalAttributable
 org.deckfour.xes.model.XAttributeMap XAttributeMapDBStore.getAttributes(XExternalAttributable attributable)
           
 boolean XAttributeMapDBStore.hasAttributes(XExternalAttributable attributable)
           
 org.deckfour.xes.model.XAttributeMap XAttributeMapDBStore.removeAttributes(XExternalAttributable attributable)
           
 void XAttributeMapDBStore.setAttributes(XExternalAttributable attributable, org.deckfour.xes.model.XAttributeMap attributes)
           
 

Constructors in org.progressmining.xeslite.external.store.mapdb with parameters of type XExternalAttributable
XMapDBAttributeMap(XExternalAttributable owner, XAttributeMapDBStore store)
           
XMapDBCachingAttributeMap(XExternalAttributable owner, XAttributeMapDBStore store, com.google.common.collect.Interner<java.lang.String> interner)
           
XMapDBKeySet(XExternalAttributable owner, java.util.NavigableSet<java.lang.Long> keySet, XAttributeMapDBStore store)