Uses of Interface
org.insa.graphs.model.io.GraphReader
-
Packages that use GraphReader Package Description org.insa.graphs.gui org.insa.graphs.model.io -
-
Uses of GraphReader in org.insa.graphs.gui
Methods in org.insa.graphs.gui with parameters of type GraphReader Modifier and Type Method Description private void
MainWindow. loadGraph(GraphReader reader)
-
Uses of GraphReader in org.insa.graphs.model.io
Classes in org.insa.graphs.model.io that implement GraphReader Modifier and Type Class Description class
BinaryGraphReader
Implementation ofGraphReader
to read graph in binary format.
-