Uses of Class
com.yahoo.prelude.semantics.rule.NamedCondition
Packages that use NamedCondition
-
Uses of NamedCondition in com.yahoo.prelude.semantics
Methods in com.yahoo.prelude.semantics that return NamedConditionModifier and TypeMethodDescriptionRuleBase.getCondition(String name) Returns a named condition, or null if no condition with that name existsMethods in com.yahoo.prelude.semantics that return types with arguments of type NamedConditionModifier and TypeMethodDescriptionRuleBase.conditionIterator()Returns the named conditions in added orderMethods in com.yahoo.prelude.semantics with parameters of type NamedConditionModifier and TypeMethodDescriptionvoidRuleBase.addCondition(NamedCondition namedCondition) Adds a named condition which can be referenced by rules