当前页面:
在线文档首页 >
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
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CompositeFactPattern
public CompositeFactPattern(String type)
- This type should be from the contants in this class of course.
CompositeFactPattern
public CompositeFactPattern()
addFactPattern
public void addFactPattern(FactPattern pat)
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.