TypeVertex
- The type of values stored in the vertices. Must be a Comparable type.public interface Edge<TypeVertex extends java.lang.Comparable<TypeVertex>> extends BubuntuGraph, Important
Modifier and Type | Method and Description |
---|---|
Vertex<TypeVertex> |
getHead()
Get the head of the edge.
|
Vertex<TypeVertex> |
getTail()
Get the tail of the edge.
|
isImportant, setImportant
Vertex<TypeVertex> getHead()
Vertex<TypeVertex> getTail()