Package | Description |
---|---|
lavesdk.algorithm.plugin.views | |
lavesdk.math.graph | |
lavesdk.math.graph.network | |
lavesdk.serialization |
Modifier and Type | Class and Description |
---|---|
class |
GraphView.VisualEdge
Represents the visual component of an
Edge . |
class |
GraphView.VisualVertex
Represents the visual component of a
Vertex . |
Modifier and Type | Class and Description |
---|---|
class |
Edge
Represents an edge between two vertices in a graph.
|
class |
Vertex
Represents a vertex of a
Graph . |
Modifier and Type | Class and Description |
---|---|
class |
Arc
Represents an edge in a
Network . |
class |
Node
Represents a vertex in a
Network . |
class |
RNEdge
Represents an edge in a residual network of a
Network . |
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
ObjectFile.getSerializer(T o,
java.lang.String serializerName)
Gets a serializer for a given object.
|