Uses of Interface
org.bigraphs.framework.core.reactivesystem.BMatchResult
Packages that use BMatchResult
Package
Description
-
Uses of BMatchResult in org.bigraphs.framework.core.reactivesystem
Methods in org.bigraphs.framework.core.reactivesystem that return types with arguments of type BMatchResultModifier and TypeMethodDescriptionList<BMatchResult<? extends Bigraph<? extends Signature<?>>>> AbstractTransitionSystem.Transition.getMatchResults()Methods in org.bigraphs.framework.core.reactivesystem with parameters of type BMatchResultModifier and TypeMethodDescriptionvoidReactionGraph.addEdge(B source, String sourceLbl, B target, String targetLbl, BMatchResult<B> reaction, String reactionLbl) voidReactionGraphCollapsed.addEdge(B source, String sourceLbl, B target, String targetLbl, BMatchResult<B> reaction, String reactionLbl) Constructor parameters in org.bigraphs.framework.core.reactivesystem with type arguments of type BMatchResultModifierConstructorDescriptionTransition(B source, B target, String label, List<BMatchResult<? extends Bigraph<? extends Signature<?>>>> matchResults) -
Uses of BMatchResult in org.bigraphs.framework.simulation.modelchecking
Classes in org.bigraphs.framework.simulation.modelchecking that implement BMatchResultModifier and TypeClassDescriptionstatic classModelCheckingStrategySupport.MatchResult<B extends Bigraph<? extends Signature<?>>>