public static interface GraphComputer.Features
| Modifier and Type | Method and Description |
|---|---|
default boolean |
supportsEdgeAddition() |
default boolean |
supportsEdgePropertyAddition() |
default boolean |
supportsEdgePropertyRemoval() |
default boolean |
supportsEdgeRemoval() |
default boolean |
supportsGlobalMessageScopes() |
default boolean |
supportsIsolation(GraphComputer.Isolation isolation) |
default boolean |
supportsLocalMessageScopes() |
default boolean |
supportsVertexAddition() |
default boolean |
supportsVertexPropertyAddition() |
default boolean |
supportsVertexPropertyRemoval() |
default boolean |
supportsVertexRemoval() |
default boolean |
supportsWorkerPersistenceBetweenIterations() |
default boolean supportsWorkerPersistenceBetweenIterations()
default boolean supportsGlobalMessageScopes()
default boolean supportsLocalMessageScopes()
default boolean supportsVertexAddition()
default boolean supportsVertexRemoval()
default boolean supportsVertexPropertyAddition()
default boolean supportsVertexPropertyRemoval()
default boolean supportsEdgeAddition()
default boolean supportsEdgeRemoval()
default boolean supportsEdgePropertyAddition()
default boolean supportsEdgePropertyRemoval()
default boolean supportsIsolation(GraphComputer.Isolation isolation)
Copyright © 2013-2015 TinkerPop. All Rights Reserved.