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

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

Uses of XAttributeContinuous in org.deckfour.xes.factory
 

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

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

Classes in org.deckfour.xes.model.impl that implement XAttributeContinuous
 class XAttributeContinuousImpl
          This class implements continuous type attributes.