Uses of Package
org.drools.lang.descr

Packages that use org.drools.lang.descr
org.drools.clips   
org.drools.compiler This is the main package to load rules. 
org.drools.compiler.xml This contains the parser and utilities for handling rules in XML format. 
org.drools.lang This contains the parser and utilities for the native DRL format, for handling DRL source. 
org.drools.lang.api   
org.drools.lang.api.impl   
org.drools.lang.descr   
org.drools.rule.builder   
org.drools.rule.builder.dialect.clips   
org.drools.rule.builder.dialect.java   
org.drools.rule.builder.dialect.mvel   
org.drools.verifier.builder   
org.drools.verifier.visitor   
 

Classes in org.drools.lang.descr used by org.drools.clips
AttributeDescr
           
ConditionalElementDescr
           
FieldConstraintDescr
          This represents a literal node in the rule language.
FunctionDescr
           
ImportDescr
           
PackageDescr
           
RestrictionConnectiveDescr
          This is used to connect restrictions together for a single field eg: age < 40 & > 30
RuleDescr
           
TypeDeclarationDescr
           
 

Classes in org.drools.lang.descr used by org.drools.compiler
BaseDescr
          This is the super type for all pattern AST nodes.
ConstraintConnectiveDescr
          A descriptor to represent logical connectives in constraints, like &&, || and ^.
FunctionDescr
           
PackageDescr
           
ProcessDescr
           
RuleDescr
           
TypeDeclarationDescr
           
 

Classes in org.drools.lang.descr used by org.drools.compiler.xml
AccumulateDescr
          A descr class for accumulate node
AndDescr
           
AttributeDescr
           
BindingDescr
           
CollectDescr
          An AST class to describe "collect" conditional element
EvalDescr
           
ExistsDescr
           
ExprConstraintDescr
          This represents a constraint in a pattern defined by an arbitrary expression.
ForallDescr
           
FromDescr
           
FunctionDescr
           
LiteralRestrictionDescr
          This represents a literal node in the rule language.
NotDescr
           
OrDescr
           
PackageDescr
           
PackageDescrDumper
           
PatternDescr
           
PredicateDescr
           
QualifiedIdentifierRestrictionDescr
          This represents a qualified identifier, like enums or subfield access in variables like "$p.name".
QueryDescr
           
ReturnValueRestrictionDescr
           
VariableRestrictionDescr
           
 

Classes in org.drools.lang.descr used by org.drools.lang
AttributeDescr
           
BaseDescr
          This is the super type for all pattern AST nodes.
BindingDescr
           
FunctionDescr
           
GlobalDescr
          A descriptor class for globals.
ImportDescr
           
OperatorDescr
          A descriptor to represent a relational operator
PackageDescr
           
RuleDescr
           
TypeDeclarationDescr
           
 

Classes in org.drools.lang.descr used by org.drools.lang.api
AndDescr
           
AttributeDescr.Type
           
BaseDescr
          This is the super type for all pattern AST nodes.
ExistsDescr
           
NotDescr
           
OrDescr
           
 

Classes in org.drools.lang.descr used by org.drools.lang.api.impl
AndDescr
           
AttributeDescr.Type
           
BaseDescr
          This is the super type for all pattern AST nodes.
ExistsDescr
           
NotDescr
           
OrDescr
           
PackageDescr
           
 

Classes in org.drools.lang.descr used by org.drools.lang.descr
AccumulateDescr.AccumulateFunctionCallDescr
           
AndDescr
           
AnnotatedBaseDescr
          This is the super type for all pattern AST nodes.
AnnotationDescr
           
AttributeDescr
           
AttributeDescr.Type
           
BaseDescr
          This is the super type for all pattern AST nodes.
BehaviorDescr
          A super class for all Behavior Descriptors like time window, event window, distinct, etc
ConditionalElementDescr
           
ConnectiveDescr
          This is used to connect restrictions together for a single field eg: age < 40 & > 30
ConnectiveDescr.RestrictionConnectiveType
          The connective types that can be used for a restriction
ConnectiveType
          An enum for connective types
ConstraintConnectiveDescr
          A descriptor to represent logical connectives in constraints, like &&, || and ^.
DeclarativeInvokerDescr
          This is the parent class function/method calls.
EvaluatorBasedRestrictionDescr
          This is a super class for all restrictions that are based on evaluators.
ExprConstraintDescr.Type
           
FieldTemplateDescr
           
FunctionDescr
           
FunctionImportDescr
          A descriptor for imported static functions
GlobalDescr
          A descriptor class for globals.
ImportDescr
           
MultiPatternDestinationDescr
          An interface to represent pattern destinations
OperatorDescr
          A descriptor to represent a relational operator
PackageDescr
           
PatternDescr
           
PatternDestinationDescr
          An interface to represent pattern destinations
PatternSourceDescr
          A common base class for all descriptor classes that represent a pattern sources
RestrictionConnectiveDescr
          This is used to connect restrictions together for a single field eg: age < 40 & > 30
RestrictionConnectiveDescr.RestrictionConnectiveType
          The connective types that can be used for a restriction
RestrictionDescr
          This represents a literal node in the rule language.
RuleDescr
           
StringConnectiveDescr.RestrictionConnectiveType
          The connective types that can be used for a restriction
TypeDeclarationDescr
           
TypeFieldDescr
           
 

Classes in org.drools.lang.descr used by org.drools.rule.builder
BaseDescr
          This is the super type for all pattern AST nodes.
ConstraintConnectiveDescr
          A descriptor to represent logical connectives in constraints, like &&, || and ^.
FunctionDescr
           
PredicateDescr
           
QueryDescr
           
ReturnValueRestrictionDescr
           
RuleDescr
           
 

Classes in org.drools.lang.descr used by org.drools.rule.builder.dialect.clips
BaseDescr
          This is the super type for all pattern AST nodes.
PredicateDescr
           
ReturnValueRestrictionDescr
           
 

Classes in org.drools.lang.descr used by org.drools.rule.builder.dialect.java
BaseDescr
          This is the super type for all pattern AST nodes.
FunctionDescr
           
PredicateDescr
           
ProcessDescr
           
ReturnValueRestrictionDescr
           
RuleDescr
           
 

Classes in org.drools.lang.descr used by org.drools.rule.builder.dialect.mvel
BaseDescr
          This is the super type for all pattern AST nodes.
FunctionDescr
           
PredicateDescr
           
ProcessDescr
           
ReturnValueRestrictionDescr
           
RuleDescr
           
 

Classes in org.drools.lang.descr used by org.drools.verifier.builder
PackageDescr
           
 

Classes in org.drools.lang.descr used by org.drools.verifier.visitor
AndDescr
           
BaseDescr
          This is the super type for all pattern AST nodes.
DeclarativeInvokerDescr
          This is the parent class function/method calls.
ExprConstraintDescr
          This represents a constraint in a pattern defined by an arbitrary expression.
FieldConstraintDescr
          This represents a literal node in the rule language.
OrDescr
           
PackageDescr
           
PatternDescr
           
RestrictionDescr
          This represents a literal node in the rule language.
RuleDescr
           
TypeDeclarationDescr
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.