class ClosureBinding extends SpecializedTinkerVertex[Long] with StoredNode with HasEvaluationStrategy with Product with ClosureBindingBase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClosureBinding
- ClosureBindingBase
- Product
- Equals
- HasEvaluationStrategy
- StoredNode
- Node
- SpecializedTinkerVertex
- TinkerVertex
- Vertex
- Host
- TinkerElement
- Element
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ClosureBinding(_id: Long, _graph: TinkerGraph, evaluationStrategy: String)
Abstract Value Members
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
- Definition Classes
- SpecializedTinkerVertex → TinkerVertex → Vertex
- Annotations
- @transient()
-
def
addSpecializedInEdge(edge: Edge): Unit
- Attributes
- protected
- Definition Classes
- ClosureBinding → SpecializedTinkerVertex
-
def
addSpecializedOutEdge(edge: Edge): Unit
- Attributes
- protected
- Definition Classes
- ClosureBinding → SpecializedTinkerVertex
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asStored: StoredNode
- Definition Classes
- ClosureBindingBase
-
def
canEqual(that: Any): Boolean
- Definition Classes
- ClosureBinding → Equals
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
- Definition Classes
- SpecializedTinkerVertex → TinkerVertex → Vertex
- Annotations
- @transient()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(object: Any): Boolean
- Definition Classes
- TinkerElement → AnyRef → Any
-
var
evaluationStrategy: String
- Definition Classes
- ClosureBinding → ClosureBindingBase → HasEvaluationStrategy
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getId: Long
- Definition Classes
- ClosureBinding → StoredNode
-
def
graph(): Graph
- Definition Classes
- TinkerVertex → Element
-
def
hashCode(): Int
- Definition Classes
- TinkerElement → AnyRef → Any
-
def
id(): AnyRef
- Definition Classes
- TinkerElement → Element
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
keys(): Set[String]
- Definition Classes
- SpecializedTinkerVertex → TinkerVertex → Element
-
def
label(): String
- Definition Classes
- TinkerElement → Element
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
productArity: Int
- Definition Classes
- ClosureBinding → Product
-
def
productElement(n: Int): Any
- Definition Classes
- ClosureBinding → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
val
productPrefix: String
- Definition Classes
- ClosureBinding → Product
-
def
properties[V](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
- Definition Classes
- SpecializedTinkerVertex → TinkerVertex → Vertex → Element
- Annotations
- @transient()
-
def
property[V](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
- Definition Classes
- SpecializedTinkerVertex → TinkerVertex → Vertex
- Annotations
- @transient()
-
def
property[V](key: String): VertexProperty[V]
- Definition Classes
- SpecializedTinkerVertex → TinkerVertex → Vertex → Element
-
def
property[V](arg0: String, arg1: V, arg2: <repeated...>[AnyRef]): VertexProperty[V]
- Definition Classes
- Vertex
- Annotations
- @transient()
-
def
property[V](key: String, value: V): VertexProperty[V]
- Definition Classes
- Vertex → Element
-
def
remove(): Unit
- Definition Classes
- TinkerVertex → Element
-
def
removeInEdge(edge: Edge): Unit
- Definition Classes
- SpecializedTinkerVertex
-
def
removeOutEdge(edge: Edge): Unit
- Definition Classes
- SpecializedTinkerVertex
-
def
removeSpecificInEdge(edge: Edge): Unit
- Attributes
- protected
- Definition Classes
- ClosureBinding → SpecializedTinkerVertex
-
def
removeSpecificOutEdge(edge: Edge): Unit
- Attributes
- protected
- Definition Classes
- ClosureBinding → SpecializedTinkerVertex
-
def
specificEdges(direction: Direction, labels: String*): Iterator[Edge]
- Attributes
- protected
-
def
specificProperty[A](key: String): VertexProperty[A]
- Attributes
- protected
- Definition Classes
- ClosureBinding → SpecializedTinkerVertex
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toMap: Map[String, Any]
- Definition Classes
- ClosureBinding → StoredNode
-
def
toString(): String
- Definition Classes
- TinkerVertex → AnyRef → Any
-
def
updateSpecificProperty[A](key: String, value: A): VertexProperty[A]
- Attributes
- protected
- Definition Classes
- ClosureBinding → SpecializedTinkerVertex
-
def
value[V](key: String): V
- Definition Classes
- Element
- Annotations
- @throws( ... )
-
def
valueOption[A](key: Key[A]): Option[A]
- Definition Classes
- StoredNode
-
def
values[V](arg0: <repeated...>[String]): Iterator[V]
- Definition Classes
- Element
- Annotations
- @transient()
-
def
vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
- Definition Classes
- SpecializedTinkerVertex → TinkerVertex → Vertex
- Annotations
- @transient()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )