|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The LocalRuleExecutionSetProvider interface defines RuleExecutionSet creation methods for defining RuleExecutionSets from local (non-serializable) resources.
Method Summary | |
RuleExecutionSet |
createRuleExecutionSet(java.io.InputStream ruleExecutionSetStream,
java.util.Map properties)
Creates a RuleExecutionSet implementation using a supplied input stream and additional vendor-specific properties. |
RuleExecutionSet |
createRuleExecutionSet(java.lang.Object ruleExecutionSetAst,
java.util.Map properties)
Creates a RuleExecutionSet implementation from a vendor specific AST representation and vendor-specific properties. |
RuleExecutionSet |
createRuleExecutionSet(java.io.Reader ruleExecutionSetReader,
java.util.Map properties)
Creates a RuleExecutionSet implementation using a supplied character stream Reader and additional vendor-specific properties. |
Method Detail |
public RuleExecutionSet createRuleExecutionSet(java.io.InputStream ruleExecutionSetStream, java.util.Map properties) throws RuleExecutionSetCreateException, java.io.IOException
ruleExecutionSetStream
- an input stream used to read the rule execution set.properties
- additional properties used to create the
RuleExecutionSet implementation. May be null.
java.io.IOException
- on input stream I/O error.
RuleExecutionSetCreateException
- on rule execution set creation error.public RuleExecutionSet createRuleExecutionSet(java.io.Reader ruleExecutionSetReader, java.util.Map properties) throws RuleExecutionSetCreateException, java.io.IOException
ruleExecutionSetReader
- a Reader used to read the rule execution set.properties
- additional properties used to create the
RuleExecutionSet implementation. May be null.
java.io.IOException
- on input stream I/O error.
RuleExecutionSetCreateException
- on rule execution set creation error.public RuleExecutionSet createRuleExecutionSet(java.lang.Object ruleExecutionSetAst, java.util.Map properties) throws RuleExecutionSetCreateException
ruleExecutionSetAst
- the vendor representation of a rule execution setproperties
- additional properties used to create the
RuleExecutionSet implementation. May be null.
RuleExecutionSetCreateException
- on rule execution set creation error.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |