|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.computing.graph.graphs.AbstractGraph
org.jscience.computing.graph.graphs.Subgraph
org.jscience.computing.graph.graphs.UndirectedSubgraph
org.jscience.computing.graph.graphs.UndirectedWeightedSubgraph
public class UndirectedWeightedSubgraph
An undirected weighted graph that is a subgraph on other graph.
Subgraph,
Serialized Form| Constructor Summary | |
|---|---|
UndirectedWeightedSubgraph(WeightedGraph base,
java.util.Set vertexSubset,
java.util.Set edgeSubset)
Creates a new undirected weighted subgraph. |
|
| Method Summary |
|---|
| Methods inherited from class org.jscience.computing.graph.graphs.Subgraph |
|---|
addEdge, addEdge, addVertex, containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, incomingEdgesOf, inDegreeOf, isVerifyIntegrity, outDegreeOf, outgoingEdgesOf, removeEdge, removeEdge, removeVertex, setVerifyIntegrity, vertexSet |
| Methods inherited from class org.jscience.computing.graph.graphs.AbstractGraph |
|---|
addAllEdges, addAllVertices, assertVertexExist, containsEdge, removeAllEdges, removeAllEdges, removeAllEdges, removeAllVertices, toString, toStringFromSets |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jscience.computing.graph.Graph |
|---|
addAllEdges, addAllVertices, addEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSet |
| Methods inherited from interface org.jscience.computing.graph.UndirectedGraph |
|---|
degreeOf |
| Constructor Detail |
|---|
public UndirectedWeightedSubgraph(WeightedGraph base,
java.util.Set vertexSubset,
java.util.Set edgeSubset)
base - the base (backing) graph on which the subgraph will be
based.vertexSubset - vertices to include in the subgraph. If
null then all vertices are included.edgeSubset - edges to in include in the subgraph. If
null then all the edges whose vertices found in the
graph are included.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||