abstract class Edge extends Element

Linear Supertypes
Element, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Edge
  2. Element
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Edge(graph: Graph, label: String, outNode: NodeRef, inVertex: NodeRef, specificKeys: Set[String])

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]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(other: AnyRef): Boolean
    Definition Classes
    Edge → AnyRef → Any
    Annotations
    @Override()
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getInBlockOffset(): Int
  12. def getOutBlockOffset(): Int
  13. def graph(): Graph
    Definition Classes
    EdgeElement
    Annotations
    @Override()
  14. def hashCode(): Int
    Definition Classes
    Edge → AnyRef → Any
    Annotations
    @Override()
  15. def inNode(): NodeRef
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isRemoved(): Boolean
  18. def label(): String
    Definition Classes
    EdgeElement
    Annotations
    @Override()
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def outNode(): NodeRef
  23. def propertiesMap(): Map[String, AnyRef]

    Map with all properties, including the default property values which haven't been explicitly set

    Map with all properties, including the default property values which haven't been explicitly set

    Definition Classes
    EdgeElement
    Annotations
    @Override()
  24. def property[A](key: PropertyKey[A]): A
    Definition Classes
    EdgeElement
    Annotations
    @Override()
  25. def property(propertyKey: String): AnyRef
    Definition Classes
    EdgeElement
  26. def property[A](key: PropertyKey[A], defaultValue: A): A
    Definition Classes
    Element
  27. def property[A](key: String, defaultValue: A): A
    Definition Classes
    Element
  28. def propertyDefaultValue(propertyKey: String): AnyRef

    override this in specific element class, to define a default value

    override this in specific element class, to define a default value

    Definition Classes
    Element
  29. def propertyKeys(): Set[String]
    Definition Classes
    EdgeElement
    Annotations
    @Override()
  30. def propertyOption(key: String): Optional[AnyRef]
    Definition Classes
    EdgeElement
    Annotations
    @Override()
  31. def propertyOption[A](key: PropertyKey[A]): Optional[A]
    Definition Classes
    EdgeElement
    Annotations
    @Override()
  32. def removeImpl(): Unit
    Attributes
    protected[overflowdb]
    Definition Classes
    EdgeElement
    Annotations
    @Override()
  33. def removePropertyImpl(key: String): Unit
    Attributes
    protected[overflowdb]
    Definition Classes
    EdgeElement
    Annotations
    @Override()
  34. def setInBlockOffset(offset: Int): Unit
  35. def setOutBlockOffset(offset: Int): Unit
  36. def setPropertyImpl(property: Property[_ <: AnyRef]): Unit
    Attributes
    protected[overflowdb]
    Definition Classes
    EdgeElement
    Annotations
    @Override()
  37. def setPropertyImpl[A](key: PropertyKey[A], value: A): Unit
    Attributes
    protected[overflowdb]
    Definition Classes
    EdgeElement
    Annotations
    @Override()
  38. def setPropertyImpl(key: String, value: AnyRef): Unit
    Attributes
    protected[overflowdb]
    Definition Classes
    EdgeElement
    Annotations
    @Override()
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. final def remove(): Unit
    Definition Classes
    Element
    Annotations
    @Deprecated
    Deprecated
  2. final def removeProperty(key: String): Unit
    Definition Classes
    Element
    Annotations
    @Deprecated
    Deprecated
  3. final def setProperty(property: Property[_ <: AnyRef]): Unit
    Definition Classes
    Element
    Annotations
    @Deprecated
    Deprecated
  4. final def setProperty[A](key: PropertyKey[A], value: A): Unit
    Definition Classes
    Element
    Annotations
    @Deprecated
    Deprecated
  5. final def setProperty(key: String, value: AnyRef): Unit
    Definition Classes
    Element
    Annotations
    @Deprecated
    Deprecated

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped