Class Annotation
- java.lang.Object
-
- org.processmining.plugins.tsanalyzer2.annotation.Annotation
-
- Direct Known Subclasses:
StateAnnotation,TransitionAnnotation
public class Annotation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Objectowner
-
Constructor Summary
Constructors Constructor Description Annotation(java.lang.Object owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddElement(AnnotationElement element)booleancontainsKey(java.lang.String key)AnnotationElementgetElement(java.lang.String name)java.util.Set<java.lang.String>getElementNames()
-
-
-
Method Detail
-
addElement
public void addElement(AnnotationElement element)
-
getElement
public AnnotationElement getElement(java.lang.String name)
-
getElementNames
public java.util.Set<java.lang.String> getElementNames()
-
containsKey
public boolean containsKey(java.lang.String key)
-
-