- Type Parameters:
B
- type of the underlying bigraph
- All Known Implementing Classes:
ModelCheckingStrategySupport.MatchResult
Generic interface for bigraph rewriting matching results.
- Author:
- Dominik Grzelak
-
Method Summary
Modifier and TypeMethodDescriptionThis stores the rewritten bigraph for referenceGet the canonical string of the agent for this match resultgetMatch()
int
-
Method Details
-
getReactionRule
ReactionRule<B> getReactionRule() -
getMatch
BigraphMatch<B> getMatch() -
getBigraph
B getBigraph()This stores the rewritten bigraph for reference- Returns:
-
getOccurrenceCount
int getOccurrenceCount() -
getCanonicalString
String getCanonicalString()Get the canonical string of the agent for this match result- Returns:
-