Interface MatchAction

  • All Known Implementing Classes:
    DummyMatchAction, GenericMatchAction

    public interface MatchAction
    Interface for a match action to be taken for the Program@Address for a ditted bit seqence pattern
    • Method Detail

      • apply

        void apply​(Program program,
                   Address addr,
                   Match match)
        Apply the match action to the program at the address.
        Parameters:
        program - program in which the match occurred
        addr - where the match occured
        match - information about the match that occurred
      • restoreXml

        void restoreXml​(XmlPullParser parser)
        Action can be constructed from XML
        Parameters:
        parser - XML pull parser to restore action from XML