class AttachedData extends OdbEdge
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AttachedData
- OdbEdge
- OdbElement
- Edge
- Element
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AttachedData(_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 bothNodes(): Iterator[NodeRef[_ <: OdbNode]]
- Definition Classes
- OdbEdge
- 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 graph2(): OdbGraph
- Definition Classes
- OdbEdge → OdbElement
- def hashCode(): Int
- Definition Classes
- OdbEdge → AnyRef → Any
- def id(): AnyRef
- Definition Classes
- OdbEdge → Element
- def inNode(): NodeRef[_ <: OdbNode]
- Definition Classes
- OdbEdge
- 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 → OdbElement → 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 outNode(): NodeRef[_ <: OdbNode]
- Definition Classes
- OdbEdge
- 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 property2[P <: AnyRef](arg0: String): P
- Definition Classes
- OdbEdge → OdbElement
- def propertyMap(): Map[String, AnyRef]
- Definition Classes
- OdbEdge → OdbElement
- def remove(): Unit
- Definition Classes
- OdbEdge → OdbElement → Element
- def setInBlockOffset(arg0: Int): Unit
- Definition Classes
- OdbEdge
- def setOutBlockOffset(arg0: Int): Unit
- Definition Classes
- OdbEdge
- def setProperty[P <: AnyRef](arg0: String, arg1: P): Unit
- Definition Classes
- OdbEdge → OdbElement
- 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()