Uses of Class
org.bigraphs.framework.simulation.matching.MatchIterable
Packages that use MatchIterable
Package
Description
-
Uses of MatchIterable in org.bigraphs.framework.simulation.matching
Methods in org.bigraphs.framework.simulation.matching that return MatchIterableModifier and TypeMethodDescriptionabstract <M extends BigraphMatch<B>>
MatchIterable<M> AbstractBigraphMatcher.match
(B agent, ReactionRule<B> rule) -
Uses of MatchIterable in org.bigraphs.framework.simulation.matching.pure
Methods in org.bigraphs.framework.simulation.matching.pure that return MatchIterableModifier and TypeMethodDescription<M extends BigraphMatch<PureBigraph>>
MatchIterable<M> PureBigraphMatcher.match
(PureBigraph agent, ReactionRule<PureBigraph> rule)