|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphWriterInterface
Method Summary | |
---|---|
java.lang.String |
getExtension()
Retrieves the file extension for the file type. |
java.lang.String |
getName()
Retrieves the name of the file type. |
void |
write(java.io.File file,
GraphModel graph)
Writes the graph to the file. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getExtension()
void write(java.io.File file, GraphModel graph) throws GraphIOException
file
- the filegraph
- the graph
GraphIOException
- In the case of the writer error.
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |