Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationDefinition |
AnnotationDefinition.build(Class annotationClass,
Map<String,String> valueMap,
TypeResolver resolver) |
Modifier and Type | Method and Description |
---|---|
List<AnnotationDefinition> |
FieldDefinition.getAnnotations() |
List<AnnotationDefinition> |
ClassDefinition.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
void |
FieldDefinition.addAnnotation(AnnotationDefinition annotationDefinition) |
void |
ClassDefinition.addAnnotation(AnnotationDefinition annotationDefinition) |
Modifier and Type | Method and Description |
---|---|
Map<String,AnnotationDefinition> |
Pattern.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
void |
Pattern.setAnnotations(Map<String,AnnotationDefinition> annotations) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.