Package | Description |
---|---|
org.processmining.variantfinder.models.annotatedtransitionsystems.impl | |
org.processmining.variantfinder.models.annotatedtransitionsystems.interfaces |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationImpl |
Modifier and Type | Method and Description |
---|---|
Annotation |
AnnotatedTransitionSystemImpl.getAnnotation(java.lang.Object tsElement) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotatedTransitionSystemImpl.addAnnotation(java.lang.Object tsElement,
Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
Annotation |
AnnotatedTransitionSystem.getAnnotation(java.lang.Object tsElement)
get the annotation object for any element of the transition system.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotatedTransitionSystem.addAnnotation(java.lang.Object tsElement,
Annotation annotation)
adds an annotation wrapper to an element of the transition system
|