|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.rule.ConditionalElement org.drools.rule.From
public class From
Constructor Summary | |
---|---|
From(Pattern pattern,
DataProvider dataProvider)
|
Method Summary | |
---|---|
Object |
clone()
Returns a clone from itself |
DataProvider |
getDataProvider()
|
Map |
getInnerDeclarations()
Returns a Map of declarations that are visible inside this conditional element |
Map |
getOuterDeclarations()
Returns a Map of declarations that are visible outside this conditional element. |
Pattern |
getPattern()
|
Declaration |
resolveDeclaration(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 From(Pattern pattern, DataProvider dataProvider)
Method Detail |
---|
public Pattern getPattern()
public DataProvider getDataProvider()
public Object clone()
RuleConditionElement
clone
in interface RuleConditionElement
clone
in class ConditionalElement
public Map getInnerDeclarations()
RuleConditionElement
getInnerDeclarations
in interface RuleConditionElement
public Map getOuterDeclarations()
RuleConditionElement
getOuterDeclarations
in interface RuleConditionElement
public Declaration resolveDeclaration(String identifier)
RuleConditionElement
resolveDeclaration
in interface RuleConditionElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |