Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jscience.computing.graph.graphs Classes and Interfaces - 30 results found.
NameDescriptionTypePackageFramework
AbstractBaseGraphThe most general implementation of the Graph interface.Classorg.jscience.computing.graph.graphsJScience
AbstractGraphA skeletal implementation of the Graph interface, to minimize the effort required to implement graph interfaces.Classorg.jscience.computing.graph.graphsJScience
AsUndirectedGraphAn undirected view of the backing directed graph specified in the constructor.Classorg.jscience.computing.graph.graphsJScience
DefaultDirectedGraphA directed graph.Classorg.jscience.computing.graph.graphsJScience
DefaultDirectedWeightedGraphA directed weighted graph.Classorg.jscience.computing.graph.graphsJScience
DefaultListenableGraphA graph backed by the the graph specified at the constructor, which can be listened by GraphListeners and byClassorg.jscience.computing.graph.graphsJScience
DirectedMultigraphA directed multigraph.Classorg.jscience.computing.graph.graphsJScience
DirectedSubgraphA directed graph that is a subgraph on other graph.Classorg.jscience.computing.graph.graphsJScience
DirectedWeightedMultigraphA directed weighted multigraph.Classorg.jscience.computing.graph.graphsJScience
DirectedWeightedSubgraphA directed weighted graph that is a subgraph on other graph.Classorg.jscience.computing.graph.graphsJScience
EdgeListFactoryA factory for edge lists.Interfaceorg.jscience.computing.graph.graphsJScience
GraphDelegatorA graph backed by the the graph specified at the constructor, which delegates all its methods to the backing graph.Classorg.jscience.computing.graph.graphsJScience
ListenableDirectedGraphA directed graph which is also ListenableGraph.Classorg.jscience.computing.graph.graphsJScience
ListenableDirectedWeightedGraphA directed weighted graph which is also ListenableGraph.Classorg.jscience.computing.graph.graphsJScience
ListenableUndirectedGraphAn undirected graph which is also ListenableGraph.Classorg.jscience.computing.graph.graphsJScience
ListenableUndirectedWeightedGraphAn undirected weighted graph which is also ListenableGraph.Classorg.jscience.computing.graph.graphsJScience
MultigraphA multigraph.Classorg.jscience.computing.graph.graphsJScience
PseudographA pseudograph.Classorg.jscience.computing.graph.graphsJScience
SimpleDirectedGraphA simple directed graph.Classorg.jscience.computing.graph.graphsJScience
SimpleDirectedWeightedGraphA simple directed weighted graph.Classorg.jscience.computing.graph.graphsJScience
SimpleGraphA simple graph.Classorg.jscience.computing.graph.graphsJScience
SimpleWeightedGraphA simple weighted graph.Classorg.jscience.computing.graph.graphsJScience
SubgraphA subgraph is a graph that has a subset of vertices and a subset of edges with respect to some base graph.Classorg.jscience.computing.graph.graphsJScience
UndirectedSubgraphAn undirected graph that is a subgraph on other graph.Classorg.jscience.computing.graph.graphsJScience
UndirectedWeightedSubgraphAn undirected weighted graph that is a subgraph on other graph.Classorg.jscience.computing.graph.graphsJScience
UnmodifiableDirectedGraphA directed graph that cannot be modified.Classorg.jscience.computing.graph.graphsJScience
UnmodifiableGraphAn unmodifiable view of the backing graph specified in the constructor.Classorg.jscience.computing.graph.graphsJScience
UnmodifiableUndirectedGraphAn undirected graph that cannot be modified.Classorg.jscience.computing.graph.graphsJScience
WeightedMultigraphA weighted multigraph.Classorg.jscience.computing.graph.graphsJScience
WeightedPseudographA weighted pseudograph.Classorg.jscience.computing.graph.graphsJScience