|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 Edge 的软件包 | |
|---|---|
| org.eclipse.jetty.deploy.graph | |
| org.eclipse.jetty.deploy.graph 中 Edge 的使用 |
|---|
| 返回 Edge 的 org.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()
|
| 参数类型为 Edge 的 org.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)
|
| 类型变量类型为 Edge 的 org.eclipse.jetty.deploy.graph 中的方法参数 | |
|---|---|
void |
Graph.setEdges(Set<Edge> edges)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||