SandboxHashSet<SandboxEdge> | 
Sandbox.addEdges(com.ensoftcorp.atlas.core.db.set.AtlasSet<com.ensoftcorp.atlas.core.db.graph.Edge> edges) | 
 Adds the current state of the given edges in the Atlas graph to the sandbox 
 | 
SandboxHashSet<SandboxEdge> | 
Sandbox.edges(com.ensoftcorp.atlas.core.db.set.AtlasSet<com.ensoftcorp.atlas.core.db.graph.Edge> edges) | 
 Returns a sandbox set of edges contained in the sandbox universe
 referenced in the given set of the Atlas graph edges 
 | 
SandboxHashSet<SandboxEdge> | 
SandboxGraph.edges() | 
 Returns the edges of this graph 
 | 
SandboxHashSet<SandboxEdge> | 
SandboxGraph.edges(SandboxNode node,
     com.ensoftcorp.atlas.core.db.graph.GraphElement.NodeDirection direction) | 
 Gets the node's predecessor or successor edges in this graph 
 | 
SandboxHashSet<SandboxEdge> | 
SandboxGraph.edges(java.lang.String... tags) | 
 A convenience method for edges(String... 
 | 
SandboxHashSet<SandboxEdge> | 
SandboxGraph.edgesTaggedWithAll(java.lang.String... tags) | 
 Returns the set of edges from this graph that are tagged with all of the
 given tags 
 | 
SandboxHashSet<SandboxEdge> | 
SandboxGraph.edgesTaggedWithAny(java.lang.String... tags) | 
 Returns the set of edges from this graph that are tagged with any of the
 given tags 
 | 
SandboxHashSet<SandboxEdge> | 
Sandbox.emptyEdgeSet() | 
 Returns an empty sandbox edge set 
 |