Uses of Class
edu.uci.ics.jung.graph.util.EdgeType
-
Packages that use EdgeType Package Description edu.uci.ics.jung.graph Interfaces for the JUNG graph types, and some representative implementations.edu.uci.ics.jung.graph.util Utility interfaces and classes for the JUNG API.edu.uci.ics.jung.io Interfaces and classes for reading and writing graphs in various (file) formats.edu.uci.ics.jung.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins.edu.uci.ics.jung.visualization.spatial -
-
Uses of EdgeType in edu.uci.ics.jung.graph
Fields in edu.uci.ics.jung.graph declared as EdgeType Modifier and Type Field Description protected EdgeTypeAbstractTypedGraph. edge_typeThe edge type for all edges in this graph.Methods in edu.uci.ics.jung.graph that return EdgeType Modifier and Type Method Description EdgeTypeAbstractTypedGraph. getDefaultEdgeType()Returns this graph's edge type.EdgeTypeGraphDecorator. getDefaultEdgeType()EdgeTypeHypergraph. getDefaultEdgeType()Returns the default edge type for this graph.EdgeTypeSetHypergraph. getDefaultEdgeType()EdgeTypeSparseGraph. getDefaultEdgeType()EdgeTypeSparseMultigraph. getDefaultEdgeType()EdgeTypeAbstractTypedGraph. getEdgeType(E e)Returns this graph's edge type, ornullifeis not in this graph.EdgeTypeGraphDecorator. getEdgeType(E edge)EdgeTypeHypergraph. getEdgeType(E edge)Returns the edge type ofedgein this graph.EdgeTypeSetHypergraph. getEdgeType(H edge)EdgeTypeSparseGraph. getEdgeType(E edge)EdgeTypeSparseMultigraph. getEdgeType(E edge)Methods in edu.uci.ics.jung.graph with parameters of type EdgeType Modifier and Type Method Description booleanDelegateTree. addChild(E edge, V parent, V child, EdgeType edgeType)add the passed child node as a child of parent.abstract booleanAbstractGraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)Addsedgeto this graph with the specifiedendpointsandEdgeType.booleanAbstractGraph. addEdge(E edge, java.util.Collection<? extends V> vertices, EdgeType edgeType)booleanAbstractGraph. addEdge(E e, V v1, V v2, EdgeType edge_type)booleanDelegateForest. addEdge(E e, V v1, V v2, EdgeType edgeType)Add an edge to the tree, connecting v1, the parent and v2, the child.booleanDelegateTree. addEdge(E e, V v1, V v2, EdgeType edgeType)Add an edge to the tree, connecting v1, the parent and v2, the child.booleanDirectedSparseGraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)booleanDirectedSparseMultigraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)booleanGraph. addEdge(E e, V v1, V v2, EdgeType edgeType)Adds edgeeto this graph such that it connects vertexv1tov2.booleanGraphDecorator. addEdge(E edge, java.util.Collection<? extends V> vertices, EdgeType edge_type)booleanGraphDecorator. addEdge(E e, V v1, V v2, EdgeType edgeType)booleanHypergraph. addEdge(E edge, java.util.Collection<? extends V> vertices, EdgeType edge_type)Addsedgeto this graph with typeedge_type.booleanObservableGraph. addEdge(E e, V v1, V v2, EdgeType edgeType)booleanOrderedKAryTree. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)booleanOrderedKAryTree. addEdge(E edge, java.util.Collection<? extends V> vertices, EdgeType edge_type)booleanOrderedKAryTree. addEdge(E e, V v1, V v2, EdgeType edge_type)booleanSetHypergraph. addEdge(H hyperedge, java.util.Collection<? extends V> to_attach, EdgeType edge_type)booleanSparseGraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)booleanSparseMultigraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)booleanUndirectedSparseGraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)booleanUndirectedSparseMultigraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edge_type)booleanUndirectedSparseMultigraph. addEdge(E edge, V v1, V v2, EdgeType edgeType)intAbstractTypedGraph. getEdgeCount(EdgeType edge_type)Returns the edge count for this graph ifedge_typematches the edge type for this graph, and 0 otherwise.intGraphDecorator. getEdgeCount(EdgeType edge_type)intHypergraph. getEdgeCount(EdgeType edge_type)Returns the number of edges of typeedge_typein this graph.intSetHypergraph. getEdgeCount(EdgeType edge_type)intSparseGraph. getEdgeCount(EdgeType edge_type)intSparseMultigraph. getEdgeCount(EdgeType edge_type)java.util.Collection<E>AbstractTypedGraph. getEdges(EdgeType edge_type)Returns the edge set for this graph ifedgeTypematches the edge type for this graph, and an empty set otherwise.java.util.Collection<E>GraphDecorator. getEdges(EdgeType edgeType)java.util.Collection<E>Hypergraph. getEdges(EdgeType edge_type)Returns the collection of edges in this graph which are of typeedge_type.java.util.Collection<H>SetHypergraph. getEdges(EdgeType edge_type)java.util.Collection<E>SparseGraph. getEdges(EdgeType edgeType)java.util.Collection<E>SparseMultigraph. getEdges(EdgeType edgeType)protected booleanAbstractTypedGraph. hasEqualEdgeType(EdgeType edge_type)protected voidAbstractTypedGraph. validateEdgeType(EdgeType edge_type)Throws anIllegalArgumentExceptionifedge_typedoes not match the default edge type for this graph.Constructors in edu.uci.ics.jung.graph with parameters of type EdgeType Constructor Description AbstractTypedGraph(EdgeType edge_type)Creates an instance with the specified edge type. -
Uses of EdgeType in edu.uci.ics.jung.graph.util
Methods in edu.uci.ics.jung.graph.util that return EdgeType Modifier and Type Method Description static EdgeTypeEdgeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EdgeType[]EdgeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EdgeType in edu.uci.ics.jung.io
Fields in edu.uci.ics.jung.io declared as EdgeType Modifier and Type Field Description protected EdgeTypeGraphMLReader. default_edgetypeMethods in edu.uci.ics.jung.io with parameters of type EdgeType Modifier and Type Method Description protected EPajekNetReader. createAddEdge(java.util.StringTokenizer st, V v1, EdgeType directed, Graph<V,E> g, java.util.List<V> id, com.google.common.base.Supplier<E> edge_factory) -
Uses of EdgeType in edu.uci.ics.jung.visualization.control
Fields in edu.uci.ics.jung.visualization.control declared as EdgeType Modifier and Type Field Description protected EdgeTypeSimpleEdgeSupport. edgeTypeMethods in edu.uci.ics.jung.visualization.control that return EdgeType Modifier and Type Method Description EdgeTypeSimpleEdgeSupport. getEdgeType()Methods in edu.uci.ics.jung.visualization.control with parameters of type EdgeType Modifier and Type Method Description voidSimpleEdgeSupport. setEdgeType(EdgeType edgeType)voidEdgeSupport. startEdgeCreate(BasicVisualizationServer<V,E> vv, V startVertex, java.awt.geom.Point2D startPoint, EdgeType edgeType)voidSimpleEdgeSupport. startEdgeCreate(BasicVisualizationServer<V,E> vv, V startVertex, java.awt.geom.Point2D startPoint, EdgeType edgeType) -
Uses of EdgeType in edu.uci.ics.jung.visualization.spatial
Methods in edu.uci.ics.jung.visualization.spatial that return EdgeType Modifier and Type Method Description EdgeTypeAggregateGraph. getDefaultEdgeType()EdgeTypeFastRenderingGraph. getDefaultEdgeType()EdgeTypeAggregateGraph. getEdgeType(E edge)EdgeTypeFastRenderingGraph. getEdgeType(E edge)Methods in edu.uci.ics.jung.visualization.spatial with parameters of type EdgeType Modifier and Type Method Description booleanAggregateGraph. addEdge(E edge, java.util.Collection<? extends V> vertices, EdgeType edgeType)booleanAggregateGraph. addEdge(E e, V v1, V v2, EdgeType edgeType)booleanFastRenderingGraph. addEdge(E edge, java.util.Collection<? extends V> vertices, EdgeType edgeType)booleanFastRenderingGraph. addEdge(E e, V v1, V v2, EdgeType edgeType)intAggregateGraph. getEdgeCount(EdgeType edgeType)intFastRenderingGraph. getEdgeCount(EdgeType edgeType)java.util.Collection<E>AggregateGraph. getEdges(EdgeType edgeType)java.util.Collection<E>FastRenderingGraph. getEdges(EdgeType edgeType)
-