abstract class Element extends AnyRef

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

Instance Constructors

  1. new Element()

Abstract Value Members

  1. abstract def graph(): Graph
  2. abstract def label(): String
  3. abstract def propertiesMap(): Map[String, AnyRef]

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

  4. abstract def property[A](key: PropertyKey[A]): A
  5. abstract def property(key: String): AnyRef
  6. abstract def propertyKeys(): Set[String]
  7. abstract def propertyOption(key: String): Optional[AnyRef]
  8. abstract def propertyOption[A](key: PropertyKey[A]): Optional[A]
  9. abstract def removeImpl(): Unit
    Attributes
    protected[overflowdb]
  10. abstract def removePropertyImpl(key: String): Unit
    Attributes
    protected[overflowdb]
  11. abstract def setPropertyImpl(property: Property[_ <: AnyRef]): Unit
    Attributes
    protected[overflowdb]
  12. abstract def setPropertyImpl[A](key: PropertyKey[A], value: A): Unit
    Attributes
    protected[overflowdb]
  13. abstract def setPropertyImpl(key: String, value: AnyRef): Unit
    Attributes
    protected[overflowdb]

Concrete 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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. def property[A](key: PropertyKey[A], defaultValue: A): A
  16. def property[A](key: String, defaultValue: A): A
  17. def propertyDefaultValue(propertyKey: String): AnyRef

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

  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped