at.granul.mason.example.scala

SchellingWithUI

class SchellingWithUI extends ChartedGUIState

Linear Supertypes
ChartedGUIState, GUIState, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SchellingWithUI
  2. ChartedGUIState
  3. GUIState
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SchellingWithUI()

  2. new SchellingWithUI(state: SimState)

Type Members

  1. class Repeat extends Steppable with Stoppable

    Attributes
    private[sim.display]
    Definition Classes
    GUIState

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. var agentPortrayal: FastValueGridPortrayal2D

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def createController(): Controller

    Definition Classes
    GUIState
  10. var display: Display2D

  11. var displayFrame: JFrame

  12. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def finish(): Unit

    Definition Classes
    ChartedGUIState → GUIState
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getDataCollector(): DataCollector

    Definition Classes
    SchellingWithUI → ChartedGUIState
  18. def getInspector(): Inspector

    Definition Classes
    SchellingWithUI → GUIState
  19. def getMaximumPropertiesForInspector(): Int

    Definition Classes
    GUIState
  20. def getSimulationInspectedObject(): AnyRef

    Definition Classes
    GUIState
  21. def getSimulationProperties(): Properties

    Definition Classes
    GUIState
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def increaseSubsteps(arg0: Array[Steppable]): Array[Steppable]

    Attributes
    protected[sim.display]
    Definition Classes
    GUIState
  24. def init(c: Controller): Unit

    Definition Classes
    SchellingWithUI → ChartedGUIState → GUIState
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def layout(arg0: JFrame): Unit

    Definition Classes
    ChartedGUIState
  27. def load(state: SimState): Unit

    Definition Classes
    SchellingWithUI → ChartedGUIState → GUIState
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  31. def quit(): Unit

    Definition Classes
    SchellingWithUI → ChartedGUIState → GUIState
  32. def readNewStateFromCheckpoint(arg0: File): Boolean

    Definition Classes
    GUIState
    Annotations
    @throws( classOf[java.lang.Exception] ) @throws( ... ) @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  33. def resetQueues(): Unit

    Attributes
    protected[sim.display]
    Definition Classes
    GUIState
  34. def scheduleAtEnd(arg0: Steppable): Boolean

    Definition Classes
    GUIState
  35. def scheduleAtStart(arg0: Steppable): Boolean

    Definition Classes
    GUIState
  36. def scheduleImmediatelyAfter(arg0: Steppable): Boolean

    Definition Classes
    GUIState
  37. def scheduleImmediatelyBefore(arg0: Steppable): Boolean

    Definition Classes
    GUIState
  38. def scheduleRepeatingImmediatelyAfter(arg0: Steppable): Stoppable

    Definition Classes
    GUIState
  39. def scheduleRepeatingImmediatelyBefore(arg0: Steppable): Stoppable

    Definition Classes
    GUIState
  40. def setupPortrayals(): Unit

  41. def start(): Unit

    Definition Classes
    SchellingWithUI → ChartedGUIState → GUIState
  42. def step(): Boolean

    Definition Classes
    GUIState
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. def validSimState(arg0: SimState): Boolean

    Definition Classes
    GUIState
  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def isInspectorVolatile(): Boolean

    Definition Classes
    GUIState
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def scheduleAtExtreme(arg0: Steppable, arg1: Boolean): Boolean

    Definition Classes
    GUIState
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def scheduleImmediate(arg0: Boolean, arg1: Steppable): Boolean

    Definition Classes
    GUIState
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def scheduleImmediateRepeat(arg0: Boolean, arg1: Steppable): Stoppable

    Definition Classes
    GUIState
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ChartedGUIState

Inherited from GUIState

Inherited from AnyRef

Inherited from Any

Ungrouped