class Ref extends OdbEdge
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ref
- OdbEdge
- Edge
- Element
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Ref(_graph: OdbGraph, _outNode: NodeRef[OdbNode], _inNode: NodeRef[OdbNode])
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bothVertices(): Iterator[Vertex]
- Definition Classes
- Edge
- 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
- OdbEdge → 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 getInBlockOffset(): Int
- Definition Classes
- OdbEdge
- def getOutBlockOffset(): Int
- Definition Classes
- OdbEdge
- def graph(): Graph
- Definition Classes
- OdbEdge → Element
- def hashCode(): Int
- Definition Classes
- OdbEdge → AnyRef → Any
- def id(): AnyRef
- Definition Classes
- OdbEdge → Element
- def inVertex(): Vertex
- Definition Classes
- Edge
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRemoved(): Boolean
- Definition Classes
- OdbEdge
- def keys(): Set[String]
- Definition Classes
- OdbEdge → Element
- def label(): String
- Definition Classes
- OdbEdge → 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 outVertex(): Vertex
- Definition Classes
- Edge
- def properties[V <: AnyRef](arg0: <repeated...>[String]): Iterator[Property[V]]
- Definition Classes
- OdbEdge → Edge → Element
- Annotations
- @transient()
- def property[V <: AnyRef](arg0: String): Property[V]
- Definition Classes
- OdbEdge → Element
- def property[V <: AnyRef](arg0: String, arg1: V): Property[V]
- Definition Classes
- OdbEdge → Element
- def remove(): Unit
- Definition Classes
- OdbEdge → Element
- def setInBlockOffset(arg0: Int): Unit
- Definition Classes
- OdbEdge
- def setOutBlockOffset(arg0: Int): Unit
- Definition Classes
- OdbEdge
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- def vertices(arg0: Direction): Iterator[Vertex]
- Definition Classes
- OdbEdge → Edge
- 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()