org.eclipse.jetty.deploy.graph
类 Path

java.lang.Object
  继承者 org.eclipse.jetty.deploy.graph.Path

public class Path
extends Object


构造方法摘要
Path()
           
 
方法摘要
 void add(Edge edge)
           
 int edges()
           
 Edge firstEdge()
           
 Node firstNode()
           
 Path forkPath()
           
 Edge getEdge(int index)
           
 List<Node> getEdges()
           
 Node getNode(int index)
           
 List<Node> getNodes()
           
 boolean isEmpty()
           
 Edge lastEdge()
           
 Node lastNode()
           
 int nodes()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

Path

public Path()
方法详细信息

add

public void add(Edge edge)

forkPath

public Path forkPath()

getNodes

public List<Node> getNodes()

getEdges

public List<Node> getEdges()

getNode

public Node getNode(int index)

firstNode

public Node firstNode()

lastNode

public Node lastNode()

nodes

public int nodes()

edges

public int edges()

isEmpty

public boolean isEmpty()

firstEdge

public Edge firstEdge()

lastEdge

public Edge lastEdge()

getEdge

public Edge getEdge(int index)

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.