org.jgrapht.graph
Class DirectedMaskSubgraph<V,E>
java.lang.Object
org.jgrapht.graph.AbstractGraph<V,E>
org.jgrapht.graph.MaskSubgraph<V,E>
org.jgrapht.graph.DirectedMaskSubgraph<V,E>
- All Implemented Interfaces:
- DirectedGraph<V,E>, Graph<V,E>
public class DirectedMaskSubgraph<V,E>
- extends MaskSubgraph<V,E>
- implements DirectedGraph<V,E>
A directed graph that is a MaskSubgraph
on another graph.
- Since:
- July 5, 2007
- Author:
- Guillaume Boulmier
Methods inherited from class org.jgrapht.graph.MaskSubgraph |
addEdge, addEdge, addVertex, containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSet |
Methods inherited from interface org.jgrapht.Graph |
addEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSet |
DirectedMaskSubgraph
public DirectedMaskSubgraph(DirectedGraph<V,E> base,
MaskFunctor<V,E> mask)
Copyright © 2013. All rights reserved.