|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectharpoon.Backend.CSAHack.Graph.Node
public class Node
Constructor Summary | |
---|---|
Node(Graph g)
|
Method Summary | |
---|---|
NodeList |
adj()
|
boolean |
adj(Node n)
|
boolean |
comesFrom(Node n)
|
int |
degree()
|
boolean |
goesTo(Node n)
|
int |
inDegree()
|
int |
outDegree()
|
NodeList |
pred()
|
NodeList |
succ()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Node(Graph g)
Method Detail |
---|
public NodeList succ()
public NodeList pred()
public NodeList adj()
public int inDegree()
public int outDegree()
public int degree()
public boolean goesTo(Node n)
public boolean comesFrom(Node n)
public boolean adj(Node n)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |