Package | Description |
---|---|
edu.ucla.sspace.graph | |
edu.ucla.sspace.graph.io |
Modifier and Type | Method and Description |
---|---|
WeightedDirectedMultigraph<T> |
WeightedDirectedMultigraph.copy(Set<Integer> toCopy)
Creates a copy of this graph containing only the specified number of
vertices and all edges between those vertices.
|
WeightedDirectedMultigraph<T> |
WeightedDirectedMultigraph.subgraph(Set<Integer> subset)
Returns a view of this graph containing only the specified vertices where
the returned graph's vertinces are renamed (0, ..., n).
|
WeightedDirectedMultigraph<T> |
WeightedDirectedMultigraph.subgraph(Set<Integer> subset,
Set<T> edgeTypes)
Returns a subgraph of this graph containing only the specified vertices
and edges of the specified types.
|
Modifier and Type | Method and Description |
---|---|
WeightedDirectedMultigraph<String> |
GraphMLReader.readWeightedDirectedMultigraph(File f,
Indexer<String> vertexLabels) |
WeightedDirectedMultigraph<String> |
GraphMLReader.readWeightedDirectedMultigraphFromDOM(File f,
Indexer<String> vertexLabels) |
Copyright © 2012. All Rights Reserved.