Uses of Interface
org.processmining.variantfinder.models.annotatedtransitionsystems.interfaces.Annotation
-
Packages that use Annotation Package Description org.processmining.variantfinder.models.annotatedtransitionsystems.impl org.processmining.variantfinder.models.annotatedtransitionsystems.interfaces -
-
Uses of Annotation in org.processmining.variantfinder.models.annotatedtransitionsystems.impl
Classes in org.processmining.variantfinder.models.annotatedtransitionsystems.impl that implement Annotation Modifier and Type Class Description classAnnotationImplMethods in org.processmining.variantfinder.models.annotatedtransitionsystems.impl that return Annotation Modifier and Type Method Description AnnotationAnnotatedTransitionSystemImpl. getAnnotation(java.lang.Object tsElement)Methods in org.processmining.variantfinder.models.annotatedtransitionsystems.impl with parameters of type Annotation Modifier and Type Method Description voidAnnotatedTransitionSystemImpl. addAnnotation(java.lang.Object tsElement, Annotation annotation) -
Uses of Annotation in org.processmining.variantfinder.models.annotatedtransitionsystems.interfaces
Methods in org.processmining.variantfinder.models.annotatedtransitionsystems.interfaces that return Annotation Modifier and Type Method Description AnnotationAnnotatedTransitionSystem. getAnnotation(java.lang.Object tsElement)get the annotation object for any element of the transition system.Methods in org.processmining.variantfinder.models.annotatedtransitionsystems.interfaces with parameters of type Annotation Modifier and Type Method Description voidAnnotatedTransitionSystem. addAnnotation(java.lang.Object tsElement, Annotation annotation)adds an annotation wrapper to an element of the transition system
-