abstract class Edge extends Element
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Edge
- Element
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
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]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: AnyRef): Boolean
- Definition Classes
- Edge → AnyRef → Any
- Annotations
- @Override()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getInBlockOffset(): Int
- def getOutBlockOffset(): Int
- def graph(): Graph
- def hashCode(): Int
- Definition Classes
- Edge → AnyRef → Any
- Annotations
- @Override()
- def inNode(): NodeRef
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRemoved(): Boolean
- def label(): String
- 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
- def propertiesMap(): Map[String, AnyRef]
Map with all properties, including the default property values which haven't been explicitly set
- def property[A](key: PropertyKey[A]): A
- def property(propertyKey: String): AnyRef
- def property[A](key: PropertyKey[A], defaultValue: A): A
- Definition Classes
- Element
- def property[A](key: String, defaultValue: A): A
- Definition Classes
- Element
- 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
- def propertyKeys(): Set[String]
- def propertyOption(key: String): Optional[AnyRef]
- def propertyOption[A](key: PropertyKey[A]): Optional[A]
- def removeImpl(): Unit
- Attributes
- protected[overflowdb]
- Definition Classes
- Edge → Element
- Annotations
- @Override()
- def removePropertyImpl(key: String): Unit
- Attributes
- protected[overflowdb]
- Definition Classes
- Edge → Element
- Annotations
- @Override()
- def setInBlockOffset(offset: Int): Unit
- def setOutBlockOffset(offset: Int): Unit
- def setPropertyImpl(property: Property[_ <: AnyRef]): Unit
- Attributes
- protected[overflowdb]
- Definition Classes
- Edge → Element
- Annotations
- @Override()
- def setPropertyImpl[A](key: PropertyKey[A], value: A): Unit
- Attributes
- protected[overflowdb]
- Definition Classes
- Edge → Element
- Annotations
- @Override()
- def setPropertyImpl(key: String, value: AnyRef): Unit
- Attributes
- protected[overflowdb]
- Definition Classes
- Edge → Element
- Annotations
- @Override()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
Deprecated Value Members
- final def remove(): Unit
- Definition Classes
- Element
- Annotations
- @Deprecated
- Deprecated
- final def removeProperty(key: String): Unit
- Definition Classes
- Element
- Annotations
- @Deprecated
- Deprecated
- final def setProperty(property: Property[_ <: AnyRef]): Unit
- Definition Classes
- Element
- Annotations
- @Deprecated
- Deprecated
- final def setProperty[A](key: PropertyKey[A], value: A): Unit
- Definition Classes
- Element
- Annotations
- @Deprecated
- Deprecated
- final def setProperty(key: String, value: AnyRef): Unit
- Definition Classes
- Element
- Annotations
- @Deprecated
- Deprecated