public class LegacyNode extends LegacyObject
id, x, y| Constructor and Description |
|---|
LegacyNode() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getEdges()
Get the list of edges, i.e.
|
void |
read(java.io.InputStream in)
Read the data for this object.
|
getID, getX, getYpublic void read(java.io.InputStream in)
throws java.io.IOException
LegacyObjectread in class LegacyObjectin - The InputStream to read.java.io.IOException - If there is a problem reading the stream.public int[] getEdges()