Uses of Interface
org.drools.spi.ObjectType

Packages that use ObjectType
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
org.drools.reteoo.impl Implementation of the Rete-OO algorithm. 
org.drools.rule Rule assembly components. 
org.drools.semantics.java Java Semantic Module. 
org.drools.smf Semantics Management Framework. 
org.drools.tags.rule Tag library for assembling rules. 
 

Uses of ObjectType in org.drools.reteoo
 

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

Uses of ObjectType in org.drools.reteoo.impl
 

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

Methods in org.drools.reteoo.impl with parameters of type ObjectType
 ObjectTypeNode ReteImpl.getObjectTypeNode(ObjectType objectType)
          Retrieve an ObjectTypeNode keyed by ObjectType.
 ObjectTypeNodeImpl ReteImpl.getOrCreateObjectTypeNode(ObjectType objectType)
          Retrieve an ObjectTypeNode keyed by ObjectType, creating one, if necessary.
 

Constructors in org.drools.reteoo.impl with parameters of type ObjectType
ObjectTypeNodeImpl(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 of this Declaration.
 

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

Uses of ObjectType in org.drools.semantics.java
 

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

Uses of ObjectType in org.drools.smf
 

Subinterfaces of ObjectType in org.drools.smf
 interface ConfigurableObjectType
          Configurable ObjectType.
 

Uses of ObjectType in org.drools.tags.rule
 

Methods in org.drools.tags.rule with parameters of type ObjectType
protected  void DeclarationTag.setObjectType(ObjectType objectType)
          Set the ObjectType
 



Copyright © 2001-2002 The Werken Company. All Rights Reserved.