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

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


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

java.lang.Object
  extended by org.drools.brms.client.modeldriven.brxml.IConstraint
      extended by org.drools.brms.client.modeldriven.brxml.ConnectiveConstraint
All Implemented Interfaces:
PortableObject

public class ConnectiveConstraint
extends IConstraint

This is for a connective constraint that adds more options to a field constraint.

Author:
Michael Neale

Field Summary
 String operator
           
 
Fields inherited from class org.drools.brms.client.modeldriven.brxml.IConstraint
constraintValueType, TYPE_ENUM, TYPE_LITERAL, TYPE_PREDICATE, TYPE_RET_VALUE, TYPE_UNDEFINED, TYPE_VARIABLE, value
 
Constructor Summary
ConnectiveConstraint()
           
ConnectiveConstraint(String opr, String val)
           
 
Method Summary
 boolean isANDConnective()
           
 boolean isORConnective()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operator

public String operator
Constructor Detail

ConnectiveConstraint

public ConnectiveConstraint()

ConnectiveConstraint

public ConnectiveConstraint(String opr,
                            String val)
Method Detail

isORConnective

public boolean isORConnective()

isANDConnective

public boolean isANDConnective()


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