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 Summary
Modifier and TypeMethodDescriptionvoidApply the match action to the program at the address.voidrestoreXml(XmlPullParser parser) Action can be constructed from XML
-
Method Details
-
apply
-
restoreXml
Action can be constructed from XML- Parameters:
parser- XML pull parser to restore action from XML
-