Oracle® Spatial and Graph Java API Reference
Release 19.1, E94803-01
- java.lang.Object
-
- oracle.spatial.network.lod.TspConstraintOperator
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static int |
AND |
static int |
NOT |
static int |
OR |
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
and
public static TspConstraint and(TspConstraint[] constraints)
Performs "and" operation on an array of constraints, and returns the
combined constraint.
- Parameters:
constraints
-
- Returns:
-
or
public static TspConstraint or(TspConstraint[] constraints)
Performs "or" operation on an array of constraints, and returns the
combined constraint.
- Parameters:
constraints
-
- Returns:
-
not
public static TspConstraint not(TspConstraint constraint)
Performs "not" operation on the specified constraint, and returns the
opposite constraint.
- Parameters:
constraint
-
- Returns:
Oracle® Spatial and Graph Java API Reference
Release 19.1, E94803-01
Copyright © 2007, 2019, Oracle and/or its affiliates. All Rights Reserved.