public interface Attribute extends java.lang.Comparable<Attribute>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Attribute arg0) |
boolean |
equals(java.lang.Object obj) |
long |
getDuration(org.deckfour.xes.model.XAttributable x)
The duration value, or -Double.MAX_VALUE if it does not exist.
|
long |
getDurationMax() |
long |
getDurationMin() |
java.lang.String |
getLiteral(org.deckfour.xes.model.XAttributable x)
The literal value, or null if it does not exist.
|
java.lang.String |
getName() |
double |
getNumeric(org.deckfour.xes.model.XAttributable x)
The numeric value, or -Double.MAX_VALUE if it does not exist.
|
double |
getNumericMax() |
double |
getNumericMin() |
java.util.Collection<java.lang.String> |
getStringValues() |
long |
getTime(org.deckfour.xes.model.XAttributable x)
The time value, or Long.MIN_VALUE if it does not exist.
|
long |
getTimeMax() |
long |
getTimeMin() |
int |
hashCode() |
boolean |
isDuration() |
boolean |
isLiteral() |
boolean |
isNumeric() |
boolean |
isTime() |
boolean |
isVirtual() |
java.lang.String getName()
boolean isVirtual()
boolean isLiteral()
boolean isNumeric()
boolean isTime()
boolean isDuration()
java.util.Collection<java.lang.String> getStringValues()
java.lang.String getLiteral(org.deckfour.xes.model.XAttributable x)
x
- double getNumericMin()
double getNumericMax()
double getNumeric(org.deckfour.xes.model.XAttributable x)
x
- long getTimeMin()
long getTimeMax()
long getTime(org.deckfour.xes.model.XAttributable x)
x
- long getDurationMin()
long getDurationMax()
long getDuration(org.deckfour.xes.model.XAttributable x)
x
- int compareTo(Attribute arg0)
compareTo
in interface java.lang.Comparable<Attribute>
int hashCode()
hashCode
in class java.lang.Object
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object