| Package | Description |
|---|---|
| org.dice_research.ldcbench.graph | |
| org.dice_research.ldcbench.graph.serialization |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphBuilder
An extension of the
Graph interface offering methods for the addition
of nodes and edges. |
| Modifier and Type | Class and Description |
|---|---|
class |
GrphBasedGraph |
| Modifier and Type | Method and Description |
|---|---|
default Graph |
GraphBuilder.build()
Returns a
Graph instance based on the graph data that the builder
collected until now. |
| Constructor and Description |
|---|
GrphBasedGraph(Graph other)
Clones speficied graph's data into this GraphBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
Graph |
Serializer.deserialize(byte[] data)
Deserializes given byte array into a Graph
using implementation-defined serialization.
|
static Graph |
SerializationHelper.deserialize(byte[] data)
Deserializes given byte array into a Graph
using a Serializer implementation encoded in the serialized data.
|
Graph |
DumbSerializer.deserialize(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
SerializationHelper.serialize(Class<?> serializerClass,
Graph graph)
Serializes given Graph using given Serializer.
|
byte[] |
Serializer.serialize(Graph graph)
Serializes given Graph
using implementation-defined serialization.
|
byte[] |
DumbSerializer.serialize(Graph graph) |
Copyright © 2019–2020. All rights reserved.