|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Context
The context represents the area(s) of an organization's activity where a rule applies and where the terms used to create the rule are defined and relevant. An equivalent phrase often used is business domain. Rules only make sense in a particular context and because they must be evaluated against the information in that domain or context.
For example, rules that are specifically authored and that are meaningful in an application on a Research Proposal would be most unlikely to make sense or be relevant in the context of a Student Record even if the condition could be evaluated.
Method Summary | |
---|---|
void |
execute(ExecutionEnvironment environment)
Execute with the given ExecutionEnvironment |
List<TermResolver<?>> |
getTermResolvers()
Return a list of the TermResolver s |
Method Detail |
---|
void execute(ExecutionEnvironment environment)
ExecutionEnvironment
environment
- ExecutionEnvironment
to execute withList<TermResolver<?>> getTermResolvers()
TermResolver
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |