Uses of Class
org.bigraphs.framework.simulation.matching.pure.PureBigraphMatch
Packages that use PureBigraphMatch
-
Uses of PureBigraphMatch in org.bigraphs.framework.simulation.matching.pure
Fields in org.bigraphs.framework.simulation.matching.pure with type parameters of type PureBigraphMatchModifier and TypeFieldDescriptionprotected final org.eclipse.collections.api.list.MutableList<PureBigraphMatch> PureBigraphMatchingEngine.matchesMethods in org.bigraphs.framework.simulation.matching.pure that return types with arguments of type PureBigraphMatchModifier and TypeMethodDescriptionPureBigraphMatchingEngine.getMatches()PureBigraphMatcher.match(PureBigraph agent, ReactionRule<PureBigraph> rule) Deprecated.PureBigraphMatcher.matchAll(PureBigraph agent, ReactionRule<PureBigraph> rule) PureBigraphMatcher.matchFirst(PureBigraph agent, ReactionRule<PureBigraph> rule) Finds the first match of a specified reaction rule within a given pure bigraph.