Class PlaceFlusher

java.lang.Object
org.oristool.models.pn.PlaceFlusher
All Implemented Interfaces:
TransitionFeature, Feature

public final class PlaceFlusher extends Object implements TransitionFeature
Transition feature removing all tokens from a set of places.
  • Constructor Details

    • PlaceFlusher

      public PlaceFlusher(Place... ps)
  • Method Details

    • addPlace

      public boolean addPlace(Place p)
    • hasPlace

      public boolean hasPlace(Place p)
    • removePlace

      public boolean removePlace(Place p)
    • updateMarking

      public void updateMarking(Marking m)
    • toString

      public String toString()
      Overrides:
      toString in class Object