Packages

class Member extends VertexRef[MemberDb] with MemberBase with StoredNode with Declaration with AstNode

Linear Supertypes
AstNode, Declaration, StoredNode, MemberBase, HasTypeFullName, HasCode, AstNodeBase, DeclarationBase, HasName, Node, Product, Equals, VertexRef[MemberDb], Vertex, Host, ElementRef[MemberDb], Element, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Member
  2. AstNode
  3. Declaration
  4. StoredNode
  5. MemberBase
  6. HasTypeFullName
  7. HasCode
  8. AstNodeBase
  9. DeclarationBase
  10. HasName
  11. Node
  12. Product
  13. Equals
  14. VertexRef
  15. Vertex
  16. Host
  17. ElementRef
  18. Element
  19. AnyRef
  20. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Member(_id: Long, _graph: TinkerGraph, dbNode: MemberDb)

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 accept[T](visitor: NodeVisitor[T]): T
    Definition Classes
    MemberNode
  5. def addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
    Definition Classes
    VertexRef → Vertex
    Annotations
    @transient()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asStored: StoredNode
    Definition Classes
    MemberBase
  8. def canEqual(that: Any): Boolean
    Definition Classes
    Member → Equals
  9. def clear(): Unit
    Attributes
    protected[org.apache.tinkerpop.gremlin.tinkergraph.structure]
    Definition Classes
    ElementRef
    Annotations
    @throws( classOf[java.io.IOException] )
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def code: String
    Definition Classes
    MemberHasCode
  12. def edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    VertexRef → Vertex
    Annotations
    @transient()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean
    Definition Classes
    ElementRef → AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(): MemberDb
    Definition Classes
    ElementRef
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getId: Long
    Definition Classes
    StoredNode
  19. def graph(): Graph
    Definition Classes
    ElementRef → Element
  20. def hashCode(): Int
    Definition Classes
    ElementRef → AnyRef → Any
  21. def id(): AnyRef
    Definition Classes
    ElementRef → Element
  22. def isCleared(): Boolean
    Definition Classes
    ElementRef
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isRemoved(): Boolean
    Definition Classes
    ElementRef
  25. def isSet(): Boolean
    Definition Classes
    ElementRef
  26. def keys(): Set[String]
    Definition Classes
    Element
  27. def label(): String
    Definition Classes
    Member → Element
  28. def name: String
    Definition Classes
    MemberHasName
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def productArity: Int
    Definition Classes
    Member → Product
  33. def productElement(n: Int): Any
    Definition Classes
    Member → Product
  34. def productIterator: Iterator[Any]
    Definition Classes
    Product
  35. def productPrefix: String
    Definition Classes
    Member → Product
  36. def properties[V](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
    Definition Classes
    VertexRef → Vertex → Element
    Annotations
    @transient()
  37. def property[V](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    VertexRef → Vertex
    Annotations
    @transient()
  38. def property[V](arg0: String, arg1: V, arg2: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  39. def property[V](key: String, value: V): VertexProperty[V]
    Definition Classes
    Vertex → Element
  40. def property[V](key: String): VertexProperty[V]
    Definition Classes
    Vertex → Element
  41. def readFromDisk(vertexId: Long): MemberDb
    Attributes
    protected[org.apache.tinkerpop.gremlin.tinkergraph.structure]
    Definition Classes
    VertexRef → ElementRef
    Annotations
    @throws( classOf[java.io.IOException] )
  42. def remove(): Unit
    Definition Classes
    ElementRef → Element
  43. def setElement(e: MemberDb): Unit
    Definition Classes
    ElementRef
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toMap: Map[String, Any]
    Definition Classes
    StoredNode
  46. def toString(): String
    Definition Classes
    VertexRef → AnyRef → Any
  47. def typeFullName: String
    Definition Classes
    MemberHasTypeFullName
  48. def underlying: Vertex
    Definition Classes
    StoredNode
  49. def value[V](key: String): V
    Definition Classes
    Element
    Annotations
    @throws( ... )
  50. def valueMap: Map[String, AnyRef]
    Definition Classes
    MemberStoredNode
  51. def values[V](arg0: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  52. def vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
    Definition Classes
    VertexRef → Vertex
    Annotations
    @transient()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AstNode

Inherited from Declaration

Inherited from StoredNode

Inherited from MemberBase

Inherited from HasTypeFullName

Inherited from HasCode

Inherited from AstNodeBase

Inherited from DeclarationBase

Inherited from HasName

Inherited from Node

Inherited from Product

Inherited from Equals

Inherited from VertexRef[MemberDb]

Inherited from Vertex

Inherited from Host

Inherited from ElementRef[MemberDb]

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped