Serialized Form
cycle
java.util.List cycle
vertexMap
java.util.Map vertexMap
- Maps vertex's label to vertex
vertexList
java.util.List vertexList
- Conatin list of all verticies
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Requires special handling during de-serialization process.
- Throws:
java.io.IOException
- if an I/O error occurs.
java.lang.ClassNotFoundException
- if the class for the object de-serialized
is not found.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Requires special handling during serialization process.
- Throws:
java.io.IOException
- if an I/O error occurs.
label
java.lang.String label
children
java.util.List children
parents
java.util.List parents
detail
java.lang.Throwable detail
row
int row
column
int column
Copyright © 2001-2006 Codehaus. All Rights Reserved.