Interface WrappedVertex<V>
-
- All Known Implementing Classes:
ComputerGraph.ComputerAdjacentVertex
,ComputerGraph.ComputerVertex
public interface WrappedVertex<V>
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
getBaseVertex()
-
-
-
Method Detail
-
getBaseVertex
V getBaseVertex()
-
-