类 org.eclipse.jetty.deploy.graph.Edge
的使用

使用 Edge 的软件包
org.eclipse.jetty.deploy.graph   
 

org.eclipse.jetty.deploy.graphEdge 的使用
 

返回 Edgeorg.eclipse.jetty.deploy.graph 中的方法
 Edge Path.firstEdge()
           
 Edge Path.getEdge(int index)
           
 Edge Path.lastEdge()
           
 

返回变量类型为 Edge 的类型的 org.eclipse.jetty.deploy.graph 中的方法
 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()
           
 

参数类型为 Edgeorg.eclipse.jetty.deploy.graph 中的方法
 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)
           
 

类型变量类型为 Edgeorg.eclipse.jetty.deploy.graph 中的方法参数
 void Graph.setEdges(Set<Edge> edges)
           
 



Copyright © 2013. All Rights Reserved.