public interface Concept
Modifier and Type | Method and Description |
---|---|
void |
addAnnotation(Annotation aAnnot)
Adds the given annotation to this concept.
|
void |
addRule(Rule aRule)
Adds the given rule to this concept
|
Annotation[] |
getAnnotations()
Gets an array of annotations for this rule.
|
String |
getName()
Get the concept name.
|
Rule[] |
getRules()
Gets an array of rules for this concept
|
boolean |
processAllConceptRules()
Checks the rule processing for this concept.
|
String getName()
Annotation[] getAnnotations()
void addAnnotation(Annotation aAnnot)
aAnnot
- The annotation to be added.Rule[] getRules()
void addRule(Rule aRule)
aRule
- The rule to be added.boolean processAllConceptRules()
Copyright © 2006–2024 The Apache Software Foundation. All rights reserved.