Class AnnotationElementXEvent

  • All Implemented Interfaces:
    AnnotationElement<org.deckfour.xes.model.XEvent>

    public class AnnotationElementXEvent
    extends java.lang.Object
    implements AnnotationElement<org.deckfour.xes.model.XEvent>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnnotationElementXEvent

        public AnnotationElementXEvent​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface AnnotationElement<org.deckfour.xes.model.XEvent>
      • addValue

        public void addValue​(org.deckfour.xes.model.XEvent newElement)
        Specified by:
        addValue in interface AnnotationElement<org.deckfour.xes.model.XEvent>
      • getValues

        public java.util.List<org.deckfour.xes.model.XEvent> getValues()
        Specified by:
        getValues in interface AnnotationElement<org.deckfour.xes.model.XEvent>
      • getDistinctValues

        public java.util.List<org.deckfour.xes.model.XEvent> getDistinctValues()
        Specified by:
        getDistinctValues in interface AnnotationElement<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: