Class AnnotationElementXAttribute
- java.lang.Object
-
- org.processmining.variantfinder.models.annotatedtransitionsystems.impl.AnnotationElementXAttribute
-
- All Implemented Interfaces:
AnnotationElement<org.deckfour.xes.model.XAttribute>
public class AnnotationElementXAttribute extends java.lang.Object implements AnnotationElement<org.deckfour.xes.model.XAttribute>
-
-
Constructor Summary
Constructors Constructor Description AnnotationElementXAttribute(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValue(org.deckfour.xes.model.XAttribute newElement)java.util.List<org.deckfour.xes.model.XAttribute>getDistinctValues()java.lang.StringgetName()java.util.List<org.deckfour.xes.model.XAttribute>getValues()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceAnnotationElement<org.deckfour.xes.model.XAttribute>
-
addValue
public void addValue(org.deckfour.xes.model.XAttribute newElement)
- Specified by:
addValuein interfaceAnnotationElement<org.deckfour.xes.model.XAttribute>
-
getValues
public java.util.List<org.deckfour.xes.model.XAttribute> getValues()
- Specified by:
getValuesin interfaceAnnotationElement<org.deckfour.xes.model.XAttribute>
-
getDistinctValues
public java.util.List<org.deckfour.xes.model.XAttribute> getDistinctValues()
- Specified by:
getDistinctValuesin interfaceAnnotationElement<org.deckfour.xes.model.XAttribute>
-
-