Class AnnotationElementXEvent
- java.lang.Object
-
- org.processmining.variantfinder.models.annotatedtransitionsystems.impl.AnnotationElementXEvent
-
- All Implemented Interfaces:
AnnotationElement<org.deckfour.xes.model.XEvent>
public class AnnotationElementXEvent extends java.lang.Object implements AnnotationElement<org.deckfour.xes.model.XEvent>
-
-
Constructor Summary
Constructors Constructor Description AnnotationElementXEvent(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValue(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 attributejava.lang.StringgetName()java.util.List<org.deckfour.xes.model.XEvent>getValues()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceAnnotationElement<org.deckfour.xes.model.XEvent>
-
addValue
public void addValue(org.deckfour.xes.model.XEvent newElement)
- Specified by:
addValuein interfaceAnnotationElement<org.deckfour.xes.model.XEvent>
-
getValues
public java.util.List<org.deckfour.xes.model.XEvent> getValues()
- Specified by:
getValuesin interfaceAnnotationElement<org.deckfour.xes.model.XEvent>
-
getDistinctValues
public java.util.List<org.deckfour.xes.model.XEvent> getDistinctValues()
- Specified by:
getDistinctValuesin interfaceAnnotationElement<org.deckfour.xes.model.XEvent>
-
getDistinctValuesAsString
public java.util.List<java.lang.String> getDistinctValuesAsString(java.lang.String attributeName)
Get all the distinct values for a given attribute- Parameters:
attributeName-- Returns:
-
-