public class WalkConstraintUtils extends Object
Constructor and Description |
---|
WalkConstraintUtils() |
Modifier and Type | Method and Description |
---|---|
static slib.sglib.model.graph.utils.WalkConstraint |
copy(slib.sglib.model.graph.utils.WalkConstraint walkConstraint) |
static slib.sglib.model.graph.utils.WalkConstraint |
getInverse(slib.sglib.model.graph.utils.WalkConstraint wc,
boolean includeBOTHpredicate)
Build a
WalkConstraint object corresponding to the inverse of the
current object. |
public static slib.sglib.model.graph.utils.WalkConstraint getInverse(slib.sglib.model.graph.utils.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 slib.sglib.model.graph.utils.WalkConstraint copy(slib.sglib.model.graph.utils.WalkConstraint walkConstraint)
Copyright © 2014. All rights reserved.