|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.core.rule.ConditionalElement
org.drools.core.time.impl.BaseTimer
public abstract class BaseTimer
| Constructor Summary | |
|---|---|
BaseTimer()
|
|
| Method Summary | |
|---|---|
Map |
getInnerDeclarations()
Returns a Map of declarations that are visible inside this conditional element |
List |
getNestedElements()
Returs a list of RuleConditionElement's that are nested inside the current element |
Map |
getOuterDeclarations()
Returns a Map of declarations that are visible outside this conditional element. |
abstract Declaration[][] |
getTimerDeclarations(Map<String,Declaration> outerDeclrs)
|
boolean |
isPatternScopeDelimiter()
Returns true in case this RuleConditionElement delimits a pattern visibility scope. |
Declaration |
resolveDeclaration(String identifier)
Resolves the given identifier in the current scope and returns the Declaration object for the declaration. |
protected Declaration[] |
sortDeclarations(Map<String,Declaration> outerDeclrs,
Declaration[] declrs)
|
| Methods inherited from class org.drools.core.rule.ConditionalElement |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.io.Externalizable |
|---|
readExternal, writeExternal |
| Constructor Detail |
|---|
public BaseTimer()
| Method Detail |
|---|
public Map getInnerDeclarations()
RuleConditionElement
public Map getOuterDeclarations()
RuleConditionElement
public Declaration resolveDeclaration(String identifier)
RuleConditionElement
public List getNestedElements()
RuleConditionElement
public boolean isPatternScopeDelimiter()
RuleConditionElement
public abstract Declaration[][] getTimerDeclarations(Map<String,Declaration> outerDeclrs)
protected Declaration[] sortDeclarations(Map<String,Declaration> outerDeclrs,
Declaration[] declrs)
|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||