class ContainsNode extends OdbEdge

Linear Supertypes
OdbEdge, OdbElement, Edge, Element, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContainsNode
  2. OdbEdge
  3. OdbElement
  4. Edge
  5. Element
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ContainsNode(_graph: OdbGraph, _outNode: NodeRef[OdbNode], _inNode: NodeRef[OdbNode])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bothNodes(): Iterator[NodeRef[_ <: OdbNode]]
    Definition Classes
    OdbEdge
  6. def bothVertices(): Iterator[Vertex]
    Definition Classes
    Edge
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    OdbEdge → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getInBlockOffset(): Int
    Definition Classes
    OdbEdge
  13. def getOutBlockOffset(): Int
    Definition Classes
    OdbEdge
  14. def graph(): Graph
    Definition Classes
    OdbEdge → Element
  15. def graph2(): OdbGraph
    Definition Classes
    OdbEdge → OdbElement
  16. def hashCode(): Int
    Definition Classes
    OdbEdge → AnyRef → Any
  17. def id(): AnyRef
    Definition Classes
    OdbEdge → Element
  18. def inNode(): NodeRef[_ <: OdbNode]
    Definition Classes
    OdbEdge
  19. def inVertex(): Vertex
    Definition Classes
    Edge
  20. def index(): Option[Integer]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isRemoved(): Boolean
    Definition Classes
    OdbEdge
  23. def keys(): Set[String]
    Definition Classes
    OdbEdge → Element
  24. def label(): String
    Definition Classes
    OdbEdge → OdbElement → Element
  25. def localName(): Option[String]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def outNode(): NodeRef[_ <: OdbNode]
    Definition Classes
    OdbEdge
  30. def outVertex(): Vertex
    Definition Classes
    Edge
  31. def properties[V <: AnyRef](arg0: <repeated...>[String]): Iterator[Property[V]]
    Definition Classes
    OdbEdge → Edge → Element
    Annotations
    @transient()
  32. def property[V <: AnyRef](arg0: String): Property[V]
    Definition Classes
    OdbEdge → Element
  33. def property[V <: AnyRef](arg0: String, arg1: V): Property[V]
    Definition Classes
    OdbEdge → Element
  34. def property2[P <: AnyRef](arg0: String): P
    Definition Classes
    OdbEdge → OdbElement
  35. def propertyMap(): Map[String, AnyRef]
    Definition Classes
    OdbEdge → OdbElement
  36. def remove(): Unit
    Definition Classes
    OdbEdge → OdbElement → Element
  37. def setInBlockOffset(arg0: Int): Unit
    Definition Classes
    OdbEdge
  38. def setOutBlockOffset(arg0: Int): Unit
    Definition Classes
    OdbEdge
  39. def setProperty[P <: AnyRef](arg0: String, arg1: P): Unit
    Definition Classes
    OdbEdge → OdbElement
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def value[V <: AnyRef](key: String): V
    Definition Classes
    Element
    Annotations
    @throws(classOf[java.util.NoSuchElementException])
  43. def values[V <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  44. def vertices(arg0: Direction): Iterator[Vertex]
    Definition Classes
    OdbEdge → Edge
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from OdbEdge

Inherited from OdbElement

Inherited from Edge

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped