Class PureBigraphMatcher
java.lang.Object
org.bigraphs.framework.simulation.matching.AbstractBigraphMatcher<PureBigraph>
org.bigraphs.framework.simulation.matching.pure.PureBigraphMatcher
A matcher for
PureBigraph
s.
Creates the correct matching engine and iterator to return the matches.
- Author:
- Dominik Grzelak
-
Field Summary
Fields inherited from class org.bigraphs.framework.simulation.matching.AbstractBigraphMatcher
agent, redex, rule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvide the matching engine for the specific bigraph type implemented by the sub class<M extends BigraphMatch<PureBigraph>>
MatchIterable<M>match
(PureBigraph agent, ReactionRule<PureBigraph> rule) Methods inherited from class org.bigraphs.framework.simulation.matching.AbstractBigraphMatcher
create, getAgent, getRedex
-
Constructor Details
-
PureBigraphMatcher
public PureBigraphMatcher()
-
-
Method Details
-
match
public <M extends BigraphMatch<PureBigraph>> MatchIterable<M> match(PureBigraph agent, ReactionRule<PureBigraph> rule) - Specified by:
match
in classAbstractBigraphMatcher<PureBigraph>
-
instantiateEngine
Description copied from class:AbstractBigraphMatcher
Provide the matching engine for the specific bigraph type implemented by the sub class- Specified by:
instantiateEngine
in classAbstractBigraphMatcher<PureBigraph>
- Returns:
- concrete bigraph matching engine
-