Class PnmlArcType


  • public class PnmlArcType
    extends PnmlAnnotation
    Extension PNML arc type object.
    Author:
    hverbeek
    • Constructor Detail

      • PnmlArcType

        protected PnmlArcType​(java.lang.String tag)
        Creates a fresh arc type.
        Parameters:
        tag -
    • Method Detail

      • importElements

        protected boolean importElements​(org.xmlpull.v1.XmlPullParser xpp,
                                         Pnml pnml)
        Checks whether the current start tag is known. If known, it imports the corresponding child element and returns true. Otherwise, it returns false.
        Overrides:
        importElements in class PnmlAnnotation
        Returns:
        Whether the start tag was known.
      • isNormal

        public boolean isNormal()
      • isReset

        public boolean isReset()
      • isInhibitor

        public boolean isInhibitor()
      • isRead

        public boolean isRead()
      • setNormal

        public void setNormal()
      • setReset

        public void setReset()
      • setInhibitor

        public void setInhibitor()
      • setRead

        public void setRead()