public interface NodeStreamWriter extends Closeable
| Modifier and Type | Method and Description |
|---|---|
NodeCreator |
addRootNode(String name)
Creates the root node for the graph.
|
void |
close() |
void |
flush() |
NodeCreator addRootNode(String name) throws IllegalStateException
IllegalStateException - when this method is called more than once.void flush()
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2018 Atlassian. All rights reserved.