forked from jgrapht/jgrapht
-
Notifications
You must be signed in to change notification settings - Fork 5
Interval Graph
PhoenixIra edited this page Apr 17, 2018
·
2 revisions
The interval graph class extends the graph class to an interval graph. Since the edges of an interval graph are depending on the intervals of the vertices, changing the edges should not be allowed.
- addVertex
- containsVertex
- degreeOf
- edgeSet
- edgesOf
- getType
- getAllEdges
- getEdge
- getEdgeSource
- getEdgeTarget
- getEdgeWeight
- containsEdge
- incomingEdgesOf
- inDegreeOf
- outDegreeOf
- outgoingEdgesOf
- removeAllVertices
- removeVertex
- vertexSet
- addEdge
- removeAllEdges
- removeEdge
- setEdgeWeight
- getEdgeFactory