Trait

com.signalcollect.triplerush.vertices

Binding

Related Doc: package vertices

Permalink

trait Binding extends IndexVertex[Any]

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

Abstract Value Members

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

    Permalink
    Definition Classes
    IndexVertex
  2. abstract def bindIndividualQuery(childDelta: Int, queryParticle: Array[Int]): Array[Int]

    Permalink
  3. abstract def cardinality: Int

    Permalink
    Definition Classes
    IndexVertex
  4. abstract def foreachChildDelta(f: (Int) ⇒ Unit): Unit

    Permalink
    Definition Classes
    IndexVertex
  5. abstract def handleChildIdRequest(requestor: Long, graphEditor: GraphEditor[Long, Any]): Unit

    Permalink
    Definition Classes
    IndexVertex
  6. abstract def onEdgeAdded(ge: 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], ge: GraphEditor[Long, Any]): Boolean

    Permalink
    Definition Classes
    BindingIndexVertexBaseVertex → 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 bindQueryToAllTriples(query: Array[Int], graphEditor: GraphEditor[Long, Any]): Unit

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def decrementParentIndexCardinalities(ge: GraphEditor[Long, Any]): Unit

    Permalink
  11. def deliverSignalWithSourceId(signal: Any, sourceId: Long, graphEditor: GraphEditor[Long, Any]): Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IndexVertex
  22. def handleCardinalityRequest(c: CardinalityRequest, graphEditor: GraphEditor[Long, Any]): Unit

    Permalink

    Default reply, is only overridden by SOIndex.

    Default reply, is only overridden by SOIndex.

    Definition Classes
    IndexVertex
  23. def handleObjectCount(count: ObjectCountSignal): Unit

    Permalink
    Definition Classes
    IndexVertex
  24. def handleQueryBinding(childDelta: Int, query: Array[Int], graphEditor: GraphEditor[Long, Any]): Unit

    Permalink
  25. def handleSubjectCount(count: SubjectCountSignal): Unit

    Permalink
    Definition Classes
    IndexVertex
  26. def hashCode(): Int

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

    Permalink
    Definition Classes
    IndexVertex → Vertex
  28. def incrementParentIndexCardinalities(ge: GraphEditor[Long, Any]): Unit

    Permalink
  29. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def processQuery(query: Array[Int], graphEditor: GraphEditor[Long, Any]): Unit

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

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

    Permalink
    Definition Classes
    BaseVertex → Vertex
  36. def routeSuccessfullyBound(boundParticle: Array[Int], graphEditor: GraphEditor[Long, Any]): Unit

    Permalink
  37. def scoreCollect: Double

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

    Permalink
    Definition Classes
    BaseVertex → Vertex
  39. def setState(s: Any): Unit

    Permalink
    Definition Classes
    BaseVertex → Vertex
  40. var state: Any

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

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

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

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

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

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

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

Inherited from IndexVertex[Any]

Inherited from BaseVertex[Any]

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped