public interface ComponentAttributeProvider<T>
| Modifier and Type | Method and Description | 
|---|---|
Map<String,String> | 
getComponentAttributes(T component)
Returns a set of attribute key/value pairs for a vertex or edge. 
 | 
Map<String,String> getComponentAttributes(T component)
component - vertex or edge for which attributes are to be obtainedCopyright © 2016. All rights reserved.