站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Interface org.drools.spi.ObjectType (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.spi.ObjectType

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

Uses of ObjectType in org.drools.base
 

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

Uses of ObjectType in org.drools.facttemplates
 

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

Uses of ObjectType in org.drools.reteoo
 

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

Constructors in org.drools.reteoo with parameters of type ObjectType
ObjectTypeNode(int id, ObjectType objectType, Rete rete, int alphaNodeHashingThreshold)
          Construct given a semantic ObjectType and the provided unique id.
 

Uses of ObjectType in org.drools.rule
 

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

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

Uses of ObjectType in org.drools.spi
 

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

Constructors in org.drools.spi with parameters of type ObjectType
PatternExtractor(ObjectType objectType)
           
 



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