Packages

trait StoredNode extends Vertex with Node

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StoredNode
  2. Node
  3. Product
  4. Equals
  5. Vertex
  6. Host
  7. Element
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
    Definition Classes
    Vertex
    Annotations
    @transient()
  2. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  3. abstract def edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    Vertex
    Annotations
    @transient()
  4. abstract def graph(): Graph
    Definition Classes
    Element
  5. abstract def id(): AnyRef
    Definition Classes
    Element
  6. abstract def label(): String
    Definition Classes
    Element
  7. abstract def productArity: Int
    Definition Classes
    Product
  8. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  9. abstract def properties[V](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
    Definition Classes
    Vertex → Element
    Annotations
    @transient()
  10. abstract def property[V](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  11. abstract def remove(): Unit
    Definition Classes
    Element
  12. abstract def valueMap: Map[String, AnyRef]
  13. abstract def vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
    Definition Classes
    Vertex
    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 accept[T](visitor: NodeVisitor[T]): T
    Definition Classes
    Node
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getId: Long
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def keys(): Set[String]
    Definition Classes
    Element
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def productIterator: Iterator[Any]
    Definition Classes
    Product
  19. def productPrefix: String
    Definition Classes
    Product
  20. def property[V](arg0: String, arg1: V, arg2: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  21. def property[V](key: String, value: V): VertexProperty[V]
    Definition Classes
    Vertex → Element
  22. def property[V](key: String): VertexProperty[V]
    Definition Classes
    Vertex → Element
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toMap: Map[String, Any]
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def underlying: Vertex
  27. def value[V](key: String): V
    Definition Classes
    Element
    Annotations
    @throws( ... )
  28. def values[V](arg0: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Node

Inherited from Product

Inherited from Equals

Inherited from Vertex

Inherited from Host

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped