Packages

class PlaceD extends Identifiable

The PlaceD class represents a continuous place (can hold fluids).

Linear Supertypes
Identifiable, Error, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlaceD
  2. Identifiable
  3. Error
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
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: 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 add(_fluids: VectorD): Unit

    Add fluids to 'this' continuous place.

    Add fluids to 'this' continuous place.

    _fluids

    the fluid vector to add

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(that: Any): Boolean
    Definition Classes
    Identifiable → AnyRef → Any
  9. final def flaw(method: String, message: String): Unit
    Definition Classes
    Error
  10. var fluids: VectorD
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    Identifiable → AnyRef → Any
  13. def holds(_fluids: VectorD): Boolean

    Determine whether 'this' place holds at least the fluid vector (i.e., the requisite amount of fluid of each color).

    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

  14. val id: Int
    Definition Classes
    Identifiable
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def me: String
    Definition Classes
    Identifiable
  17. def name: String
    Definition Classes
    Identifiable
  18. def name_=(name: String): Unit
    Definition Classes
    Identifiable
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def simType: String
    Definition Classes
    Identifiable
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def take(_fluids: VectorD): Unit

    Take fluids from 'this' continuous place.

    Take fluids from 'this' continuous place.

    _fluids

    the fluid vector to take away

  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. val x: Double
  30. val y: Double

Deprecated Value Members

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

Inherited from Identifiable

Inherited from Error

Inherited from AnyRef

Inherited from Any

Ungrouped