scalation

activity

package activity

The activity package contains classes, traits and objects for activity-oriented simulation models (for example, Petri Nets).

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

Type Members

  1. class ArcD extends PetriNetRules with Identifiable

    The ArcD class represents a arc connecting continuous place with a transition.

  2. class ArcI extends PetriNetRules with Identifiable

    The ArcI class represents a arc connecting discrete place with a transition.

  3. class PetriNet extends PetriNetRules with Error

    The PetriNet class provides a simulation engine for Hybrid Colored Petri Nets.

  4. trait PetriNetRules extends AnyRef

    The PetriNetRules class is used to define firing rules for the PetriNet class.

  5. class PlaceD extends Identifiable

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

  6. class PlaceI extends Identifiable

    The PlaceI class represents a discrete place (can hold tokens).

  7. class Transition extends PQItem with Ordered[Transition] with PetriNetRules with Identifiable

    The Transition class represents a timed transition.

Value Members

  1. object Counter

    The Counter object is used to provide unique identifiers for tokens/fluids.

  2. object PetriNetRulesTest extends App with PetriNetRules

    The PetriNetRulesTest object is used to test the PetriNetRules trait.

  3. object PetriNetTest extends App

    The PetriNetTest object is used to test the PetriNet class.

Inherited from AnyRef

Inherited from Any

Ungrouped