Uses of Class
org.bigraphs.framework.core.reactivesystem.ReactionGraph
Packages that use ReactionGraph
Package
Description
This package contains adapters for external Java libraries related to analysis, transition systems, etc.
-
Uses of ReactionGraph in org.bigraphs.framework.converter.dot
Methods in org.bigraphs.framework.converter.dot with parameters of type ReactionGraphModifier and TypeMethodDescriptionvoidDOTReactionGraphExporter.toOutputStream(ReactionGraph<?> transitionSystem, OutputStream outputStream) DOTReactionGraphExporter.toString(ReactionGraph<?> transitionSystem) -
Uses of ReactionGraph in org.bigraphs.framework.core.reactivesystem
Subclasses of ReactionGraph in org.bigraphs.framework.core.reactivesystemModifier and TypeClassDescriptionclassReactionGraphCollapsed<B extends Bigraph<? extends Signature<?>>>This class represents a "collapsed", "reduced" reaction graph, possibly consolidated by a minimization algorithm (e.g., bisim minimization).Methods in org.bigraphs.framework.core.reactivesystem that return ReactionGraphModifier and TypeMethodDescriptionReactionGraph.addPredicateMatchToNode(ReactionGraph.LabeledNode node, ReactiveSystemPredicate<B> predicates) AbstractSimpleReactiveSystem.TransitionSystemBoundSimpleReactiveSystem.getReactionGraph()ReactionGraph.setCanonicalNodeLabel(boolean canonicalNodeLabel) Constructors in org.bigraphs.framework.core.reactivesystem with parameters of type ReactionGraphModifierConstructorDescriptionReactionGraphStats(ReactionGraph<B> reactionGraph) TransitionSystemBoundSimpleReactiveSystem(ReactionGraph<B> reactionGraph, AbstractSimpleReactiveSystem<B> reactiveSystem) -
Uses of ReactionGraph in org.bigraphs.framework.core.reactivesystem.analysis
Methods in org.bigraphs.framework.core.reactivesystem.analysis with parameters of type ReactionGraphModifier and TypeMethodDescriptionReactionGraphAnalysis.findAllPathsInGraphToLeaves(ReactionGraph<B> reactionGraph) -
Uses of ReactionGraph in org.bigraphs.framework.simulation.equivalence
Classes in org.bigraphs.framework.simulation.equivalence with type parameters of type ReactionGraphModifier and TypeClassDescriptionclassBisimulationCheckerSupport<B extends Bigraph<? extends Signature<?>>,AST extends ReactionGraph<B>> This implementation provides a basic extensible (template) method for computing bisimilarity of LTSs.classBisimulationMixinImpl<B extends Bigraph<? extends Signature<?>>,AST extends ReactionGraph<B>> Bisimulation checks whether two labeled transition systems exhibit the same behavior: every sequence of visible actions in one system can be matched by the other. -
Uses of ReactionGraph in org.bigraphs.framework.simulation.equivalence.adapter
Classes in org.bigraphs.framework.simulation.equivalence.adapter with type parameters of type ReactionGraphModifier and TypeClassDescriptionclassBighuggiesBisimulationProcessAdapter<B extends Bigraph<? extends Signature<?>>,AST extends ReactionGraph<B>> The "bighuggies:bisimulation" library computes bisimilarity for two LTSs. -
Uses of ReactionGraph in org.bigraphs.framework.simulation.modelchecking
Methods in org.bigraphs.framework.simulation.modelchecking that return ReactionGraphMethods in org.bigraphs.framework.simulation.modelchecking that return types with arguments of type ReactionGraphModifier and TypeMethodDescriptionBigraphModelChecker.executeAsync()Asynchronously start the simulation based on the provided reactive system and options.Methods in org.bigraphs.framework.simulation.modelchecking with parameters of type ReactionGraphModifier and TypeMethodDescriptionvoidBigraphModelChecker.exportReactionGraph(ReactionGraph<B> reactionGraph) -
Uses of ReactionGraph in org.bigraphs.framework.visualization
Methods in org.bigraphs.framework.visualization that return types with arguments of type ReactionGraphModifier and TypeMethodDescriptionReactionGraphExporter.with(GraphicalFeatureSupplier<?> supplier) Methods in org.bigraphs.framework.visualization with parameters of type ReactionGraphModifier and TypeMethodDescriptionvoidReactionGraphExporter.toPNG(ReactionGraph<B> bReactionGraph, File file) Exports a reaction graph as a PNG file.Constructors in org.bigraphs.framework.visualization with parameters of type ReactionGraphModifierConstructorDescriptionmxReactionGraph(ReactionGraph reactionGraph, ReactiveSystem reactiveSystem, boolean useSimpleStateLabel) Constructs and draws a new mxGraph from a jGraphT graph.