Class PlaceAbstract

  • Direct Known Subclasses:
    BooleanPlace, EquPlace, Place, TrajPlace

    public abstract class PlaceAbstract
    extends Object
    defines a place from the petri net in the physicalModel, it is the the abstraction of mochysim.Place, trajectory.TrajPlace, equalization.EquPlace...

    PlaceAbstract class diagram

    • Constructor Detail

      • PlaceAbstract

        public PlaceAbstract()
    • Method Detail

      • getName

        public abstract String getName()
        get the name of the place
      • getNumber

        public abstract Integer getNumber()
        get the number of the place
      • addToken

        public abstract void addToken()
        add a token in the place