Class Arc

  • All Implemented Interfaces:
    java.io.Serializable

    public class Arc
    extends java.lang.Object
    implements java.io.Serializable
    The Arc class is used to represent the logic for the arcs in a PetriNet.

    There are two different types of arcs: - input arcs: go from a transition to a place - output arcs: go from a place to a transition

    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • getPlace

        public Place getPlace()
      • getTransition

        public Transition getTransition()
      • isInput

        public boolean isInput()