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

CompositeFactPattern (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.brms.client.modeldriven.brxml
Class CompositeFactPattern

java.lang.Object
  extended by org.drools.brms.client.modeldriven.brxml.CompositeFactPattern
All Implemented Interfaces:
IPattern, PortableObject

public class CompositeFactPattern
extends Object
implements IPattern

Represents first order logic like Or, Not, Exists.

Author:
Michael Neale

Field Summary
static String COMPOSITE_TYPE_EXISTS
           
static String COMPOSITE_TYPE_NOT
           
static String COMPOSITE_TYPE_OR
           
 FactPattern[] patterns
           
 String type
          this will one of: [Not, Exist, Or]
 
Constructor Summary
CompositeFactPattern()
           
CompositeFactPattern(String type)
          This type should be from the contants in this class of course.
 
Method Summary
 void addFactPattern(FactPattern pat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPOSITE_TYPE_NOT

public static final String COMPOSITE_TYPE_NOT
See Also:
Constant Field Values

COMPOSITE_TYPE_EXISTS

public static final String COMPOSITE_TYPE_EXISTS
See Also:
Constant Field Values

COMPOSITE_TYPE_OR

public static final String COMPOSITE_TYPE_OR
See Also:
Constant Field Values

type

public String type
this will one of: [Not, Exist, Or]


patterns

public FactPattern[] patterns
Constructor Detail

CompositeFactPattern

public CompositeFactPattern(String type)
This type should be from the contants in this class of course.


CompositeFactPattern

public CompositeFactPattern()
Method Detail

addFactPattern

public void addFactPattern(FactPattern pat)


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