Package | Description |
---|---|
edu.ucla.sspace.graph |
Modifier and Type | Method and Description |
---|---|
SparseWeightedEdgeSet |
SparseWeightedEdgeSet.copy(IntSet vertices)
Copies the edges in this set that are connected to any of the vertices in
the provided set.
|
protected SparseWeightedEdgeSet |
SparseWeightedGraph.createEdgeSet(int vertex)
Creates an
EdgeSet for storing WeightedEdge instances for
the specified vertex. |
Copyright © 2012. All Rights Reserved.