public class AttributeUtils
extends java.lang.Object
Constructor and Description |
---|
AttributeUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isStringNumeric(java.lang.String str) |
static double |
parseDoubleFast(org.deckfour.xes.model.XAttribute attribute)
See if the given attribute has a numeric value.
|
static long |
parseLongFast(org.deckfour.xes.model.XAttribute attribute)
See if the given attribute has a numeric value.
|
static long |
parseTimeFast(org.deckfour.xes.model.XAttribute attribute) |
static double |
valueDouble(Attribute attribute,
org.deckfour.xes.model.XAttributable x) |
static long |
valueLong(Attribute attribute,
org.deckfour.xes.model.XAttributable x) |
static java.lang.String |
valueString(Attribute attribute,
org.deckfour.xes.model.XAttributable x) |
public static long valueLong(Attribute attribute, org.deckfour.xes.model.XAttributable x)
public static double valueDouble(Attribute attribute, org.deckfour.xes.model.XAttributable x)
public static java.lang.String valueString(Attribute attribute, org.deckfour.xes.model.XAttributable x)
public static long parseTimeFast(org.deckfour.xes.model.XAttribute attribute)
public static double parseDoubleFast(org.deckfour.xes.model.XAttribute attribute)
attribute
- public static long parseLongFast(org.deckfour.xes.model.XAttribute attribute)
attribute
- public static boolean isStringNumeric(java.lang.String str)