Class AnnotatedTransitionSystem
- java.lang.Object
-
- org.processmining.plugins.tsanalyzer2.AnnotatedTransitionSystem
-
public class AnnotatedTransitionSystem extends java.lang.Object- Author:
- abolt Wrapper for all the perspectives that we can annotate in a transition system
-
-
Constructor Summary
Constructors Constructor Description AnnotatedTransitionSystem(EventPayloadTransitionSystem ts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationgetNodeAnnotation(java.lang.Object node)Returns the annotation object for the given element (state or transition).EventPayloadTransitionSystemgetTransitionSystem()
-
-
-
Constructor Detail
-
AnnotatedTransitionSystem
public AnnotatedTransitionSystem(EventPayloadTransitionSystem ts)
-
-
Method Detail
-
getTransitionSystem
public EventPayloadTransitionSystem getTransitionSystem()
-
getNodeAnnotation
public Annotation getNodeAnnotation(java.lang.Object node)
Returns the annotation object for the given element (state or transition). If the time annotation object for the element does not exist, a new annotation object is created for the element and returned.- Parameters:
state- for which to find the annotation- Returns:
- annotation object for the element
-
-