Class LogicalPredicateFactory
- java.lang.Object
-
- org.citydb.database.schema.path.predicate.logical.LogicalPredicateFactory
-
public class LogicalPredicateFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LogicalPredicateFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BinaryLogicalPredicate
AND(EqualToPredicate leftOperand, AbstractNodePredicate rightOperand)
static BinaryLogicalPredicate
OR(EqualToPredicate leftOperand, AbstractNodePredicate rightOperand)
-
-
-
Method Detail
-
AND
public static BinaryLogicalPredicate AND(EqualToPredicate leftOperand, AbstractNodePredicate rightOperand)
-
OR
public static BinaryLogicalPredicate OR(EqualToPredicate leftOperand, AbstractNodePredicate rightOperand)
-
-