Uses of Interface
org.bigraphs.framework.simulation.matching.BigraphMatchingEngine
Packages that use BigraphMatchingEngine
Package
Description
-
Uses of BigraphMatchingEngine in org.bigraphs.framework.simulation.matching
Fields in org.bigraphs.framework.simulation.matching declared as BigraphMatchingEngineModifier and TypeFieldDescriptionprotected BigraphMatchingEngine<B> AbstractBigraphMatchIterator.matchingEngineMethods in org.bigraphs.framework.simulation.matching that return BigraphMatchingEngineModifier and TypeMethodDescriptionprotected abstract BigraphMatchingEngine<B> AbstractBigraphMatcher.instantiateEngine()Provide the matching engine for the specific bigraph type implemented by the subclassMethods in org.bigraphs.framework.simulation.matching with parameters of type BigraphMatchingEngineModifier and TypeMethodDescriptionstatic <B extends Bigraph<? extends Signature<?>>>
AbstractBigraphMatchIterator<B> AbstractBigraphMatchIterator.create(BigraphMatchingEngine<B> engine) static <B extends Bigraph<? extends Signature<?>>>
AbstractBigraphMatchIterator.FirstMatchOnly<B> AbstractBigraphMatchIterator.FirstMatchOnly.create(BigraphMatchingEngine<B> engine) Constructors in org.bigraphs.framework.simulation.matching with parameters of type BigraphMatchingEngineModifierConstructorDescriptionAbstractBigraphMatchIterator(BigraphMatchingEngine<B> matchingEngine) FirstMatchOnly(BigraphMatchingEngine<B> matchingEngine) -
Uses of BigraphMatchingEngine in org.bigraphs.framework.simulation.matching.pure
Classes in org.bigraphs.framework.simulation.matching.pure that implement BigraphMatchingEngine