|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void setProperty(java.lang.String name,
java.lang.Object obj)
name - Name of the property.obj - Value of the property.public java.lang.Object getProperty(java.lang.String name)
name - Name of the property.
public Graph read()
throws java.lang.Exception
java.lang.Exception
public 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 | ||||||||||