Class AbstractLogicalOperator
- java.lang.Object
-
- org.citydb.query.filter.selection.operator.logical.AbstractLogicalOperator
-
- Direct Known Subclasses:
BinaryLogicalOperator
,NotOperator
public abstract class AbstractLogicalOperator extends java.lang.Object implements Operator
-
-
Constructor Summary
Constructors Constructor Description AbstractLogicalOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PredicateName
getPredicateName()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.citydb.query.filter.selection.operator.Operator
getOperatorName
-
-
-
-
Method Detail
-
getPredicateName
public PredicateName getPredicateName()
- Specified by:
getPredicateName
in interfacePredicate
-
-