Modifier and Type | Interface and Description |
---|---|
interface |
GraphMultiUndirected<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of multi undirected graphs.
|
interface |
GraphSimpleUndirected<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of simple undirected graphs.
|
interface |
GraphUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of undirected and unvaluated graphs.
|
interface |
GraphUndirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>>
Interface of undirected and valuated graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphMultiUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Undirected and unvaluated multi graphs.
|
class |
GraphMultiUndirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>>
Undirected and valuated multi graphs.
|
class |
GraphSimpleUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Undirected and unvaluated simple graphs.
|
class |
GraphSimpleUndirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>>
Undirected and valuated simple graphs.
|
class |
GraphVIZMultiUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Undirected and unvaluated multi VIZ compatible graphs.
|
class |
GraphVIZMultiUndirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>>
Undirected and valuated multi VIZ compatible graphs.
|
class |
GraphVIZSimpleUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Undirected and unvaluated simple VIZ compatible graphs.
|
class |
GraphVIZSimpleUndirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>>
Undirected and valuated simple VIZ compatible graphs.
|