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

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 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 deliverSignalWithSourceId(signal: Any, sourceId: Long, graphEditor: GraphEditor[Long, Any]): Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  22. def hashCode(): Int

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

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

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

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

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

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

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

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

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

    Permalink
  32. def scoreCollect: Double

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. 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