Package oracle.rules.jsr94.admin
Class RLTextSource
java.lang.Object
oracle.rules.jsr94.admin.RLTextSource
- All Implemented Interfaces:
Serializable,RuleSource
A
RuleSource that specifies RL text explicitly.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RLTextSource
Create aRLTextSource.- Parameters:
text- The RL text.
-
-
Method Details
-
getText
Get the RL text.- Returns:
- The RL text.
-
getRules
Get an object that provides access to the rule sets. This is intended for internal use by the implementation.- Specified by:
getRulesin interfaceRuleSource- Returns:
- An object that provides access to the rule sets.
- Throws:
javax.rules.admin.RuleAdministrationException- if there is an error gaining access
-