Interface GraphDefiner<V,R>
- All Known Implementing Classes:
PersistentClassGraphDefiner
public interface GraphDefiner<V,R>
Defines a graph, where each vertex has a representation, which identifies uniquely a value.
Representations are comparable, values - not.
-
Method Summary
-
Method Details
-
getRepresentation
-
getValue
-
getNeighbours
-
getValues
-