Uses of Interface
org.drools.spi.ObjectType

Packages that use ObjectType
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
org.drools.rule Rule assembly components. 
org.drools.semantics.base   
org.drools.smf Semantics Management Framework. 
 

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 with parameters of type ObjectType
(package private)  ObjectTypeNode Rete.getObjectTypeNode(ObjectType objectType)
          Retrieve an ObjectTypeNode keyed by ObjectType.
(package private)  ObjectTypeNode Rete.getOrCreateObjectTypeNode(ObjectType objectType)
          Retrieve an ObjectTypeNode keyed by ObjectType, creating one, if necessary.
 

Constructors in org.drools.reteoo with parameters of type ObjectType
ObjectTypeNode(ObjectType objectType)
          Construct given a semantic ObjectType.
 

Uses of ObjectType in org.drools.rule
 

Methods in org.drools.rule that return ObjectType
 ObjectType Declaration.getObjectType()
          Retrieve the ObjectType.
 

Methods in org.drools.rule with parameters of type ObjectType
 void Declaration.setObjectType(ObjectType objectType)
           
 Declaration Rule.addParameterDeclaration(String identifier, ObjectType objectType)
          Add a root fact object parameter Declaration for this Rule.
 

Constructors in org.drools.rule with parameters of type ObjectType
Declaration(String identifier, ObjectType objectType, int order)
          Construct.
 

Uses of ObjectType in org.drools.semantics.base
 

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

Methods in org.drools.semantics.base that return ObjectType
 ObjectType ClassObjectTypeFactory.newObjectType(Configuration config, Set imports)
           
 ObjectType ClassFieldObjectTypeFactory.newObjectType(Configuration config, Set imports)
           
 

Uses of ObjectType in org.drools.smf
 

Methods in org.drools.smf that return ObjectType
 ObjectType ObjectTypeFactory.newObjectType(Configuration config, Set imports)
           
 



Copyright © 2001-2004 The Codehaus. All Rights Reserved.