public interface AnnotatedTransitionSystem
Modifier and Type | Method and Description |
---|---|
void |
addAnnotation(java.lang.Object tsElement,
Annotation annotation)
adds an annotation wrapper to an element of the transition system
|
Annotation |
getAnnotation(java.lang.Object tsElement)
get the annotation object for any element of the transition system.
|
org.processmining.models.graphbased.directed.transitionsystem.payload.event.EventPayloadTransitionSystem |
getTransitionSystem()
get access to the underlying transition system
|
boolean |
hasElementAnnotation(java.lang.Object tsElement)
Does the TS contain an annotation node for this element?
|
org.processmining.models.graphbased.directed.transitionsystem.payload.event.EventPayloadTransitionSystem getTransitionSystem()
Annotation getAnnotation(java.lang.Object tsElement)
tsElement
- boolean hasElementAnnotation(java.lang.Object tsElement)
element
- void addAnnotation(java.lang.Object tsElement, Annotation annotation)
tsElement
- annotation
-