public interface GraphDefiner<V,R>
Modifier and Type | Method and Description |
---|---|
List<V> |
getNeighbours(V v) |
R |
getRepresentation(V v) |
V |
getValue(R r) |
List<V> |
getValues() |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved