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