T
- the component typepublic class EmptyComponentAttributeProvider<T> extends Object implements ComponentAttributeProvider<T>
Constructor and Description |
---|
EmptyComponentAttributeProvider() |
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.
|
public Map<String,Attribute> getComponentAttributes(T component)
ComponentAttributeProvider
getComponentAttributes
in interface ComponentAttributeProvider<T>
component
- vertex or edge for which attributes are to be obtainedCopyright © 2019. All rights reserved.