V
- is the actual implementing class for the vertices to be used.E
- is the actual implementation for the edges.Transition<S,T>
TreeLink
public interface Edge<V extends Vertex<V,E>,E extends Edge<V,E>>
Pair
of
vertices is of importance or not.Modifier and Type | Method | Description |
---|---|---|
Pair<V> |
getVertices() |
This method returns the vertices which are connected by this edge.
|
Copyright © 2014–2018 PureSol Technologies. All rights reserved.