public class CompetencyManagerRule
extends java.lang.Object
| Constructor | Description |
|---|---|
CompetencyManagerRule(org.w3c.dom.Node domNode,
IArchitecture architecture) |
create a new competency manager rule from a dom node (originating form the parsed
competeny manager rules xml file).
|
| Modifier and Type | Method | Description |
|---|---|---|
CompetencyExecutionPlan |
getExecutionPlan() |
returns the competency execution plan connected with this rule
|
MindAction |
getMindAction() |
returns the mind action connected with this rule
|
int |
getSpecificity() |
returns the specificity of this rule.
|
public CompetencyManagerRule(org.w3c.dom.Node domNode,
IArchitecture architecture)
throws java.lang.Exception
java.lang.Exceptionpublic CompetencyExecutionPlan getExecutionPlan()
public MindAction getMindAction()
public int getSpecificity()