pl.edu.agh.scalamas.app

SequentialStack

class SequentialStack extends AgentRuntimeComponent with SimpleStatsFactory with SynchronousRandomGeneratorComponent with SequentialRunner

Application stack for running single-threaded applications.

Provides a single-threaded agent runtime, stats factory and random generator.

Self Type
SequentialStack with LogicStrategy with StatsComponent
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SequentialStack
  2. SequentialRunner
  3. SynchronousRandomGeneratorComponent
  4. RandomGeneratorComponent
  5. SimpleStatsFactory
  6. StatsFactoryComponent
  7. AgentRuntimeComponent
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SequentialStack()

Type Members

  1. trait AgentRuntime extends AnyRef

    The agent runtime.

    The agent runtime.

    Definition Classes
    AgentRuntimeComponent
  2. class Logger extends AnyRef

    Definition Classes
    SequentialRunner
  3. trait StatsFactory extends AnyRef

    Definition Classes
    StatsFactoryComponent

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. object SimpleStatsFactoryImpl extends StatsFactory

    Definition Classes
    SimpleStatsFactory
  5. val agentRuntime: (SequentialStack.this)#AgentRuntime { val config: com.typesafe.config.Config }

    Provides the agent runtime.

    Provides the agent runtime.

    Definition Classes
    SequentialStackAgentRuntimeComponent
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  12. def globalSeed: Long

    The global seed used in the application.

    The global seed used in the application. A common value may not guarantee repeatable results in the case of concurrent applications. A distinct value guarantees distinct results.

    Definition Classes
    RandomGeneratorComponent
  13. def hashCode(): Int

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

    Definition Classes
    Any
  15. lazy val islandsNumber: Int

    Definition Classes
    SequentialRunner
  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. def random: RandomGenerator

    Provide the RNG.

    Provide the RNG. Shortcut for randomData.getRandomGenerator()

    Definition Classes
    RandomGeneratorComponent
  20. lazy val randomData: RandomDataGenerator

    Provides a RandomDataGenerator for distribution-based operations.

    Provides a RandomDataGenerator for distribution-based operations.

    Definition Classes
    SynchronousRandomGeneratorComponentRandomGeneratorComponent
  21. def randomGeneratorFactory(seed: Long): RandomGenerator

    Factory method for creating a random generator.

    Factory method for creating a random generator. Override this to choose a different RNG algorithm.

    Definition Classes
    RandomGeneratorComponent
  22. def run(duration: FiniteDuration): Unit

    Definition Classes
    SequentialRunner
  23. def statsFactory: (SequentialStack.this)#SimpleStatsFactoryImpl.type

    The factory method.

    The factory method.

    returns

    Definition Classes
    SimpleStatsFactoryStatsFactoryComponent
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SequentialRunner

Inherited from RandomGeneratorComponent

Inherited from SimpleStatsFactory

Inherited from StatsFactoryComponent

Inherited from AgentRuntimeComponent

Inherited from AnyRef

Inherited from Any

Ungrouped