Packages

class MethodInst extends SpecializedTinkerVertex[Long] with StoredNode with HasEvalType with HasName with HasFullName with HasSignature with Product with MethodInstBase

Linear Supertypes
MethodInstBase, Product, Equals, HasSignature, HasFullName, HasName, HasEvalType, StoredNode, Node, SpecializedTinkerVertex[Long], TinkerVertex, Vertex, Host, TinkerElement, Element, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodInst
  2. MethodInstBase
  3. Product
  4. Equals
  5. HasSignature
  6. HasFullName
  7. HasName
  8. HasEvalType
  9. StoredNode
  10. Node
  11. SpecializedTinkerVertex
  12. TinkerVertex
  13. Vertex
  14. Host
  15. TinkerElement
  16. Element
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MethodInst(_id: Long, _graph: TinkerGraph, name: String, fullName: String, signature: 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
    MethodInst → SpecializedTinkerVertex
  6. def addSpecializedOutEdge(edge: Edge): Unit
    Attributes
    protected
    Definition Classes
    MethodInst → SpecializedTinkerVertex
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asStored: StoredNode
    Definition Classes
    MethodInstBase
  9. def canEqual(that: Any): Boolean
    Definition Classes
    MethodInst → 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. def evalType: Type
    Definition Classes
    HasEvalType
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. var fullName: String
    Definition Classes
    MethodInstMethodInstBaseHasFullName
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getId: Long
    Definition Classes
    MethodInstStoredNode
  19. def graph(): Graph
    Definition Classes
    TinkerVertex → Element
  20. def hashCode(): Int
    Definition Classes
    TinkerElement → AnyRef → Any
  21. def id(): AnyRef
    Definition Classes
    TinkerElement → Element
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def keys(): Set[String]
    Definition Classes
    SpecializedTinkerVertex → TinkerVertex → Element
  24. def label(): String
    Definition Classes
    TinkerElement → Element
  25. var name: String
    Definition Classes
    MethodInstMethodInstBaseHasName
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val productArity: Int
    Definition Classes
    MethodInst → Product
  30. def productElement(n: Int): Any
    Definition Classes
    MethodInst → Product
  31. def productIterator: Iterator[Any]
    Definition Classes
    Product
  32. val productPrefix: String
    Definition Classes
    MethodInst → Product
  33. def properties[V](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
    Definition Classes
    SpecializedTinkerVertex → TinkerVertex → Vertex → Element
    Annotations
    @transient()
  34. def property[V](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    SpecializedTinkerVertex → TinkerVertex → Vertex
    Annotations
    @transient()
  35. def property[V](key: String): VertexProperty[V]
    Definition Classes
    SpecializedTinkerVertex → TinkerVertex → Vertex → Element
  36. def property[V](arg0: String, arg1: V, arg2: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  37. def property[V](key: String, value: V): VertexProperty[V]
    Definition Classes
    Vertex → Element
  38. def remove(): Unit
    Definition Classes
    TinkerVertex → Element
  39. def removeInEdge(edge: Edge): Unit
    Definition Classes
    SpecializedTinkerVertex
  40. def removeOutEdge(edge: Edge): Unit
    Definition Classes
    SpecializedTinkerVertex
  41. def removeSpecificInEdge(edge: Edge): Unit
    Attributes
    protected
    Definition Classes
    MethodInst → SpecializedTinkerVertex
  42. def removeSpecificOutEdge(edge: Edge): Unit
    Attributes
    protected
    Definition Classes
    MethodInst → SpecializedTinkerVertex
  43. var signature: String
    Definition Classes
    MethodInstMethodInstBaseHasSignature
  44. def specificEdges(direction: Direction, labels: String*): Iterator[Edge]
    Attributes
    protected
  45. def specificProperty[A](key: String): VertexProperty[A]
    Attributes
    protected
    Definition Classes
    MethodInst → SpecializedTinkerVertex
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toMap: Map[String, Any]
    Definition Classes
    MethodInstStoredNode
  48. def toString(): String
    Definition Classes
    TinkerVertex → AnyRef → Any
  49. def updateSpecificProperty[A](key: String, value: A): VertexProperty[A]
    Attributes
    protected
    Definition Classes
    MethodInst → SpecializedTinkerVertex
  50. def value[V](key: String): V
    Definition Classes
    Element
    Annotations
    @throws( ... )
  51. def valueOption[A](key: Key[A]): Option[A]
    Definition Classes
    StoredNode
  52. def values[V](arg0: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  53. def vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
    Definition Classes
    SpecializedTinkerVertex → TinkerVertex → Vertex
    Annotations
    @transient()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from MethodInstBase

Inherited from Product

Inherited from Equals

Inherited from HasSignature

Inherited from HasFullName

Inherited from HasName

Inherited from HasEvalType

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