public interface DirectedGraphWithEdgeValues<N,V> extends DirectedGraph<N,V>
| Modifier and Type | Method and Description |
|---|---|
void |
getEdgeValues(N from,
N to,
Collection<V> values) |
getNodeValuesvoid getEdgeValues(N from, N to, Collection<V> values)
Copyright © 2013. All rights reserved