Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.uci.ics.jung.graph Classes and Interfaces - 39 results found.
NameDescriptionTypePackageFramework
AbstractGraphAbstract implementation of the Graph interface.Classedu.uci.ics.jung.graphSourceForge Jung
AbstractTypedGraphAn abstract class for graphs whose edges all have the same EdgeType.Classedu.uci.ics.jung.graphSourceForge Jung
ContextA class that is used to link together a graph element and a specific graph.Classedu.uci.ics.jung.graph.utilSourceForge Jung
DefaultParallelEdgeIndexFunctionA class which creates and maintains indices for parallel edges.Classedu.uci.ics.jung.graph.utilSourceForge Jung
DelegateForestAn implementation of Forest that delegates to a specified DirectedGraphAuthor:Tom NelsonSee Also:Serialized FormClassedu.uci.ics.jung.graphSourceForge Jung
DelegateTreeAn implementation of Tree that delegates to a specified instance of DirectedGraph.Classedu.uci.ics.jung.graphSourceForge Jung
DirectedGraphA tagging interface for implementations of Graph that accept only directed edges.Interfaceedu.uci.ics.jung.graphSourceForge Jung
DirectedOrderedSparseMultigraphAn implementation of DirectedGraph, suitable for sparse graphs, that orders its vertex and edge collectionsClassedu.uci.ics.jung.graphSourceForge Jung
DirectedSparseGraphAn implementation of DirectedGraph suitable for sparse graphs.Classedu.uci.ics.jung.graphSourceForge Jung
DirectedSparseMultigraphAn implementation of DirectedGraph, suitable for sparse graphs, that permits parallel edges.Classedu.uci.ics.jung.graphSourceForge Jung
EdgeIndexFunctionAn interface for a service to access the index of a given edge (in a given graph) into the set formed by the given edge and all the other edges it is parallel to.Interfaceedu.uci.ics.jung.graph.utilSourceForge Jung
EdgeTypeenum EdgeTypeextends EnumDefines the possible edge types for graphs which assign types to edges.Classedu.uci.ics.jung.graph.utilSourceForge Jung
ForestAn interface for a graph which consists of a collection of rooted directed acyclic graphs.Interfaceedu.uci.ics.jung.graphSourceForge Jung
GraphA graph consisting of a set of vertices of type V set and a set of edges of type E.Interfaceedu.uci.ics.jung.graphSourceForge Jung
GraphDecoratorAn implementation of Graph that delegates its method calls to a constructor-specified Graph instance.Classedu.uci.ics.jung.graphSourceForge Jung
GraphEventClassedu.uci.ics.jung.graph.eventSourceForge Jung
GraphEvent .EdgeAn event type pertaining to graph edges.Classedu.uci.ics.jung.graph.event.GraphEventSourceForge Jung
GraphEvent .TypeTypes of graph events.Classedu.uci.ics.jung.graph.event.GraphEventSourceForge Jung
GraphEvent .VertexAn event type pertaining to graph vertices.Classedu.uci.ics.jung.graph.event.GraphEventSourceForge Jung
GraphEventListenerAn interface for classes that listen for graph events.Interfaceedu.uci.ics.jung.graph.eventSourceForge Jung
GraphsProvides specialized implementations of GraphDecorator.Classedu.uci.ics.jung.graph.utilSourceForge Jung
HypergraphA hypergraph, consisting of a set of vertices of type V and a set of hyperedges of type E which connect the vertices.Interfaceedu.uci.ics.jung.graphSourceForge Jung
IncidentEdgeIndexFunctionA class which creates and maintains indices for incident edges.Classedu.uci.ics.jung.graph.utilSourceForge Jung
KPartiteGraphAn interface for graphs whose vertices are each members of one of 2 or more disjoint sets (partitions), and whose edges connect only vertices in distinctInterfaceedu.uci.ics.jung.graphSourceForge Jung
ObservableGraphA decorator class for graphs which generates eventsAuthor:Joshua O'MadadhainClassedu.uci.ics.jung.graphSourceForge Jung
OrderedKAryTreeClassedu.uci.ics.jung.graphSourceForge Jung
OrderedSparseMultigraphAn implementation of Graph that orders its vertex and edge collections according to insertion time, is suitable for sparse graphs, and Classedu.uci.ics.jung.graphSourceForge Jung
PairAn implementation of Collection that stores exactly 2 non-null objects and is not mutable.Classedu.uci.ics.jung.graph.utilSourceForge Jung
SetHypergraphAn implementation of Hypergraph that is suitable for sparse graphs and permits parallel edges.Classedu.uci.ics.jung.graphSourceForge Jung
SortedSparseMultigraphAn implementation of Graph that is suitable for sparse graphs, orders its vertex and edge collections according to either specified ComparatorClassedu.uci.ics.jung.graphSourceForge Jung
SparseGraphAn implementation of Graph that is suitable for sparse graphs and permits both directed and undirected edges.Classedu.uci.ics.jung.graphSourceForge Jung
SparseMultigraphAn implementation of Graph that is suitable for sparse graphs and permits directed, undirected, and parallel edges.Classedu.uci.ics.jung.graphSourceForge Jung
TestGraphsProvides generators for several different test graphs.Classedu.uci.ics.jung.graph.utilSourceForge Jung
TreeA subtype of Graph which is a (directed, rooted) tree.Classedu.uci.ics.jung.graphSourceForge Jung
TreeUtilsContains static methods for operating on instances of Tree.Classedu.uci.ics.jung.graph.utilSourceForge Jung
UndirectedGraphA tagging interface for extensions of Graph that accept only undirected edges.Interfaceedu.uci.ics.jung.graphSourceForge Jung
UndirectedOrderedSparseMultigraphAn implementation of UndirectedGraph that is suitable for sparse graphs, orders its vertex and edge collections according to insertion time, and permitsClassedu.uci.ics.jung.graphSourceForge Jung
UndirectedSparseGraphAn implementation of UndirectedGraph that is suitableSee Also:Serialized FormClassedu.uci.ics.jung.graphSourceForge Jung
UndirectedSparseMultigraphAn implementation of UndirectedGraph that is suitable for sparse graphs and permits parallel edges.Classedu.uci.ics.jung.graphSourceForge Jung