Uses of Interface
org.processmining.variantfinder.models.annotatedtransitionsystems.interfaces.AnnotationElement
-
-
Uses of AnnotationElement in org.processmining.variantfinder.models.annotatedtransitionsystems.impl
Classes in org.processmining.variantfinder.models.annotatedtransitionsystems.impl that implement AnnotationElement Modifier and Type Class Description classAnnotationElementContinuousWe use floats to save space Here we dont use maps for cardinality.classAnnotationElementDiscreteDiscrete values can be repeated, so we also store the cardinality.classAnnotationElementLiteralThis class represents literal values.classAnnotationElementXAttributeclassAnnotationElementXEventMethods in org.processmining.variantfinder.models.annotatedtransitionsystems.impl that return AnnotationElement Modifier and Type Method Description AnnotationElement<?>AnnotationImpl. getElement(java.lang.String elementName)Methods in org.processmining.variantfinder.models.annotatedtransitionsystems.impl with parameters of type AnnotationElement Modifier and Type Method Description voidAnnotationImpl. addElement(AnnotationElement<?> element) -
Uses of AnnotationElement in org.processmining.variantfinder.models.annotatedtransitionsystems.interfaces
Methods in org.processmining.variantfinder.models.annotatedtransitionsystems.interfaces that return AnnotationElement Modifier and Type Method Description AnnotationElement<?>Annotation. getElement(java.lang.String elementName)Methods in org.processmining.variantfinder.models.annotatedtransitionsystems.interfaces with parameters of type AnnotationElement Modifier and Type Method Description voidAnnotation. addElement(AnnotationElement<?> element)Add an annotation element (e.g., frequency annotation, elapsed time) The element should provide its own name (to be stored here)
-