|
||||||||||
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 | |
---|---|
Object |
getProperty(String name)
Returns a property for the reader/writer. |
Graph |
read()
Creates a Graph from some permanent representation. |
void |
setProperty(String name,
Object obj)
Sets a property for the reader/writer. |
void |
write(Graph g)
Writes the graph to a permanent representation. |
Method Detail |
---|
void setProperty(String name, Object obj)
name
- Name of the property.obj
- Value of the property.Object getProperty(String name)
name
- Name of the property.
Graph read() throws Exception
Exception
void write(Graph g) throws Exception
g
- The graph to be
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |