| |
|
| java.lang.Object org.drools.rule.ConditionalElement org.drools.rule.Forall
addRemainingPattern | public void addRemainingPattern(Pattern pattern)(Code) | | Adds one more pattern to the list of remaining patterns
Parameters: pattern - |
getBasePattern | public Pattern getBasePattern()(Code) | | the basePattern |
getInnerDeclarations | public Map getInnerDeclarations()(Code) | | Forall inner declarations are only provided by the base patterns
since it negates the remaining patterns
|
getOuterDeclarations | public Map getOuterDeclarations()(Code) | | Forall does not export any declarations
|
getRemainingPatterns | public List getRemainingPatterns()(Code) | | the remainingPatterns |
resolveDeclaration | public Declaration resolveDeclaration(String identifier)(Code) | | Forall can only resolve declarations from its base pattern
|
setBasePattern | public void setBasePattern(Pattern basePattern)(Code) | | Parameters: basePattern - the basePattern to set |
setRemainingPatterns | public void setRemainingPatterns(List remainingPatterns)(Code) | | Parameters: remainingPatterns - the remainingPatterns to set |
|
|
|