Class

com.signalcollect.triplerush.vertices

IndexVertex

Related Doc: package vertices

Permalink

abstract class IndexVertex[StateType] extends BaseVertex[StateType]

This vertex represents part of the TripleRush index.

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

Instance Constructors

  1. new IndexVertex(id: Long)

    Permalink

Abstract Value Members

  1. abstract def addChildDelta(delta: Int): Boolean

    Permalink
  2. abstract def cardinality: Int

    Permalink
  3. abstract def foreachChildDelta(f: (Int) ⇒ Unit): Unit

    Permalink
  4. abstract def handleChildIdRequest(requestor: Long, graphEditor: GraphEditor[Long, Any]): Unit

    Permalink
  5. abstract def processQuery(query: Array[Int], graphEditor: GraphEditor[Long, Any]): Unit

    Permalink

Concrete 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. def addEdge(e: Edge[Long], graphEditor: GraphEditor[Long, Any]): Boolean

    Permalink
    Definition Classes
    IndexVertexBaseVertex → Vertex
  5. def afterInitialization(graphEditor: GraphEditor[Long, Any]): Unit

    Permalink
    Definition Classes
    BaseVertex → Vertex
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def beforeRemoval(graphEditor: GraphEditor[Long, Any]): Unit

    Permalink
    Definition Classes
    BaseVertex → Vertex
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def deliverSignalWithSourceId(signal: Any, sourceId: Long, graphEditor: GraphEditor[Long, Any]): Boolean

    Permalink
    Definition Classes
    BaseVertex → Vertex
  10. def deliverSignalWithoutSourceId(signal: Any, graphEditor: GraphEditor[Long, Any]): Boolean

    Permalink
    Definition Classes
    IndexVertex → Vertex
  11. def edgeCount: Int

    Permalink
    Definition Classes
    BaseVertex → Vertex
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Vertex → AnyRef → Any
  14. def executeCollectOperation(graphEditor: GraphEditor[Long, Any]): Unit

    Permalink
    Definition Classes
    BaseVertex → Vertex
  15. def executeSignalOperation(graphEditor: GraphEditor[Long, Any]): Unit

    Permalink
    Definition Classes
    BaseVertex → Vertex
  16. def expose: Map[String, Any]

    Permalink
    Definition Classes
    IndexVertex → Vertex
  17. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def handleCardinalityIncrement(i: Int): Unit

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    Vertex → AnyRef → Any
  21. val id: Long

    Permalink
    Definition Classes
    IndexVertex → Vertex
  22. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def removeAllEdges(graphEditor: GraphEditor[Long, Any]): Int

    Permalink
    Definition Classes
    BaseVertex → Vertex
  27. def removeEdge(targetId: Long, graphEditor: GraphEditor[Long, Any]): Boolean

    Permalink
    Definition Classes
    BaseVertex → Vertex
  28. def scoreCollect: Double

    Permalink
    Definition Classes
    BaseVertex → Vertex
  29. def scoreSignal: Double

    Permalink
    Definition Classes
    BaseVertex → Vertex
  30. def setState(s: StateType): Unit

    Permalink
    Definition Classes
    BaseVertex → Vertex
  31. var state: StateType

    Permalink
    Definition Classes
    BaseVertex → Vertex
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def targetIds: Traversable[Long]

    Permalink
    Definition Classes
    BaseVertex → Vertex
  34. def toString(): String

    Permalink
    Definition Classes
    BaseVertex → AnyRef → Any
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseVertex[StateType]

Inherited from Vertex[Long, StateType, Long, Any]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped