Packages

package par

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class AppliedUpdateComputationEvent(eventId: Int, newEPKState: EPKState, result: Option[(SomeEOptionP, SomeInterimEP, Iterable[SomeEPK])]) extends StoreEvent with Product with Serializable
  2. case class ComputedFallbackEvent(eventId: Int, ep: SomeFinalEP, why: String) extends StoreEvent with Product with Serializable
  3. case class DeferredProcessingResultEvent(eventId: Int, r: PropertyComputationResult) extends StoreEvent with Product with Serializable
  4. case class EPKState(eOptP: SomeEOptionP, c: OnUpdateContinuation, dependees: Set[SomeEOptionP], dependers: HashSet[EPKState] = new java.util.HashSet(), suppressedDependers: HashSet[EPKState] = new java.util.HashSet()) extends Product with Serializable
  5. case class EnqueuedEPKToForceEvent(eventId: Int, epk: SomeEPK) extends StoreEvent with Product with Serializable
  6. case class EvaluatedTransformerEvent(eventId: Int, source: SomeEOptionP, target: SomeFinalEP) extends StoreEvent with Product with Serializable
  7. case class FinalizedPropertyEvent(eventId: Int, oldEP: SomeEOptionP, finalEP: SomeFinalEP) extends StoreEvent with Product with Serializable
  8. case class FirstExceptionEvent(eventId: Int, t: Throwable, thread: String, stackTrace: String) extends StoreEvent with Product with Serializable
  9. case class ForcingEPKEvaluationEvent(eventId: Int, epk: SomeEPK) extends StoreEvent with Product with Serializable
  10. case class HandlingInterimEPKsDueToSuppressionEvent(eventId: Int, interimEPKs: String, cSCCs: String) extends StoreEvent with Product with Serializable
  11. case class IdempotentUpdateEvent(eventId: Int, newEPKState: EPKState) extends StoreEvent with Product with Serializable
  12. case class ImmediatelyExecutedLazyComputationEvent(eventId: Int, newEOptionP: SomeEOptionP, evaluationDepth: Int, c: SomePropertyComputation) extends StoreEvent with Product with Serializable
  13. case class ImmediatelyRescheduledOnUpdateComputationEvent(eventId: Int, dependerEPK: SomeEPK, oldEOptionP: SomeEOptionP, newEOptionP: SomeEOptionP, c: OnUpdateContinuation) extends StoreEvent with Product with Serializable
  14. case class MakingIntermediateEPKStateFinalEvent(eventId: Int, interimEPKState: EPKState) extends StoreEvent with Product with Serializable
  15. class PKECPropertyStore extends ParallelPropertyStore

    Yet another parallel property store.

  16. trait PKECTaskManager extends AnyRef
  17. abstract class ParallelPropertyStore extends PropertyStore

    An implementation of the property store which parallelizes the computation of the properties.

  18. case class PreInitializationEvent(eventId: Int, oldEPKState: EPKState, newEPKState: EPKState) extends StoreEvent with Product with Serializable
  19. case class ProcessingResultEvent(eventId: Int, r: PropertyComputationResult) extends StoreEvent with Product with Serializable
  20. case class ReachedQuiescenceEvent(eventId: Int) extends StoreEvent with Product with Serializable
  21. case class RegisteredTransformerEvent(eventId: Int, source: EPKState, target: EPKState) extends StoreEvent with Product with Serializable
  22. case class RemovedDependerEvent(eventId: Int, epk: SomeEPK, epkState: EPKState) extends StoreEvent with Product with Serializable
  23. case class ScheduledLazyComputationEvent(eventId: Int, epk: SomeEPK, c: SomePropertyComputation) extends StoreEvent with Product with Serializable
  24. case class ScheduledOnUpdateComputationEvent(eventId: Int, dependerEPK: SomeEPK, oldEOptionP: SomeEOptionP, newEOptionP: SomeEOptionP, c: OnUpdateContinuation) extends StoreEvent with Product with Serializable
  25. case class ScheduledOnUpdateComputationForFinalEPEvent(eventId: Int, dependerEPK: SomeEPK, oldEOptionP: SomeEOptionP, finalEP: SomeFinalEP, c: OnUpdateContinuation) extends StoreEvent with Product with Serializable
  26. case class SetPropertyEvent(eventId: Int, epkState: EPKState) extends StoreEvent with Product with Serializable
  27. case class StartedMainLoopEvent(eventId: Int) extends StoreEvent with Product with Serializable
  28. sealed trait StoreEvent extends AnyRef
  29. case class SubphaseFinalizationEvent(eventId: Int, properties: String) extends StoreEvent with Product with Serializable
  30. case class TriggeredComputationEvent(eventId: Int, e: Entity, pkId: UShort, c: SomePropertyComputation) extends StoreEvent with Product with Serializable

Value Members

  1. case object PKECFIFOTaskManager extends PKECTaskManager with Product with Serializable
  2. case object PKECLIFOTaskManager extends PKECTaskManager with Product with Serializable
  3. case object PKECManyDependeesFirstTaskManager extends PKECTaskManager with Product with Serializable
  4. case object PKECManyDependeesLastTaskManager extends PKECTaskManager with Product with Serializable
  5. case object PKECManyDependenciesFirstTaskManager extends PKECTaskManager with Product with Serializable
  6. case object PKECManyDependenciesLastTaskManager extends PKECTaskManager with Product with Serializable
  7. case object PKECManyDependersFirstTaskManager extends PKECTaskManager with Product with Serializable
  8. case object PKECManyDependersLastTaskManager extends PKECTaskManager with Product with Serializable
  9. case object PKECNoPriorityTaskManager extends PKECTaskManager with Product with Serializable
  10. object PKECPropertyStore extends PropertyStoreFactory[PKECPropertyStore]
  11. object PKECTaskManager

Ungrouped