Class VertexProgramHelper

java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramHelper

public final class VertexProgramHelper extends Object
Author:
Marko A. Rodriguez (http://markorodriguez.com)
  • Method Details

    • vertexComputeKeysAsSet

      public static Set<String> vertexComputeKeysAsSet(Set<VertexComputeKey> vertexComputeKeySet)
    • isTransientVertexComputeKey

      public static boolean isTransientVertexComputeKey(String key, Set<VertexComputeKey> vertexComputeKeySet)
    • vertexComputeKeysAsArray

      public static String[] vertexComputeKeysAsArray(Set<VertexComputeKey> vertexComputeKeySet)
    • serialize

      public static void serialize(Object object, org.apache.commons.configuration2.Configuration configuration, String key)
    • deserialize

      public static <T> T deserialize(org.apache.commons.configuration2.Configuration configuration, String key)
    • reverse

      public static <S, E> Traversal.Admin<S,E> reverse(Traversal.Admin<S,E> traversal)
    • legalConfigurationKeyValueArray

      public static void legalConfigurationKeyValueArray(Object... configurationKeyValues) throws IllegalArgumentException
      Throws:
      IllegalArgumentException