Packages

class ExpertPool[G, M] extends Expert[G, M]

Linear Supertypes
Expert[G, M], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExpertPool
  2. Expert
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExpertPool(strategy: Strategy, executor: ExecutorService)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def add(experts: Iterable[Expert[G, M]]): Unit
  5. final def add(experts: <repeated...>[Expert[G, M]]): Unit
  6. final def allIdle(): Boolean
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getCounterExamples(implication: Implication[G, M]): Set[CounterExample[G, M]]

    Returns an empty set if the provided implication is valid, otherwise returns a set containing at least one counterexample.

    Returns an empty set if the provided implication is valid, otherwise returns a set containing at least one counterexample.

    Definition Classes
    ExpertPoolExpert
    Exceptions thrown
  14. final def getIdleExpert(): Expert[G, M]
  15. final def getStrategy(): Strategy
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isIdle(expert: Expert[G, M]): Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def remove(experts: Iterable[Expert[G, M]]): Unit
  23. final def remove(experts: <repeated...>[Expert[G, M]]): Unit
  24. def requestCounterExamples(implication: Implication[G, M]): Future[Set[CounterExample[G, M]]]
    Definition Classes
    Expert
  25. final def setBusy(expert: Expert[G, M]): Unit
  26. final def setIdle(expert: Expert[G, M]): Unit
  27. final def someIdle(): Boolean
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Expert[G, M]

Inherited from AnyRef

Inherited from Any

Ungrouped