public class WalkConstraintUtils extends Object
Constructor and Description |
---|
WalkConstraintUtils() |
Modifier and Type | Method and Description |
---|---|
static WalkConstraint |
copy(WalkConstraint walkConstraint) |
static WalkConstraint |
getInverse(WalkConstraint wc,
boolean includeBOTHpredicate)
Build a
WalkConstraint object corresponding to the inverse of the
current object. |
public static WalkConstraint getInverse(WalkConstraint wc, boolean includeBOTHpredicate)
WalkConstraint
object corresponding to the inverse of the
current object.
Definition of an inverse follows:
includeBOTHpredicate
- defines if the predicated associated to a
direction Direction.BOTH
must also be includedWalkConstraint
object corresponding to the inverse of
this one, see definition belowpublic static WalkConstraint copy(WalkConstraint walkConstraint)
Copyright © 2014. All rights reserved.