|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
N
- Node typeA
- Arc typepublic interface Exporter<N,A extends ArcInterface<N>>
Interface for all Exporters. Exporters provide an alternative representation of a graph from use outside of the annas package.
Method Summary | |
---|---|
void |
export(GraphInterface<N,A> graph)
Exports the provided graph. |
void |
export(java.io.OutputStream ops,
GraphInterface<N,A> graph)
Exports the provided graph. |
Method Detail |
---|
void export(java.io.OutputStream ops, GraphInterface<N,A> graph)
ops
- Stream to output the graph tograph
- Graph to exportvoid export(GraphInterface<N,A> graph)
graph
- Graph to export
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |