Class AnnotatedTransitionSystemImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotatedTransitionSystemImpl​(org.processmining.models.graphbased.directed.transitionsystem.payload.event.EventPayloadTransitionSystem ts)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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?
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnnotatedTransitionSystemImpl

        public AnnotatedTransitionSystemImpl​(org.processmining.models.graphbased.directed.transitionsystem.payload.event.EventPayloadTransitionSystem ts)