Packages

c

org.opalj.fpcf.par

RecordAllPropertyStoreTracer

class RecordAllPropertyStoreTracer extends PropertyStoreTracer

Linear Supertypes
PropertyStoreTracer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RecordAllPropertyStoreTracer
  2. PropertyStoreTracer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RecordAllPropertyStoreTracer()

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. def allEvents: List[StoreEvent]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def delayedNotification(newEPS: SomeEPS): Unit
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. val eventCounter: AtomicInteger
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def firstException(t: Throwable): Unit
  13. def force(e: Entity, pkId: Int): Unit
  14. def forceForComputedEPK(e: Entity, pkId: Int): Unit
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def handlingResult(r: PropertyComputationResult, forceEvaluation: Boolean, epksWithNotYetNotifiedDependers: Set[SomeEPK]): Unit
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def immediateDependeeUpdate(e: Entity, pk: SomePropertyKey, processedDependee: SomeEOptionP, currentDependee: SomeEPS, updateAndNotifyState: UpdateAndNotifyState): Unit
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def metaInformationDeleted(finalEP: SomeFinalEP): Unit
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def notification(newEPS: SomeEPS, dependerEPK: SomeEPK): Unit
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def reachedQuiescence(): Unit
  26. def schedulingLazyComputation(e: Entity, pkId: Int): Unit

    Called if a lazy or fallback computation is eventually scheduled.

    Called if a lazy or fallback computation is eventually scheduled.

    Definition Classes
    RecordAllPropertyStoreTracerPropertyStoreTracer
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def toTxt: String
  30. def update(oldEPS: SomeEPS, newEPS: SomeEPS): Unit

    Called when a property is updated.

    Called when a property is updated.

    oldEPS

    The old value of the property; may be null.

    newEPS

    The new value of the property.

    Definition Classes
    RecordAllPropertyStoreTracerPropertyStoreTracer
  31. def uselessPartialResult(r: SomePartialResult, oldEOptionP: SomeEOptionP): Unit
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. def writeAsTxt: File
  36. def writeAsTxtAndOpen: File

Inherited from PropertyStoreTracer

Inherited from AnyRef

Inherited from Any

Ungrouped