Drools :: Core 6.0.0.Beta5

Uses of Class
org.drools.core.factmodel.AnnotationDefinition

Packages that use AnnotationDefinition
org.drools.core.factmodel   
org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
 

Uses of AnnotationDefinition in org.drools.core.factmodel
 

Methods in org.drools.core.factmodel that return AnnotationDefinition
static AnnotationDefinition AnnotationDefinition.build(Class annotationClass, Map<String,String> valueMap, TypeResolver resolver)
           
 

Methods in org.drools.core.factmodel that return types with arguments of type AnnotationDefinition
 List<AnnotationDefinition> ClassDefinition.getAnnotations()
           
 List<AnnotationDefinition> FieldDefinition.getAnnotations()
           
 

Methods in org.drools.core.factmodel with parameters of type AnnotationDefinition
 void ClassDefinition.addAnnotation(AnnotationDefinition annotationDefinition)
           
 void FieldDefinition.addAnnotation(AnnotationDefinition annotationDefinition)
           
 

Uses of AnnotationDefinition in org.drools.core.rule
 

Methods in org.drools.core.rule that return types with arguments of type AnnotationDefinition
 Map<String,AnnotationDefinition> Pattern.getAnnotations()
           
 

Method parameters in org.drools.core.rule with type arguments of type AnnotationDefinition
 void Pattern.setAnnotations(Map<String,AnnotationDefinition> annotations)
           
 


Drools :: Core 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.