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

Uses of Interface org.drools.ruleflow.core.IConstraint (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.ruleflow.core.IConstraint

Packages that use IConstraint
org.drools.ruleflow.core   
org.drools.ruleflow.core.impl   
 

Uses of IConstraint in org.drools.ruleflow.core
 

Methods in org.drools.ruleflow.core that return IConstraint
 IConstraint ISplit.getConstraint(IConnection connection)
          Returns the corresponding constraint of the given outgoing connection
 

Methods in org.drools.ruleflow.core with parameters of type IConstraint
 void ISplit.setConstraint(IConnection connection, IConstraint constraint)
          Method for setting a constraint corresponding to the given outgoing connection
 

Uses of IConstraint in org.drools.ruleflow.core.impl
 

Classes in org.drools.ruleflow.core.impl that implement IConstraint
 class Constraint
          Default implementation of a constraint.
 

Methods in org.drools.ruleflow.core.impl that return IConstraint
 IConstraint Split.getConstraint(IConnection connection)
           
 

Methods in org.drools.ruleflow.core.impl with parameters of type IConstraint
 void Split.setConstraint(IConnection connection, IConstraint constraint)
           
 



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