Class

com.signalcollect.triplerush

IndexVertexEdge

Related Doc: package triplerush

Permalink

class IndexVertexEdge extends Edge[Long]

Trickery! It's actually the child delta (an Int), but we just pretend it's a Long.

Linear Supertypes
Edge[Long], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IndexVertexEdge
  2. Edge
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IndexVertexEdge(childDelta: Int)

    Permalink

Type Members

  1. abstract type Source <: Vertex[_, _, _, _]

    Permalink
    Definition Classes
    Edge

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val childDelta: Int

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    IndexVertexEdge → Edge → AnyRef → Any
  9. def executeSignalOperation(sourceVertex: Vertex[_, _, _, _], graphEditor: GraphEditor[Any, Any]): Nothing

    Permalink
    Definition Classes
    IndexVertexEdge → Edge
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Nothing

    Permalink
    Definition Classes
    IndexVertexEdge → Edge → AnyRef → Any
  13. def id: EdgeId[_]

    Permalink
    Definition Classes
    IndexVertexEdge → Edge
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def onAttach(source: Vertex[_, _, _, _], graphEditor: GraphEditor[Any, Any]): Nothing

    Permalink
    Definition Classes
    IndexVertexEdge → Edge
  19. def source: Source

    Permalink
    Definition Classes
    IndexVertexEdge → Edge
  20. def sourceId: Any

    Permalink
    Definition Classes
    IndexVertexEdge → Edge
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def targetId: Long

    Permalink
    Definition Classes
    IndexVertexEdge → Edge
  23. def toString(): String

    Permalink
    Definition Classes
    IndexVertexEdge → Edge → AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def weight: Double

    Permalink
    Definition Classes
    IndexVertexEdge → Edge

Inherited from Edge[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped