Packages

class ClosureBinding extends SpecializedTinkerVertex[Long] with StoredNode with HasEvaluationStrategy with Product with ClosureBindingBase

Linear Supertypes
ClosureBindingBase, Product, Equals, HasEvaluationStrategy, StoredNode, Node, SpecializedTinkerVertex[Long], TinkerVertex, Vertex, Host, TinkerElement, Element, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClosureBinding
  2. ClosureBindingBase
  3. Product
  4. Equals
  5. HasEvaluationStrategy
  6. StoredNode
  7. Node
  8. SpecializedTinkerVertex
  9. TinkerVertex
  10. Vertex
  11. Host
  12. TinkerElement
  13. Element
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClosureBinding(_id: Long, _graph: TinkerGraph, evaluationStrategy: String)

Abstract Value Members

  1. abstract def specificEdges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
    Attributes
    protected[org.apache.tinkerpop.gremlin.tinkergraph.structure]
    Definition Classes
    SpecializedTinkerVertex
    Annotations
    @transient()

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
    Definition Classes
    SpecializedTinkerVertex → TinkerVertex → Vertex
    Annotations
    @transient()
  5. def addSpecializedInEdge(edge: Edge): Unit
    Attributes
    protected
    Definition Classes
    ClosureBinding → SpecializedTinkerVertex
  6. def addSpecializedOutEdge(edge: Edge): Unit
    Attributes
    protected
    Definition Classes
    ClosureBinding → SpecializedTinkerVertex
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asStored: StoredNode
    Definition Classes
    ClosureBindingBase
  9. def canEqual(that: Any): Boolean
    Definition Classes
    ClosureBinding → Equals
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    SpecializedTinkerVertex → TinkerVertex → Vertex
    Annotations
    @transient()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(object: Any): Boolean
    Definition Classes
    TinkerElement → AnyRef → Any
  14. var evaluationStrategy: String
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getId: Long
    Definition Classes
    ClosureBindingStoredNode
  18. def graph(): Graph
    Definition Classes
    TinkerVertex → Element
  19. def hashCode(): Int
    Definition Classes
    TinkerElement → AnyRef → Any
  20. def id(): AnyRef
    Definition Classes
    TinkerElement → Element
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def keys(): Set[String]
    Definition Classes
    SpecializedTinkerVertex → TinkerVertex → Element
  23. def label(): String
    Definition Classes
    TinkerElement → Element
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val productArity: Int
    Definition Classes
    ClosureBinding → Product
  28. def productElement(n: Int): Any
    Definition Classes
    ClosureBinding → Product
  29. def productIterator: Iterator[Any]
    Definition Classes
    Product
  30. val productPrefix: String
    Definition Classes
    ClosureBinding → Product
  31. def properties[V](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
    Definition Classes
    SpecializedTinkerVertex → TinkerVertex → Vertex → Element
    Annotations
    @transient()
  32. def property[V](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    SpecializedTinkerVertex → TinkerVertex → Vertex
    Annotations
    @transient()
  33. def property[V](key: String): VertexProperty[V]
    Definition Classes
    SpecializedTinkerVertex → TinkerVertex → Vertex → Element
  34. def property[V](arg0: String, arg1: V, arg2: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  35. def property[V](key: String, value: V): VertexProperty[V]
    Definition Classes
    Vertex → Element
  36. def remove(): Unit
    Definition Classes
    TinkerVertex → Element
  37. def removeInEdge(edge: Edge): Unit
    Definition Classes
    SpecializedTinkerVertex
  38. def removeOutEdge(edge: Edge): Unit
    Definition Classes
    SpecializedTinkerVertex
  39. def removeSpecificInEdge(edge: Edge): Unit
    Attributes
    protected
    Definition Classes
    ClosureBinding → SpecializedTinkerVertex
  40. def removeSpecificOutEdge(edge: Edge): Unit
    Attributes
    protected
    Definition Classes
    ClosureBinding → SpecializedTinkerVertex
  41. def specificEdges(direction: Direction, labels: String*): Iterator[Edge]
    Attributes
    protected
  42. def specificProperty[A](key: String): VertexProperty[A]
    Attributes
    protected
    Definition Classes
    ClosureBinding → SpecializedTinkerVertex
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toMap: Map[String, Any]
    Definition Classes
    ClosureBindingStoredNode
  45. def toString(): String
    Definition Classes
    TinkerVertex → AnyRef → Any
  46. def updateSpecificProperty[A](key: String, value: A): VertexProperty[A]
    Attributes
    protected
    Definition Classes
    ClosureBinding → SpecializedTinkerVertex
  47. def value[V](key: String): V
    Definition Classes
    Element
    Annotations
    @throws( ... )
  48. def valueOption[A](key: Key[A]): Option[A]
    Definition Classes
    StoredNode
  49. def values[V](arg0: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  50. def vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
    Definition Classes
    SpecializedTinkerVertex → TinkerVertex → Vertex
    Annotations
    @transient()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ClosureBindingBase

Inherited from Product

Inherited from Equals

Inherited from HasEvaluationStrategy

Inherited from StoredNode

Inherited from Node

Inherited from SpecializedTinkerVertex[Long]

Inherited from TinkerVertex

Inherited from Vertex

Inherited from Host

Inherited from TinkerElement

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped