Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jgrapht.graph Classes and Interfaces - 66 results found.
NameDescriptionTypePackageFramework
AbstractBaseGraphThe most general implementation of the Graph interface.Classorg.jgrapht.graphJGraph
AbstractBaseGraph .DirectedEdgeContainerA container for vertex edges.Classorg.jgrapht.graph.AbstractBaseGraphJGraph
AbstractGraphA skeletal implementation of the Graph interface, to minimize the effort required to implement graph interfaces.Classorg.jgrapht.graphJGraph
AbstractGraphBuilderBase class for builders of GraphSee Also:DirectedGraphBuilderBase, Classorg.jgrapht.graph.builderJGraph
AsUndirectedGraphAn undirected view of the backing directed graph specified in the constructor.Classorg.jgrapht.graphJGraph
AsUnweightedDirectedGraphAn unweighted view of the backing weighted graph specified in the constructor.Classorg.jgrapht.graphJGraph
AsUnweightedGraphAn unweighted view of the backing weighted graph specified in the constructor.Classorg.jgrapht.graphJGraph
AsWeightedGraphA weighted view of the backing graph specified in the constructor.Classorg.jgrapht.graphJGraph
ClassBasedEdgeFactoryAn EdgeFactory for producing edges by using a class as a factory.Classorg.jgrapht.graphJGraph
ClassBasedVertexFactoryA VertexFactory for producing vertices by using a class as a factory.Classorg.jgrapht.graphJGraph
DefaultDirectedGraphA directed graph.Classorg.jgrapht.graphJGraph
DefaultDirectedWeightedGraphA directed weighted graph.Classorg.jgrapht.graphJGraph
DefaultEdgeA default implementation for edges in a Graph.Classorg.jgrapht.graphJGraph
DefaultGraphMapping getVertex/EdgeCorrespondence is based on the performance of the concrete Map class which is passed in the constructor.Classorg.jgrapht.graphJGraph
DefaultListenableGraphA graph backed by the the graph specified at the constructor, which can be listened by GraphListener s and by Classorg.jgrapht.graphJGraph
DefaultWeightedEdgeA default implementation for edges in a WeightedGraph.Classorg.jgrapht.graphJGraph
DirectedGraphBuilderA builder class for Graph.Classorg.jgrapht.graph.builderJGraph
DirectedGraphBuilderBaseBase class for DirectedGraphBuilder for extending.Classorg.jgrapht.graph.builderJGraph
DirectedGraphUnionClassorg.jgrapht.graphJGraph
DirectedMaskSubgraphA directed graph that is a MaskSubgraph on another graph.Classorg.jgrapht.graphJGraph
DirectedMultigraphA directed multigraph.Classorg.jgrapht.graphJGraph
DirectedPseudographA directed pseudograph.Classorg.jgrapht.graphJGraph
DirectedSubgraphA directed graph that is a subgraph on other graph.Classorg.jgrapht.graphJGraph
DirectedWeightedGraphBuilderA builder class for directed weighted graphs}.Classorg.jgrapht.graph.builderJGraph
DirectedWeightedGraphBuilderBaseBase class for DirectedWeightedGraphBuilder for extending.Classorg.jgrapht.graph.builderJGraph
DirectedWeightedMultigraphA directed weighted multigraph.Classorg.jgrapht.graphJGraph
DirectedWeightedPseudographA directed weighted pseudograph.Classorg.jgrapht.graphJGraph
DirectedWeightedSubgraphA directed weighted graph that is a subgraph on other graph.Classorg.jgrapht.graphJGraph
EdgeReversedGraphProvides an edge-reversed view g' of a directed graph g.Classorg.jgrapht.graphJGraph
EdgeSetFactoryA factory for edge sets.Interfaceorg.jgrapht.graphJGraph
GraphThe root interface in the graph hierarchy.Interfaceorg.jgraphtJGraph
GraphDelegatorA graph backed by the the graph specified at the constructor, which delegates all its methods to the backing graph.Classorg.jgrapht.graphJGraph
GraphHelperA collection of utilities to assist the working with graphs.Classorg.jgraphtJGraph
GraphMappingGraphMapping represents a bidirectional mapping between two graphs (called graph1 and graph2), which allows the caller to obtain the matching vertex orInterfaceorg.jgraphtJGraph
GraphPathA GraphPath represents a path in a Graph.Interfaceorg.jgraphtJGraph
GraphPathImplGraphPathImpl is a default implementation of GraphPath.Classorg.jgrapht.graphJGraph
GraphsA collection of utilities to assist with graph manipulation.Classorg.jgraphtJGraph
GraphUnionRead-only union of two graphs: G1 and G2.Classorg.jgrapht.graphJGraph
ListenableDirectedGraphA directed graph which is also ListenableGraph.Classorg.jgrapht.graphJGraph
ListenableDirectedWeightedGraphA directed weighted graph which is also ListenableGraph.Classorg.jgrapht.graphJGraph
ListenableUndirectedGraphAn undirected graph which is also ListenableGraph.Classorg.jgrapht.graphJGraph
ListenableUndirectedWeightedGraphAn undirected weighted graph which is also ListenableGraph.Classorg.jgrapht.graphJGraph
MaskFunctorA functor interface for masking out vertices and edges of a graph.Interfaceorg.jgrapht.graphJGraph
MaskSubgraphAn unmodifiable subgraph induced by a vertex/edge masking function.Classorg.jgrapht.graphJGraph
MultigraphA multigraph.Classorg.jgrapht.graphJGraph
ParanoidGraphParanoidGraph provides a way to verify that objects added to a graph obey the standard equals/hashCode contract.Classorg.jgrapht.graphJGraph
PseudographA pseudograph.Classorg.jgrapht.graphJGraph
SimpleDirectedGraphA simple directed graph.Classorg.jgrapht.graphJGraph
SimpleDirectedWeightedGraphA simple directed weighted graph.Classorg.jgrapht.graphJGraph
SimpleGraphA simple graph.Classorg.jgrapht.graphJGraph
SimpleGraphPathA vertex-based representation of a simple path.Classorg.jgrapht.graphJGraph
SimpleWeightedGraphA simple weighted graph.Classorg.jgrapht.graphJGraph
SubgraphA subgraph is a graph that has a subset of vertices and a subset of edges with respect to some base graph.Classorg.jgrapht.graphJGraph
UndirectedGraphBuilderA builder class for Graph.Classorg.jgrapht.graph.builderJGraph
UndirectedGraphBuilderBaseBase class for UndirectedGraphBuilder for extending.Classorg.jgrapht.graph.builderJGraph
UndirectedGraphUnionSee Also:Serialized FormReturns the degree of the specified vertex.Classorg.jgrapht.graphJGraph
UndirectedMaskSubgraphAn undirected graph that is a MaskSubgraph on another graph.Classorg.jgrapht.graphJGraph
UndirectedSubgraphAn undirected graph that is a subgraph on other graph.Classorg.jgrapht.graphJGraph
UndirectedWeightedGraphBuilderA builder class for undirected weighted graphs.Classorg.jgrapht.graph.builderJGraph
UndirectedWeightedGraphBuilderBaseBase class for UndirectedWeightedGraphBuilder for extending.Classorg.jgrapht.graph.builderJGraph
UndirectedWeightedSubgraphAn undirected weighted graph that is a subgraph on other graph.Classorg.jgrapht.graphJGraph
UnmodifiableDirectedGraphA directed graph that cannot be modified.Classorg.jgrapht.graphJGraph
UnmodifiableGraphAn unmodifiable view of the backing graph specified in the constructor.Classorg.jgrapht.graphJGraph
UnmodifiableUndirectedGraphAn undirected graph that cannot be modified.Classorg.jgrapht.graphJGraph
WeightedMultigraphA weighted multigraph.Classorg.jgrapht.graphJGraph
WeightedPseudographA weighted pseudograph.Classorg.jgrapht.graphJGraph