|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuleInfo
RuleInfoImpl contains rule execution configuration parameters that
are passed to the RuleService
.
Method Summary | |
---|---|
java.util.List<java.lang.Object> |
getDefaultFacts()
Facts that will be inserted into the working memory. |
java.lang.String |
getDslSource()
The Domain Specific Language (dsl) for the the rules source. |
java.util.Map<java.lang.String,java.util.List<java.lang.Object>> |
getFacts()
Facts that will be inserted into working memory. |
java.util.Map<java.lang.String,java.lang.Object> |
getGlobals()
Global that will be inserted into the working memory (as globals). |
boolean |
getReload()
Determines if the rules should be reloaded upon execution. |
java.lang.String |
getRuleSource()
Source of the Rules. |
java.lang.String |
getRuleType()
The type of rule |
Method Detail |
---|
java.lang.String getRuleSource()
String
The rule source.java.lang.String getRuleType()
String
The type of rule.java.lang.String getDslSource()
String
The dsl source.boolean getReload()
boolean
True if rules should be reloaded.java.util.List<java.lang.Object> getDefaultFacts()
List<Object>
List of Object that will be inserted as facts in the working memory.java.util.Map<java.lang.String,java.lang.Object> getGlobals()
<Map<String, Object>
Map of objects that will be inserted as globals in the working memory.java.util.Map<java.lang.String,java.util.List<java.lang.Object>> getFacts()
<Map<String, List<Object>>
Map of lists that will be inserted as facts in the working memory,
separated by the name. Used to support concepts like Entry Points.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |