Class

net.psforever.objects.zones

ActivityReport

Related Doc: package zones

Permalink

class ActivityReport extends AnyRef

Information about interactions in respect to a given denomination in the game world. In terms of hotspots, the "denomination" are the factions. While a given report of activity will only be valid from the time or arrival for a given amount of time, subsequent activity reporting before this duration concludes will cause the lifespan to artificially increase.

Source
HotSpotInfo.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActivityReport
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ActivityReport()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ActivityReport to any2stringadd[ActivityReport] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ActivityReport, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ActivityReport to ArrowAssoc[ActivityReport] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def Clear(): Unit

    Permalink

    Act as if no activity was ever valid for this report.

    Act as if no activity was ever valid for this report. Set heat to zero to flag no activity and set duration to "0 seconds" to eliminate its lifespan.

  7. def Duration: FiniteDuration

    Permalink

    The length of time that this (ongoing) activity is relevant.

    The length of time that this (ongoing) activity is relevant.

    returns

    the time

  8. def Duration_=(time: Long): FiniteDuration

    Permalink

    Set the length of time that this (ongoing) activity is relevant.

    Set the length of time that this (ongoing) activity is relevant. The duration length can only increase.

    time

    the time, as a Long value

    returns

    the time

  9. def Duration_=(time: FiniteDuration): FiniteDuration

    Permalink

    Set the length of time that this (ongoing) activity is relevant.

    Set the length of time that this (ongoing) activity is relevant.

    time

    the time, as a Duration

    returns

    the time

  10. def Heat: Int

    Permalink

    The increasing heat does nothing, presently, but acts as a flag for activity.

    The increasing heat does nothing, presently, but acts as a flag for activity.

    returns

    the heat

  11. def LastReport: Long

    Permalink

    As a Long value, if there was no previous report, the value will be considered 0L.

    As a Long value, if there was no previous report, the value will be considered 0L.

    returns

    the time of the last activity report

  12. def Renew: Long

    Permalink

    Reset the time of the last report to the present.

    Reset the time of the last report to the present.

    returns

    the current time

  13. def Report(pow: Int): ActivityReport

    Permalink

    Submit new activity, increasing the lifespan of the current report's existence.

    Submit new activity, increasing the lifespan of the current report's existence.

    returns

    the current report

    See also

    Renew

  14. def Report(): ActivityReport

    Permalink

    Submit new activity, increasing the lifespan of the current report's existence.

    Submit new activity, increasing the lifespan of the current report's existence.

    returns

    the current report

    See also

    Renew

  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def ensuring(cond: (ActivityReport) ⇒ Boolean, msg: ⇒ Any): ActivityReport

    Permalink
    Implicit information
    This member is added by an implicit conversion from ActivityReport to Ensuring[ActivityReport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (ActivityReport) ⇒ Boolean): ActivityReport

    Permalink
    Implicit information
    This member is added by an implicit conversion from ActivityReport to Ensuring[ActivityReport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): ActivityReport

    Permalink
    Implicit information
    This member is added by an implicit conversion from ActivityReport to Ensuring[ActivityReport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): ActivityReport

    Permalink
    Implicit information
    This member is added by an implicit conversion from ActivityReport to Ensuring[ActivityReport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ActivityReport to StringFormat[ActivityReport] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def [B](y: B): (ActivityReport, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ActivityReport to ArrowAssoc[ActivityReport] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ActivityReport to any2stringadd[ActivityReport]

Inherited by implicit conversion StringFormat from ActivityReport to StringFormat[ActivityReport]

Inherited by implicit conversion Ensuring from ActivityReport to Ensuring[ActivityReport]

Inherited by implicit conversion ArrowAssoc from ActivityReport to ArrowAssoc[ActivityReport]

Ungrouped