Class VertexProgramHelper
java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramHelper
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tdeserialize(org.apache.commons.configuration2.Configuration configuration, String key) static booleanisTransientVertexComputeKey(String key, Set<VertexComputeKey> vertexComputeKeySet) static voidlegalConfigurationKeyValueArray(Object... configurationKeyValues) static <S,E> Traversal.Admin<S, E> reverse(Traversal.Admin<S, E> traversal) static voidstatic String[]vertexComputeKeysAsArray(Set<VertexComputeKey> vertexComputeKeySet) vertexComputeKeysAsSet(Set<VertexComputeKey> vertexComputeKeySet)
-
Method Details
-
vertexComputeKeysAsSet
-
isTransientVertexComputeKey
public static boolean isTransientVertexComputeKey(String key, Set<VertexComputeKey> vertexComputeKeySet) -
vertexComputeKeysAsArray
-
serialize
-
deserialize
public static <T> T deserialize(org.apache.commons.configuration2.Configuration configuration, String key) -
reverse
-
legalConfigurationKeyValueArray
public static void legalConfigurationKeyValueArray(Object... configurationKeyValues) throws IllegalArgumentException - Throws:
IllegalArgumentException
-