Modifier and Type | Interface and Description |
---|---|
interface |
EdgesDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of directed and unvaluated edge collections.
|
interface |
EdgesMultiDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of directed and unvaluated edge collections for multi graphs.
|
interface |
EdgesMultiUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of undirected and unvaluated edge collections for multi graphs.
|
interface |
EdgesMultiUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdgeReal extends EdgeUnvaluated<TypeVertex>>
Interface of unvaluated edge collections for multi graphs.
|
interface |
EdgesSimpleDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of directed and unvaluated edge set for simple graphs.
|
interface |
EdgesSimpleUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of undirected and unvaluated edge set for simple graphs.
|
interface |
EdgesSimpleUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdgeReal extends EdgeUnvaluated<TypeVertex>>
Interface of unvaluated edge set for simple graphs.
|
interface |
EdgesUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of undirected and unvaluated edge collections for multi graphs.
|
Modifier and Type | Method and Description |
---|---|
EdgesUnvaluated<TypeVertex,? extends EdgeUnvaluated<TypeVertex>> |
GraphUnvaluated.getEdges() |