|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphReaderWriter
Reads and writes features to and from some permanent form.
Method Summary | |
---|---|
java.lang.Object |
getProperty(java.lang.String name)
Returns a property for the reader/writer. |
Graph |
read()
Creates a Graph from some permanent representation. |
void |
setProperty(java.lang.String name,
java.lang.Object obj)
Sets a property for the reader/writer. |
void |
write(Graph g)
Writes the graph to a permanent representation. |
Method Detail |
---|
void setProperty(java.lang.String name, java.lang.Object obj)
name
- Name of the property.obj
- Value of the property.java.lang.Object getProperty(java.lang.String name)
name
- Name of the property.
Graph read() throws java.lang.Exception
java.lang.Exception
void write(Graph g) throws java.lang.Exception
g
- The graph to be
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |