Uses of Class
org.olat.course.condition.operators.AbstractOperator

Packages that use AbstractOperator
org.olat.course.condition.operators   
 

Uses of AbstractOperator in org.olat.course.condition.operators
 

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