scalation.activity

PlaceD

class PlaceD extends Identity

This class represents a continuous place (can hold fluids).

Linear Supertypes
Identity, Error, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. PlaceD
  2. Identity
  3. Error
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PlaceD(x: Double, y: Double, fluids: VectorD, stays: Boolean = false)

    x

    the place's x-coordinate

    y

    the place's y-coordinate

    fluids

    the amount of fluid per color

    stays

    whether the fluids stay (test arc)

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. def add(_fluids: VectorD): Unit

    Add fluids to this continuous place.

    Add fluids to this continuous place.

    _fluids

    the fluid vector to add

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def flaw(method: String, message: String): Unit

    Show the flaw by printing the error message.

    Show the flaw by printing the error message.

    method

    the method where the error occurred

    message

    the error message

    Definition Classes
    Error
  13. var fluids: VectorD

    the amount of fluid per color

  14. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  16. def holds(_fluids: VectorD): Boolean

    Determine whether this place holds at least the fluid vector (i.

    Determine whether this place holds at least the fluid vector (i.e., the requisite amount of fluid of each color). Alternative: use threshold predicate in PetriNetRules.

    _fluids

    the fluid vector

  17. def id: Int

    Get the id (unique identifier).

    Get the id (unique identifier).

    Definition Classes
    Identity
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def me: String

    Return the full identity.

    Return the full identity.

    Definition Classes
    Identity
  20. def name: String

    Get the name.

    Get the name.

    Definition Classes
    Identity
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. def setName(label: String): Unit

    Set the name.

    Set the name.

    label

    the name to assign

    Definition Classes
    Identity
  25. def simType: String

    Get the type of the simulation object.

    Get the type of the simulation object.

    Definition Classes
    Identity
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def take(_fluids: VectorD): Unit

    Take fluids from this continuous place.

    Take fluids from this continuous place.

    _fluids

    the fluid vector to take away

  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. val x: Double

    the place's x-coordinate

  33. val y: Double

    the place's y-coordinate

Inherited from Identity

Inherited from Error

Inherited from AnyRef

Inherited from Any