Package | Description |
---|---|
org.osid.rules |
The Open Service Interface Definitions for the org.osid.rules
service.
|
org.osid.rules.check |
The Open Service Interface Definitions for the org.osid.rules.check
service.
|
Modifier and Type | Method and Description |
---|---|
Condition |
RulesSession.getConditionForRule(Id ruleId)
Gets a condition for the given rule.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RulesSession.evaluateRule(Id ruleId,
Condition condition)
Evaluates a rule based on an input condition.
|
Result |
RulesSession.executeRule(Id ruleId,
Condition condition)
Executes a rule based on an input condition and returns a result.
|
Modifier and Type | Method and Description |
---|---|
Condition |
EvaluationSession.getCondition(Id agendaId)
Gets the
Condition to supply data to the evaluation. |
Modifier and Type | Method and Description |
---|---|
CheckResultList |
EvaluationSession.evaluateAgenda(Id agendaId,
Id resourceId,
java.util.Date now,
Condition condition)
Evaluates an agenda.
|