|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectNode
public class Node
Constructor Summary | |
---|---|
Node()
|
|
Node(Location loc)
|
Method Summary | |
---|---|
boolean |
addLink(Link l)
|
int |
getid()
|
Link |
getLink(int n)
|
ArrayList<Link> |
getLinks()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Node()
public Node(Location loc)
Method Detail |
---|
public boolean addLink(Link l)
public int getid()
public Link getLink(int n)
public ArrayList<Link> getLinks()
public String toString()
toString
in class Object
y
- a sample parameter for a method
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |