Uses of Interface
slib.sglib.model.graph.utils.WalkConstraint

Packages that use WalkConstraint
slib.sglib.model.graph   
slib.sglib.model.graph.utils   
 

Uses of WalkConstraint in slib.sglib.model.graph
 

Methods in slib.sglib.model.graph with parameters of type WalkConstraint
 Set<E> G.getE(org.openrdf.model.URI v, WalkConstraint wc)
          Retrieve a view of all edges of the graph which can be reached from a given vertex respecting the given constraint.
 Set<org.openrdf.model.URI> G.getV(org.openrdf.model.URI v, WalkConstraint wc)
          Retrieve view of all vertices of the graph which can be reached from a given vertex respecting the given constraint.
 

Uses of WalkConstraint in slib.sglib.model.graph.utils
 

Methods in slib.sglib.model.graph.utils with parameters of type WalkConstraint
 void WalkConstraint.addWalkconstraints(WalkConstraint wc)
          Add to the current constraints the ones defines in the walk constraint passed in parameter.
 



Copyright © 2013. All Rights Reserved.