trait WithinMethod extends StoredNode with WithinMethodBase
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- WithinMethod
- WithinMethodBase
- StoredNode
- Node
- Product
- Equals
- Vertex
- Host
- Element
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def addEdge(label: String, inVertex: Vertex, keyValues: <repeated...>[AnyRef]): Edge
- Definition Classes
- Vertex
- Annotations
- @transient()
- abstract def canEqual(that: Any): Boolean
- Definition Classes
- Equals
- abstract def edges(direction: Direction, edgeLabels: <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 <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[VertexProperty[V]]
- Definition Classes
- Vertex → Element
- Annotations
- @transient()
- abstract def property[V <: AnyRef](cardinality: Cardinality, key: String, value: V, keyValues: <repeated...>[AnyRef]): VertexProperty[V]
- Definition Classes
- Vertex
- Annotations
- @transient()
- abstract def remove(): Unit
- Definition Classes
- Element
- abstract def valueMap: Map[String, AnyRef]
- Definition Classes
- StoredNode
- abstract def vertices(direction: Direction, edgeLabels: <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
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): 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[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getId: Long
- Definition Classes
- StoredNode
- 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 productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Product
- def property[V <: AnyRef](key: String, value: V, keyValues: <repeated...>[AnyRef]): VertexProperty[V]
- Definition Classes
- Vertex
- Annotations
- @transient()
- def property[V <: AnyRef](key: String, value: V): VertexProperty[V]
- Definition Classes
- Vertex → Element
- def property[V <: AnyRef](key: String): VertexProperty[V]
- Definition Classes
- Vertex → Element
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toMap: Map[String, Any]
- Definition Classes
- StoredNode
- def toString(): String
- Definition Classes
- AnyRef → Any
- def underlying: Vertex
- Definition Classes
- StoredNode
- def value[V <: AnyRef](key: String): V
- Definition Classes
- Element
- Annotations
- @throws(classOf[java.util.NoSuchElementException])
- def values[V <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[V]
- Definition Classes
- Element
- Annotations
- @transient()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()