|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.rule.AbstractCompositeRestriction
org.drools.rule.OrCompositeRestriction
public class OrCompositeRestriction
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.drools.rule.AbstractCompositeRestriction |
---|
AbstractCompositeRestriction.CompositeContextEntry |
Field Summary |
---|
Fields inherited from class org.drools.rule.AbstractCompositeRestriction |
---|
restrictions |
Constructor Summary | |
---|---|
OrCompositeRestriction()
|
|
OrCompositeRestriction(Restriction[] restriction)
|
Method Summary | |
---|---|
Object |
clone()
|
Evaluator |
getEvaluator()
|
boolean |
isAllowed(InternalReadAccessor extractor,
InternalFactHandle handle,
InternalWorkingMemory workingMemory,
ContextEntry context)
|
boolean |
isAllowedCachedLeft(ContextEntry context,
InternalFactHandle handle)
|
boolean |
isAllowedCachedRight(LeftTuple tuple,
ContextEntry context)
|
Methods inherited from class org.drools.rule.AbstractCompositeRestriction |
---|
createContextEntry, equals, getRequiredDeclarations, hashCode, isTemporal, readExternal, replaceDeclaration, writeExternal |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrCompositeRestriction()
public OrCompositeRestriction(Restriction[] restriction)
Method Detail |
---|
public boolean isAllowed(InternalReadAccessor extractor, InternalFactHandle handle, InternalWorkingMemory workingMemory, ContextEntry context)
public boolean isAllowedCachedLeft(ContextEntry context, InternalFactHandle handle)
public boolean isAllowedCachedRight(LeftTuple tuple, ContextEntry context)
public Object clone()
clone
in interface Restriction
clone
in class AbstractCompositeRestriction
public Evaluator getEvaluator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |