Package org.dspace.content.logic.operator
package org.dspace.content.logic.operator
-
ClassesClassDescriptionAbstract class for an operator.An operator that implements AND by evaluating sub-statements and only returning true if all sub-statements return trueAn operator that implements NAND by negating an AND operationAn operator that implements NOR by negating an OR operation.An operator that implements NOT by simply negating a statement Note that this operator doesn't actually implement the 'AbstractOperator' interface because we only want one sub-statement.An operator that implements OR by evaluating sub-statements and returns true if one or more sub-statements return true