public interface GraphDefiner<V,R>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<V> |
getNeighbours(V v) |
R |
getRepresentation(V v) |
V |
getValue(R r) |
java.util.List<V> |
getValues() |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.