Uses of Class
slib.sglib.model.graph.utils.Direction

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

Uses of Direction in slib.sglib.model.graph
 

Methods in slib.sglib.model.graph with parameters of type Direction
 Set<E> G.getE(Set<org.openrdf.model.URI> predicates, org.openrdf.model.URI source, Direction dir)
          Retrieve a view of all edges of the graph characterized by the constraint.
 Set<E> G.getE(org.openrdf.model.URI v, Direction dir)
          Access to a view of all edges involving a specific vertex considering a particular direction.
 Set<E> G.getE(org.openrdf.model.URI predicate, org.openrdf.model.URI v, Direction dir)
          Retrieve a view of all edges of the graph characterized by the specified constraint.
 Set<org.openrdf.model.URI> G.getV(org.openrdf.model.URI v, org.openrdf.model.URI predicate, Direction dir)
          Return all neighbors vertices of a given vertex considering a particular direction and URI predicate.
 

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

Methods in slib.sglib.model.graph.utils that return Direction
 Direction WalkConstraint.getAssociatedDirection(org.openrdf.model.URI uri)
          Return the direction associated to the given predicate the object admits
 Direction Direction.getOpposite()
          Return the opposite direction of a particular Direction.
static Direction Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Direction[] Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in slib.sglib.model.graph.utils with parameters of type Direction
 void WalkConstraint.addAcceptedTraversal(Set<org.openrdf.model.URI> pred, Direction dir)
          Add the current Traversal in the mapping of admitted traversal.
 void WalkConstraint.addAcceptedTraversal(org.openrdf.model.URI pred, Direction dir)
          Add the current Traversal in the mapping of admitted traversal.
 boolean WalkConstraint.respectConstaints(E e, Direction dir)
          The method defines the behavior of a walk reaching the given edge.
 



Copyright © 2013. All Rights Reserved.