slib.sglib.utils
Class WalkConstraintUtils

java.lang.Object
  extended by slib.sglib.utils.WalkConstraintUtils

public class WalkConstraintUtils
extends Object

Author:
Harispe Sébastien

Constructor Summary
WalkConstraintUtils()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WalkConstraintUtils

public WalkConstraintUtils()
Method Detail

getInverse

public 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. Definition of an inverse follows:

Parameters:
includeBOTHpredicate - defines if the predicated associated to a direction Direction.BOTH must also be included
Returns:
a WalkConstraint object corresponding to the inverse of this one, see definition below

copy

public static slib.sglib.model.graph.utils.WalkConstraint copy(slib.sglib.model.graph.utils.WalkConstraint walkConstraint)


Copyright © 2013. All Rights Reserved.