Uses of Class
org.drools.compiler.lang.descr.OrDescr
-
Packages that use OrDescr Package Description org.drools.compiler.compiler.xml This contains the parser and utilities for handling rules in XML format.org.drools.compiler.lang.api org.drools.compiler.lang.api.impl org.drools.compiler.lang.descr -
-
Uses of OrDescr in org.drools.compiler.compiler.xml
Methods in org.drools.compiler.compiler.xml with parameters of type OrDescr Modifier and Type Method Description voidXmlDumper. visitOrDescr(OrDescr descr) -
Uses of OrDescr in org.drools.compiler.lang.api
Methods in org.drools.compiler.lang.api that return types with arguments of type OrDescr Modifier and Type Method Description CEDescrBuilder<CEDescrBuilder<P,T>,OrDescr>CEDescrBuilder. or()Creates a set of OR'ed Conditional Elements -
Uses of OrDescr in org.drools.compiler.lang.api.impl
Methods in org.drools.compiler.lang.api.impl that return types with arguments of type OrDescr Modifier and Type Method Description CEDescrBuilder<CEDescrBuilder<P,T>,OrDescr>CEDescrBuilderImpl. or()Creates a set of OR'ed Conditional Elements -
Uses of OrDescr in org.drools.compiler.lang.descr
Methods in org.drools.compiler.lang.descr with parameters of type OrDescr Modifier and Type Method Description voidDescrVisitor. visit(OrDescr descr)
-