Package | Description |
---|---|
edu.ucla.sspace.graph |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraph<T extends Edge,S extends EdgeSet<T>>
A base class for many
Graph implementations. |
Modifier and Type | Class and Description |
---|---|
class |
GenericEdgeSet<T extends Edge>
An
EdgeSet implementation that imposes no restrictions on the type of
edges that may be contained within. |
class |
SparseDirectedEdgeSet
An
EdgeSet implementation that stores DirectedEdge instances
for a vertex. |
class |
SparseDirectedTypedEdgeSet<T>
An
EdgeSet implementation that stores DirectedTypedEdge
instances for a vertex. |
class |
SparseTypedEdgeSet<T>
|
class |
SparseUndirectedEdgeSet
|
class |
SparseWeightedDirectedEdgeSet
A set for containing
WeightedEdge instances. |
class |
SparseWeightedDirectedTypedEdgeSet<T>
An
EdgeSet implementation that stores DirectedEdge instances
for a vertex. |
class |
SparseWeightedEdgeSet
A set for containing
WeightedEdge instances. |
Modifier and Type | Method and Description |
---|---|
EdgeSet |
EdgeSet.copy(IntSet vertices)
Copies the edges in this set that are connected to any of the vertices in
the provided set.
|
Copyright © 2012. All Rights Reserved.