Uses of Interface
org.osid.rules.Condition
Packages that use Condition
Package
Description
The Open Service Interface Definitions for the org.osid.rules
service.
The Open Service Interface Definitions for the org.osid.rules.check
service.
-
Uses of Condition in org.osid.rules
Methods in org.osid.rules that return ConditionModifier and TypeMethodDescriptionRuleEvaluationSession.getCondition(Id ruleId) Gets a condition for the given rule.Methods in org.osid.rules with parameters of type ConditionModifier and TypeMethodDescriptionbooleanRuleEvaluationSession.evaluateRuleOnCondition(Id ruleId, Condition condition) Evaluates a rule based on an input condition abd returns a boolean result.RuleEvaluationSession.executeRuleOnCondition(Id ruleId, Condition condition) Executes a rule based on an input condition and returns a result. -
Uses of Condition in org.osid.rules.check
Methods in org.osid.rules.check with parameters of type ConditionModifier and TypeMethodDescriptionAgendaEvaluationSession.evaluateAgendaOnCondition(Id agendaId, Condition agendaCondition) Evaluates an agenda based on an input condition.booleanAgendaSession.evaluateAgendaOnCondition(Id agendaId, Condition agendaCondition) Evaluates an agenda based on an input condition.