Uses of Class
org.eclipse.jetty.deploy.graph.Edge

Packages that use Edge
org.eclipse.jetty.deploy.graph   
 

Uses of Edge in org.eclipse.jetty.deploy.graph
 

Methods in org.eclipse.jetty.deploy.graph that return Edge
 Edge Path.firstEdge()
           
 Edge Path.getEdge(int index)
           
 Edge Path.lastEdge()
           
 

Methods in org.eclipse.jetty.deploy.graph that return types with arguments of type Edge
 Set<Edge> Graph.findEdges(Node node)
          Find all edges that are connected to the specific node, both as an outgoing getFrom() or incoming getTo() end point.
 Set<Edge> Graph.findEdgesFrom(Node from)
          Find all edges that are connected getFrom() the specific node.
 Set<Edge> Graph.getEdges()
           
 

Methods in org.eclipse.jetty.deploy.graph with parameters of type Edge
 void Path.add(Edge edge)
           
 void Graph.addEdge(Edge edge)
           
 void Graph.insertNode(Edge edge, Node node)
          Insert an arbitrary node on an existing edge.
 void Graph.insertNode(Edge edge, String nodeName)
          Convenience method for Graph.insertNode(Edge, Node)
 void Graph.removeEdge(Edge edge)
           
 

Method parameters in org.eclipse.jetty.deploy.graph with type arguments of type Edge
 void Graph.setEdges(Set<Edge> edges)
           
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.