Uses of Enum Class
edu.uci.ics.jung.graph.util.EdgeType
Packages that use EdgeType
Package
Description
Interfaces for the JUNG graph types, and some representative implementations.
Utility interfaces and classes for the JUNG API.
Interfaces and classes for reading and writing graphs in various (file)
formats.
Mechanisms for manipulating and controlling a graph visualization, largely
in terms of mouse plugins.
-
Uses of EdgeType in edu.uci.ics.jung.graph
Fields in edu.uci.ics.jung.graph declared as EdgeTypeModifier and TypeFieldDescriptionprotected final EdgeType
AbstractTypedGraph.edge_type
The edge type for all edges in this graph.Methods in edu.uci.ics.jung.graph that return EdgeTypeModifier and TypeMethodDescriptionAbstractTypedGraph.getDefaultEdgeType()
Returns this graph's edge type.GraphDecorator.getDefaultEdgeType()
Hypergraph.getDefaultEdgeType()
Returns the default edge type for this graph.SetHypergraph.getDefaultEdgeType()
SparseGraph.getDefaultEdgeType()
SparseMultigraph.getDefaultEdgeType()
AbstractTypedGraph.getEdgeType
(E e) Returns this graph's edge type, ornull
ife
is not in this graph.GraphDecorator.getEdgeType
(E edge) Hypergraph.getEdgeType
(E edge) Returns the edge type ofedge
in this graph.SetHypergraph.getEdgeType
(H edge) SparseGraph.getEdgeType
(E edge) SparseMultigraph.getEdgeType
(E edge) Methods in edu.uci.ics.jung.graph with parameters of type EdgeTypeModifier and TypeMethodDescriptionboolean
add the passed child node as a child of parent.abstract boolean
Addsedge
to this graph with the specifiedendpoints
andEdgeType
.boolean
AbstractGraph.addEdge
(E edge, Collection<? extends V> vertices, EdgeType edgeType) boolean
boolean
Add an edge to the tree, connecting v1, the parent and v2, the child.boolean
Add an edge to the tree, connecting v1, the parent and v2, the child.boolean
boolean
boolean
Adds edgee
to this graph such that it connects vertexv1
tov2
.boolean
GraphDecorator.addEdge
(E edge, Collection<? extends V> vertices, EdgeType edge_type) boolean
boolean
Hypergraph.addEdge
(E edge, Collection<? extends V> vertices, EdgeType edge_type) Addsedge
to this graph with typeedge_type
.boolean
boolean
boolean
OrderedKAryTree.addEdge
(E edge, Collection<? extends V> vertices, EdgeType edge_type) boolean
boolean
SetHypergraph.addEdge
(H hyperedge, Collection<? extends V> to_attach, EdgeType edge_type) boolean
boolean
boolean
boolean
boolean
int
AbstractTypedGraph.getEdgeCount
(EdgeType edge_type) Returns the edge count for this graph ifedge_type
matches the edge type for this graph, and 0 otherwise.int
GraphDecorator.getEdgeCount
(EdgeType edge_type) int
Hypergraph.getEdgeCount
(EdgeType edge_type) Returns the number of edges of typeedge_type
in this graph.int
SetHypergraph.getEdgeCount
(EdgeType edge_type) int
SparseGraph.getEdgeCount
(EdgeType edge_type) int
SparseMultigraph.getEdgeCount
(EdgeType edge_type) Returns the edge set for this graph ifedgeType
matches the edge type for this graph, and an empty set otherwise.Returns the collection of edges in this graph which are of typeedge_type
.protected boolean
AbstractTypedGraph.hasEqualEdgeType
(EdgeType edge_type) protected void
AbstractTypedGraph.validateEdgeType
(EdgeType edge_type) Throws anIllegalArgumentException
ifedge_type
does not match the default edge type for this graph.Constructors in edu.uci.ics.jung.graph with parameters of type EdgeTypeModifierConstructorDescriptionAbstractTypedGraph
(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 EdgeTypeModifier and TypeMethodDescriptionGraphs.SynchronizedAbstractGraph.getDefaultEdgeType()
Graphs.UnmodifiableAbstractGraph.getDefaultEdgeType()
Graphs.SynchronizedAbstractGraph.getEdgeType
(E edge) Graphs.UnmodifiableAbstractGraph.getEdgeType
(E edge) static EdgeType
Returns the enum constant of this class with the specified name.static EdgeType[]
EdgeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.uci.ics.jung.graph.util with parameters of type EdgeTypeModifier and TypeMethodDescriptionboolean
Graphs.SynchronizedAbstractGraph.addEdge
(E e, Collection<? extends V> vertices, EdgeType edgeType) boolean
boolean
Graphs.UnmodifiableAbstractGraph.addEdge
(E e, Collection<? extends V> vertices, EdgeType edgeType) boolean
int
Graphs.SynchronizedAbstractGraph.getEdgeCount
(EdgeType edge_type) int
Graphs.UnmodifiableAbstractGraph.getEdgeCount
(EdgeType edge_type) -
Uses of EdgeType in edu.uci.ics.jung.io
Fields in edu.uci.ics.jung.io declared as EdgeTypeMethods in edu.uci.ics.jung.io with parameters of type EdgeType -
Uses of EdgeType in edu.uci.ics.jung.visualization.control
Fields in edu.uci.ics.jung.visualization.control declared as EdgeTypeMethods in edu.uci.ics.jung.visualization.control that return EdgeTypeMethods in edu.uci.ics.jung.visualization.control with parameters of type EdgeTypeModifier and TypeMethodDescriptionvoid
SimpleEdgeSupport.setEdgeType
(EdgeType edgeType) void
EdgeSupport.startEdgeCreate
(BasicVisualizationServer<V, E> vv, V startVertex, Point2D startPoint, EdgeType edgeType) void
SimpleEdgeSupport.startEdgeCreate
(BasicVisualizationServer<V, E> vv, V startVertex, Point2D startPoint, EdgeType edgeType) -
Uses of EdgeType in edu.uci.ics.jung.visualization.spatial
Methods in edu.uci.ics.jung.visualization.spatial that return EdgeTypeModifier and TypeMethodDescriptionAggregateGraph.getDefaultEdgeType()
FastRenderingGraph.getDefaultEdgeType()
AggregateGraph.getEdgeType
(E edge) FastRenderingGraph.getEdgeType
(E edge) Methods in edu.uci.ics.jung.visualization.spatial with parameters of type EdgeTypeModifier and TypeMethodDescriptionboolean
AggregateGraph.addEdge
(E edge, Collection<? extends V> vertices, EdgeType edgeType) boolean
boolean
FastRenderingGraph.addEdge
(E edge, Collection<? extends V> vertices, EdgeType edgeType) boolean
int
AggregateGraph.getEdgeCount
(EdgeType edgeType) int
FastRenderingGraph.getEdgeCount
(EdgeType edgeType)