当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
RestrictionConnectiveDescr (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.lang.descr
Class RestrictionConnectiveDescr
java.lang.Object
org.drools.lang.descr.BaseDescr
org.drools.lang.descr.RestrictionDescr
org.drools.lang.descr.RestrictionConnectiveDescr
- All Implemented Interfaces:
- Serializable
public class RestrictionConnectiveDescr
- extends RestrictionDescr
This is used to connect restrictions together for a single field
eg:
age < 40 & > 30
- See Also:
- Serialized Form
Field Summary |
static int |
AND
|
static int |
OR
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AND
public static final int AND
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
RestrictionConnectiveDescr
public RestrictionConnectiveDescr(int connective)
getConnective
public int getConnective()
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.