Class SugarLoader.VertexCategory

java.lang.Object
org.apache.tinkerpop.gremlin.groovy.loaders.SugarLoader.VertexCategory
All Implemented Interfaces:
groovy.lang.GroovyObject
Enclosing class:
SugarLoader

public static class SugarLoader.VertexCategory extends Object implements groovy.lang.GroovyObject
  • Constructor Details

    • VertexCategory

      public VertexCategory()
  • Method Details

    • getMetaClass

      public groovy.lang.MetaClass getMetaClass()
      Specified by:
      getMetaClass in interface groovy.lang.GroovyObject
    • setMetaClass

      public void setMetaClass(groovy.lang.MetaClass mc)
      Specified by:
      setMetaClass in interface groovy.lang.GroovyObject
    • get

      public static final Object get(Vertex vertex, String key)
    • set

      public static final Object set(Vertex vertex, String key, Object value)
    • putAt

      public static final Object putAt(Vertex vertex, String key, Object value)
    • toString

      public String toString()
      Overrides:
      toString in class Object