| Package | Description |
|---|---|
| org.neolumin.vertexium | |
| org.neolumin.vertexium.mutation |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeBuilder |
class |
EdgeBuilderBase |
class |
EdgeBuilderByVertexId |
class |
ElementBuilder<T extends Element> |
class |
VertexBuilder |
| Modifier and Type | Method and Description |
|---|---|
ElementMutation<T> |
ElementBuilder.setIndexHint(IndexHint indexHint) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdgeMutation |
interface |
ExistingElementMutation<T extends Element> |
| Modifier and Type | Class and Description |
|---|---|
class |
ExistingEdgeMutation |
class |
ExistingElementMutationImpl<T extends Element> |
| Modifier and Type | Method and Description |
|---|---|
ElementMutation<T> |
ExistingElementMutationImpl.addPropertyValue(String key,
String name,
Object value,
Metadata metadata,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.addPropertyValue(String key,
String name,
Object value,
Metadata metadata,
Visibility visibility)
Adds or updates a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.addPropertyValue(String key,
String name,
Object value,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.addPropertyValue(String key,
String name,
Object value,
Visibility visibility)
Adds or updates a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.removeProperty(Property property) |
ElementMutation<T> |
ElementMutation.removeProperty(Property property)
Removes a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.removeProperty(String key,
String name,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.removeProperty(String key,
String name,
Visibility visibility)
Removes a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.removeProperty(String name,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.removeProperty(String name,
Visibility visibility)
Removes the default property with that name.
|
ElementMutation<T> |
ExistingElementMutationImpl.setIndexHint(IndexHint indexHint) |
ElementMutation<T> |
ElementMutation.setIndexHint(IndexHint indexHint)
Sets the index hint of this element.
|
ElementMutation<T> |
ExistingElementMutationImpl.setProperty(String name,
Object value,
Metadata metadata,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.setProperty(String name,
Object value,
Metadata metadata,
Visibility visibility)
Sets or updates a property value.
|
ElementMutation<T> |
ExistingElementMutationImpl.setProperty(String name,
Object value,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.setProperty(String name,
Object value,
Visibility visibility)
Sets or updates a property value.
|
Copyright © 2014–2015. All rights reserved.