|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DroolsSentenceType | |
---|---|
org.drools.lang | This contains the parser and utilities for the native DRL format, for handling DRL source. |
Uses of DroolsSentenceType in org.drools.lang |
---|
Methods in org.drools.lang that return DroolsSentenceType | |
---|---|
DroolsSentenceType |
DroolsSentence.getType()
getter of sentence type |
static DroolsSentenceType |
DroolsSentenceType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DroolsSentenceType[] |
DroolsSentenceType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.drools.lang with parameters of type DroolsSentenceType | |
---|---|
void |
ParserHelper.beginSentence(DroolsSentenceType sentenceType)
|
void |
DroolsSentence.setType(DroolsSentenceType type)
setter of sentence type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |