| Package | Description |
|---|---|
| salvo.jesus.graph | |
| salvo.jesus.graph.algorithm |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DirectedEdge
Represents a directed edge in a graph.
|
interface |
DirectedWeightedEdge
Represents a directed and weighted edge in a graph.
|
interface |
Edge
An interface for edges in a Graph.
|
interface |
LabeledEdge
An extension of the LabeledGraphComponent interface specific for an Edge.
|
interface |
LabeledGraphComponent
A LabeledGraphComponent represents a Vertex or Edge with a label.
|
interface |
Vertex
A vertex in a graph.
|
interface |
WeightedEdge
Represents a weighted edge in a graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectedEdgeImpl
Represents a directed edge in a graph.
|
class |
DirectedWeightedEdgeImpl
Represents a directed and weighted edge in a graph.
|
class |
EdgeImpl
Represents an undirected edge in a graph.
|
class |
LabeledEdgeImpl
An implementation of LabeledEdge that dynamically derives the label
for an Edge based on the label of the Edge's vertices.
|
class |
LabeledGraphComponentImpl
LabeledGraphComponentImpl provides a default implementation for
LabeledGraphComponent.
|
class |
VertexImpl
A vertex in a graph.
|
class |
WeightedEdgeImpl
Represents a weighted edge in a graph.
|
| Modifier and Type | Method and Description |
|---|---|
GraphComponent |
GraphContractionAlgorithm.getContractionResult(GraphComponent c)
Find the resulting contraction for a GraphComponent
(Vertex or Edge).
|
| Modifier and Type | Method and Description |
|---|---|
GraphComponent |
GraphContractionAlgorithm.getContractionResult(GraphComponent c)
Find the resulting contraction for a GraphComponent
(Vertex or Edge).
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.