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

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

Uses of XAttributeContinuous in org.deckfour.xes.extension.std
 

Fields in org.deckfour.xes.extension.std declared as XAttributeContinuous
static XAttributeContinuous XCostExtension.ATTR_AMOUNT
           
static XAttributeContinuous XCostExtension.ATTR_TOTAL
          Attribute prototypes
 

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.