Package org.drools.drl.ast.descr
Class QueryDescr
- java.lang.Object
-
- org.drools.drl.ast.descr.BaseDescr
-
- org.drools.drl.ast.descr.AnnotatedBaseDescr
-
- org.drools.drl.ast.descr.RuleDescr
-
- org.drools.drl.ast.descr.QueryDescr
-
- All Implemented Interfaces:
java.io.Externalizable,java.io.Serializable,Namespaceable
public class QueryDescr extends RuleDescr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryDescr()QueryDescr(java.lang.String name)QueryDescr(java.lang.String ruleName, java.lang.String documentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParameter(java.lang.String type, java.lang.String variable)java.lang.String[]getParameters()java.lang.String[]getParameterTypes()booleanisQuery()booleanisRule()java.lang.StringtoString()-
Methods inherited from class org.drools.drl.ast.descr.RuleDescr
addAttribute, addNamedConsequences, equals, getAttributes, getClassName, getConsequence, getConsequenceLine, getConsequenceOffset, getConsequencePattern, getDialect, getDocumentation, getEnabled, getErrors, getLhs, getLoadOrder, getName, getNamedConsequences, getParentName, getSalience, getUnit, getUnitQualifiedName, hasErrors, hashCode, hasParent, readExternal, setClassName, setConsequence, setConsequenceLocation, setConsequenceOffset, setLhs, setLoadOrder, setName, setParentName, setResource, setUnit, writeExternal
-
Methods inherited from class org.drools.drl.ast.descr.AnnotatedBaseDescr
addAnnotation, addAnnotation, addAnnotation, addQualifiedAnnotation, getAnnotation, getAnnotation, getAnnotationNames, getAnnotations, hasAnnotation, hasAnnotation, indexByFQN
-
Methods inherited from class org.drools.drl.ast.descr.BaseDescr
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setStartCharacter, setText
-
-