Uses of Interface
org.deckfour.xes.model.XAttributeContinuous
-
Packages that use XAttributeContinuous Package Description 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 Modifier and Type Field Description static XAttributeContinuousXCostExtension. ATTR_AMOUNTstatic XAttributeContinuousXSoftwareTelemetryExtension. ATTR_CPU_LOAD_KERNELstatic XAttributeContinuousXSoftwareTelemetryExtension. ATTR_CPU_LOAD_USERstatic XAttributeContinuousXSoftwareTelemetryExtension. ATTR_MEMORY_LOADstatic XAttributeContinuousXCostExtension. ATTR_TOTALAttribute prototypesMethods in org.deckfour.xes.extension.std that return XAttributeContinuous Modifier and Type Method Description XAttributeContinuousXSoftwareTelemetryExtension. assignCPULoadKernel(XEvent event, double cpuLoadKernel)XAttributeContinuousXSoftwareTelemetryExtension. assignCPULoadUser(XEvent event, double cpuLoadUser)XAttributeContinuousXSoftwareTelemetryExtension. assignMemoryLoad(XEvent event, double memoryLoad) -
Uses of XAttributeContinuous in org.deckfour.xes.factory
Methods in org.deckfour.xes.factory that return XAttributeContinuous Modifier and Type Method Description XAttributeContinuousXFactory. createAttributeContinuous(java.lang.String key, double value, XExtension extension)Creates a new XES attribute with continuous type (Factory method).XAttributeContinuousXFactoryNaiveImpl. createAttributeContinuous(java.lang.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 Modifier and Type Class Description classXAttributeContinuousImplThis class implements continuous type attributes.
-