Uses of Interface
org.graphstream.stream.Replayable
| Package | Description |
|---|---|
| org.graphstream.graph.implementations | |
| org.graphstream.stream | |
| org.graphstream.stream.binary |
-
Uses of Replayable in org.graphstream.graph.implementations
Classes in org.graphstream.graph.implementations that implement Replayable Modifier and Type Class Description classAbstractGraphThis class provides a basic implementation ofGraphinterface, to minimize the effort required to implement this interface.classAdjacencyListGraphA lightweight graph class intended to allow the construction of big graphs (millions of elements).classDefaultGraphDefault implementation of graph.classMultiGraphA graph implementation that supports multiple edges between two nodes.classSingleGraphAn implementation of graph that supports only one edge between two nodes. -
Uses of Replayable in org.graphstream.stream
Classes in org.graphstream.stream that implement Replayable Modifier and Type Class Description classTimelineMethods in org.graphstream.stream with parameters of type Replayable Modifier and Type Method Description static voidReplayable. replay(Replayable source, Sink sink)Util method to replay a replayable source into a sink. -
Uses of Replayable in org.graphstream.stream.binary
Methods in org.graphstream.stream.binary with parameters of type Replayable Modifier and Type Method Description voidByteProxy. setReplayable(Replayable replayable)Set the stream that can be replayed on a new connection.