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

Uses of Interface org.drools.brms.client.modeldriven.brxml.IPattern (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.brms.client.modeldriven.brxml.IPattern

Packages that use IPattern
org.drools.brms.client.modeldriven.brxml This package holds classes that are used as RPC classes for the rule modeller, as well as the DOM for the BRXML rule format that the rule modeller uses. 
org.drools.brms.client.modeldriven.ui   
 

Uses of IPattern in org.drools.brms.client.modeldriven.brxml
 

Classes in org.drools.brms.client.modeldriven.brxml that implement IPattern
 class CompositeFactPattern
          Represents first order logic like Or, Not, Exists.
 class DSLSentence
          This represents a DSL sentence.
 class FactPattern
          A fact pattern is a declaration of a fact type, and its constraint, and perhaps a variable that is it bound to It is the equivalent of a "pattern" in drools terms.
 

Fields in org.drools.brms.client.modeldriven.brxml declared as IPattern
 IPattern[] RuleModel.lhs
           
 

Methods in org.drools.brms.client.modeldriven.brxml with parameters of type IPattern
 void RuleModel.addLhsItem(IPattern pat)
           
 

Uses of IPattern in org.drools.brms.client.modeldriven.ui
 

Constructors in org.drools.brms.client.modeldriven.ui with parameters of type IPattern
FactPatternWidget(RuleModeller mod, IPattern p, SuggestionCompletionEngine com, boolean canBind)
           
 



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