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
_bomEncoding
java.lang.String _bomEncoding
_xmlGuessEncoding
java.lang.String _xmlGuessEncoding
_xmlEncoding
java.lang.String _xmlEncoding
_contentTypeMime
java.lang.String _contentTypeMime
_contentTypeEncoding
java.lang.String _contentTypeEncoding
_is
java.io.InputStream _is
Copyright © 2001-2007 Codehaus. All Rights Reserved.