class Propagate extends OdbEdge

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