|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.rule.ConditionalElement
org.drools.rule.Collect
public class Collect
Constructor Summary | |
---|---|
Collect(Pattern sourcePattern,
Pattern resultPattern)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a clone from itself |
java.util.Map |
getInnerDeclarations()
Returns a Map of declarations that are visible inside this conditional element |
java.util.List |
getNestedElements()
Returs a list of RuleConditionElement's that are nested inside the current element |
java.util.Map |
getOuterDeclarations()
Returns a Map of declarations that are visible outside this conditional element. |
Pattern |
getResultPattern()
|
Pattern |
getSourcePattern()
|
java.util.Collection |
instantiateResultObject()
|
Declaration |
resolveDeclaration(java.lang.String identifier)
Resolves the given identifier in the current scope and returns the Declaration object for the declaration. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Collect(Pattern sourcePattern, Pattern resultPattern)
Method Detail |
---|
public java.lang.Object clone()
RuleConditionElement
clone
in interface RuleConditionElement
clone
in class ConditionalElement
public Pattern getResultPattern()
public Pattern getSourcePattern()
public java.util.Collection instantiateResultObject() throws RuntimeDroolsException
RuntimeDroolsException
public java.util.Map getInnerDeclarations()
RuleConditionElement
getInnerDeclarations
in interface RuleConditionElement
public java.util.Map getOuterDeclarations()
RuleConditionElement
getOuterDeclarations
in interface RuleConditionElement
public Declaration resolveDeclaration(java.lang.String identifier)
RuleConditionElement
resolveDeclaration
in interface RuleConditionElement
public java.util.List getNestedElements()
RuleConditionElement
getNestedElements
in interface RuleConditionElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |