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, getY
public void read(java.io.InputStream in) throws java.io.IOException
LegacyObject
read
in class LegacyObject
in
- The InputStream to read.java.io.IOException
- If there is a problem reading the stream.public int[] getEdges()