| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttribute<T>
Default implementation of an attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
DefaultAttribute.createAttribute(java.lang.Boolean value)
Create a boolean attribute
|
static Attribute |
DefaultAttribute.createAttribute(java.lang.Double value)
Create a double attribute
|
static Attribute |
DefaultAttribute.createAttribute(java.lang.Float value)
Create a float attribute
|
static Attribute |
DefaultAttribute.createAttribute(java.lang.Integer value)
Create an integer attribute
|
static Attribute |
DefaultAttribute.createAttribute(java.lang.Long value)
Create a long attribute
|
static Attribute |
DefaultAttribute.createAttribute(java.lang.String value)
Create a string attribute
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Attribute> |
ComponentAttributeProvider.getComponentAttributes(T component)
Returns a set of attribute key/value pairs for a vertex or edge.
|
| Modifier and Type | Method and Description |
|---|---|
E |
EdgeProvider.buildEdge(V from,
V to,
java.lang.String label,
java.util.Map<java.lang.String,Attribute> attributes)
Construct an edge.
|
V |
VertexProvider.buildVertex(java.lang.String id,
java.util.Map<java.lang.String,Attribute> attributes)
Create a vertex
|
void |
ComponentUpdater.update(T component,
java.util.Map<java.lang.String,Attribute> attributes)
Update component with the extra attributes.
|
Copyright © 2018. All Rights Reserved.