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:
Externalizable,Serializable,Namespaceable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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, writeExternalMethods inherited from class org.drools.drl.ast.descr.AnnotatedBaseDescr
addAnnotation, addAnnotation, addAnnotation, addQualifiedAnnotation, getAnnotation, getAnnotation, getAnnotationNames, getAnnotations, hasAnnotation, hasAnnotation, indexByFQNMethods 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
-
Constructor Details
-
QueryDescr
public QueryDescr() -
QueryDescr
-
QueryDescr
-
-
Method Details