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

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


org.drools.rule
Class AbstractCompositeRestriction

java.lang.Object
  extended by org.drools.rule.AbstractCompositeRestriction
All Implemented Interfaces:
Serializable, Restriction
Direct Known Subclasses:
AndCompositeRestriction, OrCompositeRestriction

public abstract class AbstractCompositeRestriction
extends Object
implements Restriction

See Also:
Serialized Form

Nested Class Summary
static class AbstractCompositeRestriction.CompositeContextEntry
           
 
Field Summary
protected  AbstractCompositeRestriction.CompositeContextEntry contextEntry
           
protected  Restriction[] restrictions
           
 
Constructor Summary
AbstractCompositeRestriction(Restriction[] restriction)
           
 
Method Summary
 boolean equals(Object obj)
           
 ContextEntry getContextEntry()
           
 Declaration[] getRequiredDeclarations()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.spi.Restriction
isAllowed, isAllowedCachedLeft, isAllowedCachedRight
 

Field Detail

restrictions

protected final Restriction[] restrictions

contextEntry

protected final AbstractCompositeRestriction.CompositeContextEntry contextEntry
Constructor Detail

AbstractCompositeRestriction

public AbstractCompositeRestriction(Restriction[] restriction)
Method Detail

getRequiredDeclarations

public Declaration[] getRequiredDeclarations()
Specified by:
getRequiredDeclarations in interface Restriction

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getContextEntry

public ContextEntry getContextEntry()
Specified by:
getContextEntry in interface Restriction


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