public class ConstraintOperator
extends java.lang.Object
Constructor and Description |
---|
ConstraintOperator() |
Modifier and Type | Method and Description |
---|---|
static LODNetworkConstraint |
and(LODNetworkConstraint[] constraints)
Performs "and" operation on an array of constraints, and returns the combined constraint.
|
static LODNetworkConstraint |
not(LODNetworkConstraint constraint)
Performs "not" operation on the specified constraint, and returns the opposite constraint.
|
static LODNetworkConstraint |
or(LODNetworkConstraint[] constraints)
Performs "or" operation on an array of constraints, and returns the combined constraint.
|
public static LODNetworkConstraint and(LODNetworkConstraint[] constraints)
constraints
-public static LODNetworkConstraint or(LODNetworkConstraint[] constraints)
constraints
-public static LODNetworkConstraint not(LODNetworkConstraint constraint)
constraint
-