edu.uci.ics.jung.graph
Interface Hypergraph
- All Superinterfaces:
- ArchetypeGraph, UserDataContainer
- All Known Implementing Classes:
- HypergraphBPG
- public interface Hypergraph
- extends ArchetypeGraph
A Hypergraph consists of hypervertices and hyperedges.
Hyperedges connect arbitrary numbers of hypervertices
together.
- Author:
- danyelf
Methods inherited from interface edu.uci.ics.jung.graph.ArchetypeGraph |
addListener, copy, getEdgeConstraints, getEdges, getVertexConstraints, getVertices, newInstance, numEdges, numVertices, removeAllEdges, removeAllVertices, removeEdges, removeListener, removeVertices |
addVertex
public Hypervertex addVertex(Hypervertex hypervertex)
- Parameters:
hypervertex
-
addEdge
public Hyperedge addEdge(Hyperedge hyperedge)
- Parameters:
hyperedge
-