|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
org.drools.xml | This contains the parser and utilities for handling rules in XML format. |
Uses of Configuration in org.drools.xml |
---|
Classes in org.drools.xml that implement Configuration | |
---|---|
class |
DefaultConfiguration
Default implementation of Configuration . |
Fields in org.drools.xml declared as Configuration | |
---|---|
static Configuration[] |
Configuration.EMPTY_ARRAY
Empty Configuration array. |
Methods in org.drools.xml that return Configuration | |
---|---|
protected Configuration |
XmlPackageReader.endConfiguration()
End a configuration node. |
Configuration |
DefaultConfiguration.getChild(String name)
|
Configuration |
Configuration.getChild(String name)
Retrieve a child node. |
Configuration[] |
DefaultConfiguration.getChildren()
|
Configuration[] |
Configuration.getChildren()
Retrieve all children nodes. |
Configuration[] |
DefaultConfiguration.getChildren(String name)
|
Configuration[] |
Configuration.getChildren(String name)
Retrieve children nodes. |
Methods in org.drools.xml with parameters of type Configuration | |
---|---|
void |
DefaultConfiguration.addChild(Configuration config)
Add a child Configuration . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |