- getChildCount(V) - Method in interface edu.uci.ics.jung.graph.Forest
-
Returns the number of children that vertex has in this tree.
- getChildEdges(V) - Method in interface edu.uci.ics.jung.graph.Forest
-
Returns the edges connecting vertex to its children
in this tree.
- getChildren(V) - Method in interface edu.uci.ics.jung.graph.Forest
-
Returns the children of vertex in this tree.
- getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getDefaultEdgeType() - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns the default edge type for this graph.
- getDepth(V) - Method in interface edu.uci.ics.jung.graph.Tree
-
Returns the (unweighted) distance of vertex
from the root of this tree.
- getDest(E) - Method in interface edu.uci.ics.jung.graph.Graph
-
If directed_edge is a directed edge in this graph, returns the destination;
otherwise returns null.
- getDest(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getDest(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
If directed_edge is a directed edge in this graph, returns the destination;
otherwise returns null.
- getEdge() - Method in class edu.uci.ics.jung.graph.event.GraphEvent.Edge
-
- getEdgeCount() - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getEdgeCount() - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns the number of edges in this graph.
- getEdgeCount(EdgeType) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns the number of edges of type edge_type in this graph.
- getEdges() - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getEdges() - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns a view of all edges in this graph.
- getEdges(EdgeType) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns the collection of edges in this graph which are of type edge_type.
- getEdgeType(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getEdgeType(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns the edge type of edge in this graph.
- getEndpoints(E) - Method in interface edu.uci.ics.jung.graph.Graph
-
Returns the endpoints of edge as a Pair.
- getEndpoints(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getFirst() - Method in class edu.uci.ics.jung.graph.util.Pair
-
- getHeight() - Method in interface edu.uci.ics.jung.graph.Tree
-
Returns the maximum depth in this tree.
- getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getIncidentCount(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns the number of vertices that are incident to edge.
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getIncidentEdges(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns the collection of edges in this graph which are connected to vertex.
- getIncidentVertices(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getIncidentVertices(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns the collection of vertices in this graph which are connected to edge.
- getIndex(Graph<V, E>, E) - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
-
Returns the index for e in graph.
- getIndex(Graph<V, E>, E, V, V) - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
-
- getIndex(Graph<V, E>, E, V) - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
-
- getIndex(Graph<V, E>, E) - Method in interface edu.uci.ics.jung.graph.util.EdgeIndexFunction
-
Returns e's index in graph.
- getIndex(Graph<V, E>, E) - Method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
-
Returns the index for the specified edge.
- getIndex(Graph<V, E>, E, V, V) - Method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
-
- getIndex(Graph<V, E>, E, V) - Method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
-
- getInEdges(V) - Method in interface edu.uci.ics.jung.graph.Graph
-
Returns a Collection view of the incoming edges incident to vertex
in this graph.
- getInEdges(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getInEdges(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns a Collection view of the incoming edges incident to vertex
in this graph.
- getInstance(G, E) - Static method in class edu.uci.ics.jung.graph.util.Context
-
- getInstance() - Static method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
-
- getInstance() - Static method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
-
- getNeighborCount(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getNeighborCount(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns the number of vertices that are adjacent to vertex
(that is, the number of vertices that are incident to edges in vertex's
incident edge set).
- getNeighbors(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getNeighbors(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns the collection of vertices which are connected to vertex
via any edges in this graph.
- getOpposite(V, E) - Method in interface edu.uci.ics.jung.graph.Graph
-
Returns the vertex at the other end of edge from vertex.
- getOpposite(V, E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getOutEdges(V) - Method in interface edu.uci.ics.jung.graph.Graph
-
Returns a Collection view of the outgoing edges incident to vertex
in this graph.
- getOutEdges(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getOutEdges(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns a Collection view of the outgoing edges incident to vertex
in this graph.
- getParent(V) - Method in interface edu.uci.ics.jung.graph.Forest
-
Returns the parent of vertex in this tree.
- getParentEdge(V) - Method in interface edu.uci.ics.jung.graph.Forest
-
Returns the edge connecting vertex to its parent in
this tree.
- getPartitions() - Method in interface edu.uci.ics.jung.graph.KPartiteGraph
-
Returns the set of Predicate instances which define this graph's partitions.
- getPredecessorCount(V) - Method in interface edu.uci.ics.jung.graph.Graph
-
Returns the number of predecessors that vertex has in this graph.
- getPredecessorCount(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getPredecessors(V) - Method in interface edu.uci.ics.jung.graph.Graph
-
Returns a Collection view of the predecessors of vertex
in this graph.
- getPredecessors(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getPredecessors(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns a Collection view of the predecessors of vertex
in this graph.
- getRoot() - Method in interface edu.uci.ics.jung.graph.Tree
-
Returns the root of this tree.
- getRoots(Forest<V, E>) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
-
- getSecond() - Method in class edu.uci.ics.jung.graph.util.Pair
-
- getSource() - Method in class edu.uci.ics.jung.graph.event.GraphEvent
-
- getSource(E) - Method in interface edu.uci.ics.jung.graph.Graph
-
If directed_edge is a directed edge in this graph, returns the source;
otherwise returns null.
- getSource(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getSource(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
If directed_edge is a directed edge in this graph, returns the source;
otherwise returns null.
- getSubTree(Forest<V, E>, V) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
-
Returns the subtree of tree which is rooted at root as a Forest.
- getSuccessorCount(V) - Method in interface edu.uci.ics.jung.graph.Graph
-
Returns the number of successors that vertex has in this graph.
- getSuccessorCount(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getSuccessors(V) - Method in interface edu.uci.ics.jung.graph.Graph
-
Returns a Collection view of the successors of vertex
in this graph.
- getSuccessors(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getSuccessors(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns a Collection view of the successors of vertex
in this graph.
- getTrees() - Method in interface edu.uci.ics.jung.graph.Forest
-
Returns a view of this graph as a collection of Tree instances.
- getType() - Method in class edu.uci.ics.jung.graph.event.GraphEvent
-
- getVertex() - Method in class edu.uci.ics.jung.graph.event.GraphEvent.Vertex
-
- getVertexCount() - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getVertexCount() - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns the number of vertices in this graph.
- getVertices() - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- getVertices() - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns a view of all vertices in this graph.
- getVertices(Predicate<V>) - Method in interface edu.uci.ics.jung.graph.KPartiteGraph
-
Returns all vertices which satisfy the specified partition predicate.
- Graph<V,E> - Interface in edu.uci.ics.jung.graph
-
A graph consisting of a set of vertices of type V
set and a set of edges of type E.
- graph - Variable in class edu.uci.ics.jung.graph.util.Context
-
The graph element which defines this context.
- GraphDecorator<V,E> - Class in edu.uci.ics.jung.graph
-
An implementation of Graph that delegates its method calls to a
constructor-specified Graph instance.
- GraphDecorator(Graph<V, E>) - Constructor for class edu.uci.ics.jung.graph.GraphDecorator
-
Creates a new instance based on the provided delegate.
- GraphEvent<V,E> - Class in edu.uci.ics.jung.graph.event
-
- GraphEvent(Graph<V, E>, GraphEvent.Type) - Constructor for class edu.uci.ics.jung.graph.event.GraphEvent
-
Creates an instance with the specified source graph and Type
(vertex/edge addition/removal).
- GraphEvent.Edge<V,E> - Class in edu.uci.ics.jung.graph.event
-
An event type pertaining to graph edges.
- GraphEvent.Type - Enum in edu.uci.ics.jung.graph.event
-
Types of graph events.
- GraphEvent.Vertex<V,E> - Class in edu.uci.ics.jung.graph.event
-
An event type pertaining to graph vertices.
- GraphEventListener<V,E> - Interface in edu.uci.ics.jung.graph.event
-
An interface for classes that listen for graph events.
- Graphs - Class in edu.uci.ics.jung.graph.util
-
Provides specialized implementations of GraphDecorator.
- Graphs() - Constructor for class edu.uci.ics.jung.graph.util.Graphs
-
- growSubTree(Forest<V, E>, Forest<V, E>, V) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
-
Populates subtree with the subtree of tree
which is rooted at root.