Class Marking


  • public class Marking
    extends Object
    manage the state of the places : list the marked place e.g. they have a content not set to null

    Marking class diagram

    • Method Detail

      • contains

        public boolean contains​(Place p)
      • add

        public boolean add​(Place p)
      • remove

        public boolean remove​(Place p)
        removes a place from a marking
      • copy

        public Marking copy()
        Copies a marking nb : places are the same
      • drop

        public void drop()