org.jgrapht.ext
public interface ComponentAttributeProvider<T>
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getComponentAttributes(T component)
Returns a set of attribute key/value pairs for a vertex or edge.
|
java.util.Map<java.lang.String,java.lang.String> getComponentAttributes(T component)
component
- vertex or edge for which attributes are to be obtained