Package org.olat.course.condition.operators

Interface Summary
Operator Description:
Interface for the operators in extended easy mode.
 

Class Summary
AbstractOperator Description:
Abstract class for the operators in extended easy mode.
AttributeEndswithOperator Description:
Wrapper for the AttributeEndswith operator (attributeEndswith(attr,val)) in extended easy mode.
AttributeStartswithOperator Description:
Wrapper for the AttributeStartswith operator (attributeStartswith(attr,val)) in extended easy mode.
EqualsOperator Description:
Wrapper for the equals operator (=) in extended easy mode.
GreaterThanEqualsOperator Description:
Wrapper for the greater than or equals operator (>=) in extended easy mode.
GreaterThanOperator Description:
Wrapper for the greater than operator (>) in extended easy mode.
HasAttributeOperator Description:
Wrapper for the hasAttribute operator (hasAttribute(attr,val)) in extended easy mode.
HasNotAttributeOperator Description:
Wrapper for the hasNotAttribute operator (hasNotAttribute(attr,val)) in extended easy mode.
IsInAttributeOperator Description:
Wrapper for the isInAttribute operator (isInAttribute(attr,val)) in extended easy mode.
IsNotInAttributeOperator Description:
Wrapper for the isNotInAttribute operator (isNotInAttribute(attr,val)) in extended easy mode.
LowerThanEqualsOperator Description:
Wrapper for the lower than or equals operator (<=) in extended easy mode.
LowerThanOperator Description:
Wrapper for the lower than operator (<) in extended easy mode.
OperatorManager Description:
Manager class for the operators in extended easy mode.