trait StoredNode extends Vertex with Node
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- StoredNode
- Node
- Product
- Equals
- Vertex
- Host
- Element
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
- Definition Classes
- Vertex
- Annotations
- @transient()
-
abstract
def
canEqual(that: Any): Boolean
- Definition Classes
- Equals
-
abstract
def
edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
- Definition Classes
- Vertex
- Annotations
- @transient()
-
abstract
def
graph(): Graph
- Definition Classes
- Element
-
abstract
def
id(): AnyRef
- Definition Classes
- Element
-
abstract
def
label(): String
- Definition Classes
- Element
-
abstract
def
productArity: Int
- Definition Classes
- Product
-
abstract
def
productElement(n: Int): Any
- Definition Classes
- Product
-
abstract
def
properties[V](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
- Definition Classes
- Vertex → Element
- Annotations
- @transient()
-
abstract
def
property[V](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
- Definition Classes
- Vertex
- Annotations
- @transient()
-
abstract
def
remove(): Unit
- Definition Classes
- Element
- abstract def valueMap: Map[String, AnyRef]
-
abstract
def
vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
- Definition Classes
- Vertex
- 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
accept[T](visitor: NodeVisitor[T]): T
- Definition Classes
- Node
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
keys(): Set[String]
- Definition Classes
- 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()
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
-
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
property[V](key: String): VertexProperty[V]
- Definition Classes
- Vertex → Element
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toMap: Map[String, Any]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def underlying: Vertex
-
def
value[V](key: String): V
- Definition Classes
- Element
- Annotations
- @throws( ... )
-
def
values[V](arg0: <repeated...>[String]): Iterator[V]
- Definition Classes
- Element
- 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( ... )