Modifier and Type | Interface and Description |
---|---|
interface |
EdgeDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of an edge directed and unvaluated in graphs.
|
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.
|
interface |
EdgesUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdgeReal extends EdgeUnvaluated<TypeVertex>>
Interface of unvaluated edge collections.
|
interface |
EdgeUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of an edge undirected and unvaluated in graphs.
|
interface |
EdgeUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of an edge unvaluated in graphs.
|
interface |
GraphDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of directed and unvaluated graphs.
|
interface |
GraphMultiUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of multi unvaluated graphs.
|
interface |
GraphSimpleUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of simple unvaluated graphs.
|
interface |
GraphUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of undirected and unvaluated graphs.
|
interface |
GraphUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of unvaluated graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphMultiDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Directed and unvaluated multi graphs.
|
class |
GraphMultiUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Undirected and unvaluated multi graphs.
|
class |
GraphSimpleDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Directed and unvaluated simple graphs.
|
class |
GraphSimpleUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Undirected and unvaluated simple graphs.
|
class |
GraphVIZMultiDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Directed and unvaluated multi VIZ compatible graphs.
|
class |
GraphVIZMultiUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Undirected and unvaluated multi VIZ compatible graphs.
|
class |
GraphVIZSimpleDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Directed and unvaluated simple VIZ compatible graphs.
|
class |
GraphVIZSimpleUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Undirected and unvaluated simple VIZ compatible graphs.
|