Receiver

class Receiver(_graph: Graph, _outNode: NodeRef[NodeDb], _inNode: NodeRef[NodeDb]) extends Edge
Companion
object
class Edge
class Element
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def propertyDefaultValue(propertyKey: String): <FromJavaObject>
Definition Classes
Element

Inherited methods

def bothNodes(): Iterator[NodeRef[_]]
Inherited from
Edge
def equals(x$0: <FromJavaObject>): Boolean
Inherited from
Edge
def getInBlockOffset(): Int
Inherited from
Edge
Inherited from
Edge
def graph(): Graph
Inherited from
Edge
def hashCode(): Int
Inherited from
Edge
def inNode(): NodeRef[_]
Inherited from
Edge
def isRemoved(): Boolean
Inherited from
Edge
def label(): String
Inherited from
Edge
def outNode(): NodeRef[_]
Inherited from
Edge
def propertiesMap(): Map[String, <FromJavaObject>]
Inherited from
Edge
def property[A <: <FromJavaObject>](x$0: PropertyKey[A]): A
Inherited from
Edge
def property(x$0: String): <FromJavaObject>
Inherited from
Edge
def property[A <: <FromJavaObject>](x$0: PropertyKey[A], x$1: A): A
Inherited from
Element
def property[A <: <FromJavaObject>](x$0: String, x$1: A): A
Inherited from
Element
def propertyKeys(): Set[String]
Inherited from
Edge
def propertyOption(x$0: String): Optional[<FromJavaObject>]
Inherited from
Edge
def propertyOption[A <: <FromJavaObject>](x$0: PropertyKey[A]): Optional[A]
Inherited from
Edge
def setInBlockOffset(x$0: Int): Unit
Inherited from
Edge
def setOutBlockOffset(x$0: Int): Unit
Inherited from
Edge

Deprecated and Inherited methods

@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
final
def remove(): Unit
Deprecated
Inherited from
Element
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
final
def removeProperty(x$0: String): Unit
Deprecated
Inherited from
Element
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
final
def setProperty(x$0: Property[_ <: <FromJavaObject>]): Unit
Deprecated
Inherited from
Element
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
final
def setProperty[A <: <FromJavaObject>](x$0: PropertyKey[A], x$1: A): Unit
Deprecated
Inherited from
Element
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
final
def setProperty(x$0: String, x$1: <FromJavaObject>): Unit
Deprecated
Inherited from
Element