T - the type for which attributes are provided forComponentAttributeProvider instead.@Deprecated
public interface ComponentAttributeProvider<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getComponentAttributes(T component)
Deprecated.
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 obtainedCopyright © 2017. All Rights Reserved.