public class AnnotationElementXEvent extends java.lang.Object implements AnnotationElement<org.deckfour.xes.model.XEvent>
Constructor and Description |
---|
AnnotationElementXEvent(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(org.deckfour.xes.model.XEvent newElement) |
java.util.List<org.deckfour.xes.model.XEvent> |
getDistinctValues() |
java.util.List<java.lang.String> |
getDistinctValuesAsString(java.lang.String attributeName)
Get all the distinct values for a given attribute
|
java.lang.String |
getName() |
java.util.List<org.deckfour.xes.model.XEvent> |
getValues() |
public java.lang.String getName()
getName
in interface AnnotationElement<org.deckfour.xes.model.XEvent>
public void addValue(org.deckfour.xes.model.XEvent newElement)
addValue
in interface AnnotationElement<org.deckfour.xes.model.XEvent>
public java.util.List<org.deckfour.xes.model.XEvent> getValues()
getValues
in interface AnnotationElement<org.deckfour.xes.model.XEvent>
public java.util.List<org.deckfour.xes.model.XEvent> getDistinctValues()
getDistinctValues
in interface AnnotationElement<org.deckfour.xes.model.XEvent>
public java.util.List<java.lang.String> getDistinctValuesAsString(java.lang.String attributeName)
attributeName
-