Uses of Class
org.processmining.plugins.tsanalyzer.annotation.AnnotationProperty
-
Packages that use AnnotationProperty Package Description org.processmining.plugins.tsanalyzer org.processmining.plugins.tsanalyzer.annotation -
-
Uses of AnnotationProperty in org.processmining.plugins.tsanalyzer
Subclasses of AnnotationProperty in org.processmining.plugins.tsanalyzer Modifier and Type Class Description classStatisticsAnnotationProperty -
Uses of AnnotationProperty in org.processmining.plugins.tsanalyzer.annotation
Methods in org.processmining.plugins.tsanalyzer.annotation that return AnnotationProperty Modifier and Type Method Description AnnotationProperty<?>Annotation. getProperty(java.lang.String name)Methods in org.processmining.plugins.tsanalyzer.annotation that return types with arguments of type AnnotationProperty Modifier and Type Method Description java.lang.Iterable<java.util.Map.Entry<java.lang.String,AnnotationProperty<?>>>Annotation. getProperties()Methods in org.processmining.plugins.tsanalyzer.annotation with parameters of type AnnotationProperty Modifier and Type Method Description protected voidAnnotation. addProperty(java.lang.String name, AnnotationProperty<?> property)
-