Modifier and Type | Interface and Description |
---|---|
interface |
GraphSimpleDirected<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of simple directed graphs.
|
interface |
GraphSimpleUndirected<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of simple undirected graphs.
|
interface |
GraphSimpleUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of simple unvaluated graphs.
|
interface |
GraphSimpleValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>>
Interface of simple valuated graphs.
|
interface |
GraphVIZSimple<TypeVertex extends java.lang.Comparable<TypeVertex>>
Interface of simple VIZ compatible graphs.
|
interface |
GraphVIZSimpleValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>>
Interface of valuated simple VIZ compatible graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphSimpleDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Directed and unvaluated simple graphs.
|
class |
GraphSimpleDirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>>
Directed and valuated simple 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 |
GraphVIZSimpleDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
Directed and unvaluated simple VIZ compatible graphs.
|
class |
GraphVIZSimpleDirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>>
Directed and valuated simple 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.
|