Class Annotation
- java.lang.Object
-
- org.processmining.plugins.tsanalyzer.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 protected voidaddProperty(java.lang.String name, AnnotationProperty<?> property)java.lang.Iterable<java.util.Map.Entry<java.lang.String,AnnotationProperty<?>>>getProperties()AnnotationProperty<?>getProperty(java.lang.String name)
-
-
-
Method Detail
-
addProperty
protected void addProperty(java.lang.String name, AnnotationProperty<?> property)
-
getProperty
public AnnotationProperty<?> getProperty(java.lang.String name)
-
getProperties
public java.lang.Iterable<java.util.Map.Entry<java.lang.String,AnnotationProperty<?>>> getProperties()
-
-