Uses of Class
org.drools.drl.parser.lang.DroolsSentenceType
-
Packages that use DroolsSentenceType Package Description org.drools.drl.parser.lang -
-
Uses of DroolsSentenceType in org.drools.drl.parser.lang
Methods in org.drools.drl.parser.lang that return DroolsSentenceType Modifier and Type Method Description DroolsSentenceTypeDroolsSentence. getType()getter of sentence typestatic DroolsSentenceTypeDroolsSentenceType. 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.drl.parser.lang with parameters of type DroolsSentenceType Modifier and Type Method Description voidParserHelper. beginSentence(DroolsSentenceType sentenceType)voidDroolsSentence. setType(DroolsSentenceType type)setter of sentence type
-