Uses of Interface
org.drools.spi.ObjectType

Packages that use ObjectType
org.drools.base   
org.drools.facttemplates   
org.drools.reteoo   
org.drools.reteoo.builder   
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
org.drools.rule.builder   
org.drools.spi   
 

Uses of ObjectType in org.drools.base
 

Classes in org.drools.base that implement ObjectType
 class ClassObjectType
          Java class semantics ObjectType.
 

Methods in org.drools.base with parameters of type ObjectType
 boolean ClassObjectType.isAssignableFrom(ObjectType objectType)
           
 

Uses of ObjectType in org.drools.facttemplates
 

Classes in org.drools.facttemplates that implement ObjectType
 class FactTemplateObjectType
           
 

Methods in org.drools.facttemplates with parameters of type ObjectType
 boolean FactTemplateObjectType.isAssignableFrom(ObjectType objectType)
           
 

Uses of ObjectType in org.drools.reteoo
 

Methods in org.drools.reteoo that return ObjectType
 ObjectType ObjectTypeNode.getObjectType()
          Retrieve the semantic ObjectType differentiator.
 

Methods in org.drools.reteoo that return types with arguments of type ObjectType
 Map<ObjectType,ObjectTypeNode> EntryPointNode.getObjectTypeNodes()
           
 Map<ObjectType,ObjectTypeNode> Rete.getObjectTypeNodes(EntryPoint entryPoint)
           
 

Methods in org.drools.reteoo with parameters of type ObjectType
 boolean ObjectTypeNode.isAssignableFrom(ObjectType objectType)
           
 

Constructors in org.drools.reteoo with parameters of type ObjectType
ObjectTypeNode(int id, EntryPointNode source, ObjectType objectType, BuildContext context)
          Construct given a semantic ObjectType and the provided unique id.
 

Uses of ObjectType in org.drools.reteoo.builder
 

Methods in org.drools.reteoo.builder with parameters of type ObjectType
static ObjectTypeNode PatternBuilder.attachObjectTypeNode(BuildContext context, ObjectType objectType)
           
 

Uses of ObjectType in org.drools.rule
 

Methods in org.drools.rule that return ObjectType
 ObjectType GroupElement.getForallBaseObjectType()
           
 ObjectType TypeDeclaration.getObjectType()
           
 ObjectType Pattern.getObjectType()
           
 

Methods in org.drools.rule with parameters of type ObjectType
 void GroupElement.setForallBaseObjectType(ObjectType objectType)
           
 void Pattern.setObjectType(ObjectType objectType)
           
 

Constructors in org.drools.rule with parameters of type ObjectType
Pattern(int index, int offset, ObjectType objectType, String identifier)
           
Pattern(int index, int offset, ObjectType objectType, String identifier, boolean isInternalFact)
           
Pattern(int index, ObjectType objectType)
           
Pattern(int index, ObjectType objectType, String identifier)
           
 

Uses of ObjectType in org.drools.rule.builder
 

Methods in org.drools.rule.builder with parameters of type ObjectType
static InternalReadAccessor PatternBuilder.getFieldReadAccessor(RuleBuildContext context, BaseDescr descr, ObjectType objectType, String fieldName, AcceptsReadAccessor target, boolean reportError)
           
static void PatternBuilder.registerReadAccessor(RuleBuildContext context, ObjectType objectType, String fieldName, AcceptsReadAccessor target)
           
 

Uses of ObjectType in org.drools.spi
 

Methods in org.drools.spi that return ObjectType
 ObjectType PatternExtractor.getObjectType()
           
 

Methods in org.drools.spi with parameters of type ObjectType
 boolean ObjectType.isAssignableFrom(ObjectType objectType)
           
 

Constructors in org.drools.spi with parameters of type ObjectType
GlobalExtractor(String identifier, ObjectType objectType)
           
PatternExtractor(ObjectType objectType)
           
 



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