Uses of Interface
org.bigraphs.framework.core.Bigraph
Packages that use Bigraph
Package
Description
This package contains adapters for external Java libraries related to analysis, transition systems, etc.
-
Uses of Bigraph in org.bigraphs.framework.converter
Classes in org.bigraphs.framework.converter with type parameters of type BigraphModifier and TypeInterfaceDescriptioninterfaceBigraphObjectDecoder<B extends Bigraph<?>,T> interfaceBigraphObjectEncoder<T,B extends Bigraph<?>> interfaceBigraphPrettyPrinter<B extends Bigraph<? extends Signature<?>>>A pretty printer interface for just bigraphs.interfaceReactiveSystemPrettyPrinter<B extends Bigraph<? extends Signature<?>>,R extends ReactiveSystem> A generic pretty printer interface for bigraphical reactive systems. -
Uses of Bigraph in org.bigraphs.framework.converter.bigred
Methods in org.bigraphs.framework.converter.bigred that return Bigraph -
Uses of Bigraph in org.bigraphs.framework.core
Classes in org.bigraphs.framework.core with type parameters of type BigraphModifier and TypeClassDescriptionclassAbstractRankedGraph<B extends Bigraph<?>,N, E> Abstract base for ranked graph representations of different bigraph classes.Classes in org.bigraphs.framework.core that implement BigraphModifier and TypeClassDescriptionclassBigraphCompositeSupport<S extends AbstractEcoreSignature<? extends Control<?,?>>> Abstract support class providing utility methods forBigraphCompositeimplementations.classBigraphDelegator<S extends Signature<?>>Delegator base class for bigraphs.classElementaryBigraph<S extends AbstractEcoreSignature<? extends Control<?,?>>> Base class for the elementary building blocks of Ecore-based bigraphs.Fields in org.bigraphs.framework.core declared as BigraphModifier and TypeFieldDescriptionprotected BAbstractRankedGraph.bigraphBigraphDelegator.bigraphDelegateMethods in org.bigraphs.framework.core with type parameters of type BigraphModifier and TypeMethodDescriptionBigraphBuilder.create()BigraphBuilder.NodeHierarchy.create()BigraphDelegator.getBigraphDelegate()BigraphComposite.getOuterBigraph()Return the outer bigraph of a composition, that is, the left part of the operator (i.e., outer bigraph).Methods in org.bigraphs.framework.core with parameters of type BigraphModifier and TypeMethodDescriptionprotected voidBigraphCompositeSupport.assertInterfaceCompatibleForCompose(Bigraph<S> outer, Bigraph<S> inner, boolean isCompose) protected voidBigraphCompositeSupport.assertInterfaceCompatibleForJuxtaposition(Bigraph<S> outer, Bigraph<S> inner) Composes two bigraphs where a new immutable bigraph is created.protected booleanprotected booleanCompute the tensor product of two bigraphs.BigraphComposite.juxtpositionOf(Bigraph<S>... bigraphs) Compute the tensor product in a row.Nesting operation for two bigraphs.BigraphComposite.parallelProduct(Bigraph<S> f) Compute the parallel product of two bigraphs.BigraphComposite.parallelProductOf(Bigraph<S>... bigraphs) Compute the parallel product in a row.Constructors in org.bigraphs.framework.core with parameters of type BigraphModifierConstructorDescriptionBigraphCompositeSupport(Bigraph<S> bigraphDelegate) BigraphDelegator(Bigraph<S> bigraphDelegate) ElementaryBigraph(Bigraph<S> bigraphDelegate) -
Uses of Bigraph in org.bigraphs.framework.core.analysis
Classes in org.bigraphs.framework.core.analysis with type parameters of type BigraphModifier and TypeClassDescriptionclassBigraphDecomposer<B extends Bigraph<? extends Signature<?>>>This class provides access to decomposition approaches to bigraphs.interfaceBigraphDecompositionStrategy<B extends Bigraph<? extends Signature<?>>>Strategy interface for concrete bigraph decomposition implementations.Methods in org.bigraphs.framework.core.analysis with type parameters of type BigraphModifier and TypeMethodDescriptionstatic <B extends Bigraph<? extends Signature<?>>,T extends BigraphDecomposer<B>>
TBigraphDecomposer.create(BigraphDecompositionStrategy.DecompositionStrategy strategy) Methods in org.bigraphs.framework.core.analysis that return types with arguments of type BigraphModifier and TypeMethodDescriptionBigraphDecompositionStrategy.DecompositionStrategy.getBigraphClassType()Class<? extends BigraphDecomposer<? extends Bigraph<? extends Signature<?>>>> BigraphDecompositionStrategy.DecompositionStrategy.getDecomposerClassType()Class<? extends BigraphDecompositionStrategy<? extends Bigraph<? extends Signature<?>>>> BigraphDecompositionStrategy.DecompositionStrategy.getImplClassType() -
Uses of Bigraph in org.bigraphs.framework.core.factory
Fields in org.bigraphs.framework.core.factory with type parameters of type BigraphMethods in org.bigraphs.framework.core.factory that return types with arguments of type BigraphModifier and TypeMethodDescriptionAbstractBigraphFactory.getBigraphClassType()BigraphFactoryElement.getBigraphClassType()Methods in org.bigraphs.framework.core.factory with parameters of type BigraphModifier and TypeMethodDescriptionabstract BigraphComposite<S> AbstractBigraphFactory.asBigraphOperator(Bigraph<S> outerBigraph) Create a composition object for a given bigraph which allows to compose bigraphs.KindBigraphFactory.asBigraphOperator(Bigraph<KindSignature> outerBigraph) PureBigraphFactory.asBigraphOperator(Bigraph<DynamicSignature> outerBigraph) static <S extends Signature<? extends Control<?,?>>>
BigraphComposite<S> Method parameters in org.bigraphs.framework.core.factory with type arguments of type BigraphModifier and TypeMethodDescriptionstatic <T extends AbstractBigraphFactory<?>>
TFactoryCreationContext.findFactoryFor(Class<? extends Bigraph> bigraphClass) -
Uses of Bigraph in org.bigraphs.framework.core.impl.elementary
Classes in org.bigraphs.framework.core.impl.elementary that implement BigraphModifier and TypeClassDescriptionclassDiscreteIon<S extends AbstractEcoreSignature<? extends Control<? extends NamedType<?>,? extends FiniteOrdinal<?>>>> This class represents a discrete ion.classclassclassclassclassclassIdentity of a barren.classclassA merge maps m sites to a single root where m > 0.classBase class of a bijective placing.classSymmetry placings -
Uses of Bigraph in org.bigraphs.framework.core.impl.pure
Classes in org.bigraphs.framework.core.impl.pure that implement BigraphModifier and TypeClassDescriptionclassclassEcore-based model implementation of a pure bigraph.classPureBigraphComposite<S extends AbstractEcoreSignature<? extends Control<?,?>>> Composable bigraph implementation ofBigraphCompositefor pure bigraphs.Methods in org.bigraphs.framework.core.impl.pure with parameters of type BigraphModifier and TypeMethodDescriptionprotected voidPureBigraphComposite.assertSignaturesAreSame(Bigraph<S> outer, Bigraph<S> inner) PureBigraphComposite.juxtpositionOf(Bigraph<S>... bigraphs) PureBigraphComposite.parallelProduct(Bigraph<S> f) PureBigraphComposite.parallelProductOf(Bigraph<S>... bigraphs) Constructors in org.bigraphs.framework.core.impl.pure with parameters of type BigraphModifierConstructorDescriptionPureBigraphComposite(Bigraph<S> bigraph) Constructs a composable bigraph from the givenBigraph. -
Uses of Bigraph in org.bigraphs.framework.core.reactivesystem
Classes in org.bigraphs.framework.core.reactivesystem with type parameters of type BigraphModifier and TypeClassDescriptionclassAbstractReactionRule<B extends Bigraph<? extends Signature<?>>>This base class represents an immutable data structure for all kinds of reaction rules.static classAbstractReactionRule.ReactiveSystemBoundReactionRule<B extends Bigraph<? extends Signature<?>>>classAbstractSimpleReactiveSystem<B extends Bigraph<? extends Signature<?>>>Abstract class of a "nice and simple" bigraphical reactive system (BRS).static classAbstractSimpleReactiveSystem.TransitionSystemBoundSimpleReactiveSystem<B extends Bigraph<? extends Signature<?>>>A bigraphical reactive system (BRS) bounded to a reaction graph.interfaceBigraphMatch<B extends Bigraph<? extends Signature<?>>>This interface represents a result of a bigraph matching and is used by theBigraphMatchingEnginein the simulation module.interfaceBMatchResult<B extends Bigraph<? extends Signature<?>>>Generic interface for bigraph rewriting matching results.classConditionalParametricRuleDecorator<B extends Bigraph<? extends Signature<?>>>static interfaceConditionalParametricRuleDecorator.RuleConditionMatcher<B extends Bigraph<? extends Signature<?>>>classGroundReactionRule<B extends Bigraph<? extends Signature<?>>>Concrete implementation of a ground reaction rule.classParametricReactionRule<B extends Bigraph<? extends Signature<?>>>Concrete implementation of a parametric reaction rule.classReactionGraph<B extends Bigraph<? extends Signature<?>>>This data structure represents a "reaction graph", analogous to a labeled transition system.classReactionGraphCollapsed<B extends Bigraph<? extends Signature<?>>>This class represents a "collapsed", "reduced" reaction graph, possibly consolidated by a minimization algorithm (e.g., bisim minimization).classReactionGraphStats<B extends Bigraph<? extends Signature<?>>>interfaceReactionRule<B extends Bigraph<? extends Signature<?>>>Common interface for reaction rules.interfaceReactiveSystem<B extends Bigraph<? extends Signature<?>>>Base interface for bigraphical reactive systems.classReactiveSystemPredicate<B extends Bigraph<? extends Signature<?>>>Predicate interface for the reaction graph.classTransitionTriple<B extends Bigraph<? extends Signature<?>>>A transition of a labelled transition system is a triple containing the source and target and the label (i.e., the arrow itself which is a bigraph as well).Fields in org.bigraphs.framework.core.reactivesystem declared as BigraphModifier and TypeFieldDescriptionprotected BAbstractSimpleReactiveSystem.initialAgentprotected final BAbstractReactionRule.reactumprotected final BAbstractReactionRule.redexMethods in org.bigraphs.framework.core.reactivesystem with type parameters of type BigraphModifier and TypeMethodDescriptionBigraphMatch.getContextIdentity()Identity link graph for the composition of the context and the redex image (seeBigraphMatch.getRedexImage().BigraphMatch.getRedexIdentity()Get the identity link graph of the redex to build the redex image.Methods in org.bigraphs.framework.core.reactivesystem that return types with arguments of type BigraphModifier and TypeMethodDescriptionList<BMatchResult<? extends Bigraph<? extends Signature<?>>>> AbstractTransitionSystem.Transition.getMatchResults()Constructor parameters in org.bigraphs.framework.core.reactivesystem with type arguments of type BigraphModifierConstructorDescriptionTransition(B source, B target, String label, List<BMatchResult<? extends Bigraph<? extends Signature<?>>>> matchResults) -
Uses of Bigraph in org.bigraphs.framework.core.reactivesystem.analysis
Classes in org.bigraphs.framework.core.reactivesystem.analysis with type parameters of type BigraphModifier and TypeClassDescriptionclassReactionGraphAnalysis<B extends Bigraph<? extends Signature<?>>>This class provides various analysis methods/operations based on labelled transition system, specifically, for theReactionGraphclass.static classReactionGraphAnalysis.StateTrace<B extends Bigraph<? extends Signature<?>>>Object containing one path from a state v of a reaction graph to one leave of the subtree rooted at state vMethods in org.bigraphs.framework.core.reactivesystem.analysis with type parameters of type BigraphModifier and TypeMethodDescriptionstatic <B extends Bigraph<? extends Signature<?>>>
ReactionGraphAnalysis<B> ReactionGraphAnalysis.createInstance()Create an instance ofReactionGraphAnalysis. -
Uses of Bigraph in org.bigraphs.framework.core.utils
Fields in org.bigraphs.framework.core.utils with type parameters of type BigraphModifier and TypeFieldDescriptionstatic BinaryOperator<Bigraph<DynamicSignature>> BigraphUtil.ACCUMULATOR_MERGE_PRODUCTstatic BinaryOperator<Bigraph<DynamicSignature>> BigraphUtil.ACCUMULATOR_PARALLEL_PRODUCTMethods in org.bigraphs.framework.core.utils that return BigraphModifier and TypeMethodDescriptionstatic <S extends AbstractEcoreSignature<? extends Control<?,?>>>
Bigraph<S> static <S extends AbstractEcoreSignature<? extends Control<?,?>>>
Bigraph<S> BigraphUtil.copyIfSame(Bigraph<S> g, Bigraph<S> f) static BigraphBigraphUtil.reorderBigraphs(List<Bigraph> discreteBigraphs, InstantiationMap instantiationMap) Each bigraph represents a "parameter" in a list.Methods in org.bigraphs.framework.core.utils with parameters of type BigraphModifier and TypeMethodDescriptionstatic <S extends AbstractEcoreSignature<? extends Control<?,?>>>
Bigraph<S> static <S extends AbstractEcoreSignature<? extends Control<?,?>>>
Bigraph<S> BigraphUtil.copyIfSame(Bigraph<S> g, Bigraph<S> f) static booleanBigraphUtil.isBigraphElementaryLinking(Bigraph<?> bigraph) static booleanBigraphUtil.isBigraphElementaryPlacing(Bigraph<?> bigraph) static booleanBigraphUtil.isElementaryBigraph(Bigraph<?> bigraph) Basic checking method for simple elementary bigraphs such as a merge or closure.static booleanBigraphUtil.isSomeParentOfNode(BigraphEntity<?> node, BigraphEntity<?> possibleParent, Bigraph<?> bigraph) Method parameters in org.bigraphs.framework.core.utils with type arguments of type BigraphModifier and TypeMethodDescriptionstatic BigraphBigraphUtil.reorderBigraphs(List<Bigraph> discreteBigraphs, InstantiationMap instantiationMap) Each bigraph represents a "parameter" in a list. -
Uses of Bigraph in org.bigraphs.framework.simulation.encoding
Classes in org.bigraphs.framework.simulation.encoding with type parameters of type BigraphMethods in org.bigraphs.framework.simulation.encoding with type parameters of type Bigraph -
Uses of Bigraph in org.bigraphs.framework.simulation.encoding.hash
Classes in org.bigraphs.framework.simulation.encoding.hash with type parameters of type BigraphModifier and TypeInterfaceDescriptioninterfaceBigraphHashFunction<B extends Bigraph<? extends Signature<?>>>Base interface to implement hash functions for bigraphs.Methods in org.bigraphs.framework.simulation.encoding.hash with type parameters of type BigraphModifier and TypeMethodDescriptionstatic <B extends Bigraph<? extends Signature<?>>>
BigraphHashFunction<B> Factory method to create the respective hashing function class for the given bigraph classbClass. -
Uses of Bigraph in org.bigraphs.framework.simulation.equivalence
Classes in org.bigraphs.framework.simulation.equivalence with type parameters of type BigraphModifier and TypeClassDescriptionclassBisimulationCheckerSupport<B extends Bigraph<? extends Signature<?>>,AST extends ReactionGraph<B>> This implementation provides a basic extensible (template) method for computing bisimilarity of LTSs.classReactionGraphExtended<B extends Bigraph<? extends Signature<?>>>This is a "wrapper" class that extends the basic reaction graph structureReactionGraph, and contains an instance of the behavioral equivalence mixin implementation ofBehavioralEquivalenceMixin.classStrongBisimulationMixinImpl<B extends Bigraph<? extends Signature<?>>,AST extends ReactionGraph<B>> Mixin Infrastructure-related class. -
Uses of Bigraph in org.bigraphs.framework.simulation.equivalence.adapter
Classes in org.bigraphs.framework.simulation.equivalence.adapter with type parameters of type BigraphModifier and TypeClassDescriptionclassBighuggiesBisimulationProcessAdapter<B extends Bigraph<? extends Signature<?>>,AST extends ReactionGraph<B>> An adapter forAbstractTransitionSystemobjects in Bigraph Framework for the external Java library "bighuggies:bisimulation" (shaded in the Simulation Module dependency). -
Uses of Bigraph in org.bigraphs.framework.simulation.matching
Classes in org.bigraphs.framework.simulation.matching with type parameters of type BigraphModifier and TypeClassDescriptionclassAbstractBigraphMatcher<B extends Bigraph<? extends Signature<?>>>Abstract class for matching bigraphs against reaction rules.classAbstractDynamicMatchAdapter<S extends AbstractEcoreSignature<? extends Control<?,?>>, B extends Bigraph<S> & EcoreBigraph<S>> An adapter for bigraphs used for the matching procedure.interfaceBigraphMatchingEngine<B extends Bigraph<? extends Signature<?>>>An interface representing a matching engine for bigraphs.classMatchIterable<T extends BigraphMatch<? extends Bigraph<?>>>Custom iterable implementation for matches of typeBigraphMatch.Classes in org.bigraphs.framework.simulation.matching that implement BigraphModifier and TypeClassDescriptionclassAbstractDynamicMatchAdapter<S extends AbstractEcoreSignature<? extends Control<?,?>>, B extends Bigraph<S> & EcoreBigraph<S>> An adapter for bigraphs used for the matching procedure.Fields in org.bigraphs.framework.simulation.matching declared as BigraphModifier and TypeFieldDescriptionprotected BAbstractBigraphMatcher.agentprotected BAbstractBigraphMatcher.redexMethods in org.bigraphs.framework.simulation.matching with type parameters of type BigraphModifier and TypeMethodDescriptionstatic <B extends Bigraph<? extends Signature<?>>>
AbstractBigraphMatcher<B> -
Uses of Bigraph in org.bigraphs.framework.simulation.matching.pure
Classes in org.bigraphs.framework.simulation.matching.pure that implement BigraphMethods in org.bigraphs.framework.simulation.matching.pure that return BigraphModifier and TypeMethodDescriptionPureBigraphMatch.getContextIdentity()Note: The return type is of classBigraphwith aDynamicSignature.PureBigraphMatch.getRedexIdentity()Methods in org.bigraphs.framework.simulation.matching.pure with parameters of type BigraphModifier and TypeMethodDescriptionIHSFilter.adj(BigraphEntity.NodeEntity<?> node, Bigraph<?> bigraph) intIHSFilter.degree(BigraphEntity.NodeEntity<?> node, Bigraph<?> bigraph) IHSFilter.getIncidentHyperedges(BigraphEntity.NodeEntity<?> node, Bigraph<?> bigraph) IHSFilter.getOfNodesForHyperedgeWithLabel(BigraphEntity.Link he, String label, Bigraph<?> bigraph) intIHSFilter.numOfadj(BigraphEntity.NodeEntity<?> node, Bigraph<?> bigraph) Constructors in org.bigraphs.framework.simulation.matching.pure with parameters of type BigraphModifierConstructorDescriptionPureBigraphMatch(it.uniud.mads.jlibbig.core.std.Match jLibMatchResult, PureBigraph context, PureBigraph redex, PureBigraph redexImage, Bigraph<DynamicSignature> redexIdentity, PureBigraph paramWiring, Collection<PureBigraph> parameters) PureBigraphMatch(PureBigraph context, PureBigraph redex, PureBigraph redexImage, Collection<PureBigraph> parameters, Bigraph<DynamicSignature> redexIdentity, Bigraph<DynamicSignature> contextIdentity) Deprecated.SubHypergraphIsoSearch(Bigraph<?> redex, Bigraph<?> agent) -
Uses of Bigraph in org.bigraphs.framework.simulation.modelchecking
Classes in org.bigraphs.framework.simulation.modelchecking with type parameters of type BigraphModifier and TypeClassDescriptionclassBFSFirstMatchStrategy<B extends Bigraph<? extends Signature<?>>>A breadth-first exploration strategy that selects only the first available match in "natural matcher order" for each reaction rule when checking a state.classBigraphModelChecker<B extends Bigraph<? extends Signature<?>>>A model checker for Bigraphical Reactive Systems (BRS) that simulates state-space evolution by repeatedly applying reaction rules.static interfaceBigraphModelChecker.ReactiveSystemListener<B extends Bigraph<? extends Signature<?>>>classBreadthFirstStrategy<B extends Bigraph<? extends Signature<?>>>The algorithm implemented here to synthesize the "reaction graph" is adopted from [1].classDepthFirstStrategy<B extends Bigraph<? extends Signature<?>>>This algorithm implements a depth-first model checking algorithm.classDFSFirstMatchStrategy<B extends Bigraph<? extends Signature<?>>>A depth-first exploration strategy that selects only the first available match in "natural matcher order" for each reaction rule when checking a state.interfaceModelCheckingStrategy<B extends Bigraph<? extends Signature<?>>>Strategy pattern for implementing new model checking algorithms.classModelCheckingStrategySupport<B extends Bigraph<? extends Signature<?>>>Base class for supporting model checking strategy implementations.static classModelCheckingStrategySupport.MatchResult<B extends Bigraph<? extends Signature<?>>>classRandomAgentModelCheckingStrategy<B extends Bigraph<? extends Signature<?>>>Random state-space traversal without cycle-checking and predicate evaluation.classSimulatedAnnealingFrontierStrategy<B extends Bigraph<? extends Signature<?>>>Methods in org.bigraphs.framework.simulation.modelchecking with type parameters of type BigraphModifier and TypeMethodDescriptionstatic <B extends Bigraph<? extends Signature<?>>>
Class<? extends ModelCheckingStrategy> BigraphModelChecker.SimulationStrategy.getSimulationStrategyClass(BigraphModelChecker.SimulationStrategy.Type type) -
Uses of Bigraph in org.bigraphs.framework.simulation.modelchecking.predicates
Classes in org.bigraphs.framework.simulation.modelchecking.predicates with type parameters of type BigraphModifier and TypeClassDescriptionclassAndPredicate<B extends Bigraph<? extends Signature<?>>>A composite predicate which concatenates all given predicates with the and operator.classBigraphIsoPredicate<B extends Bigraph<? extends Signature<?>>>Predicate implementation that returnstrueif two bigraphs are isomorphic (i.e., structurally equivalent).classOrPredicate<B extends Bigraph<? extends Signature<?>>>A composite predicate which concatenates all given predicates with the or operator.classPredicateChecker<B extends Bigraph<? extends Signature<?>>>The task of the class is to evaluate a given set of predicates of classReactiveSystemPredicate.classSubBigraphMatchPredicate<B extends Bigraph<? extends Signature<?>>>Simple predicate implementation that returns true if one bigraph is contained in another (subbigraph matching problem).Methods in org.bigraphs.framework.simulation.modelchecking.predicates with type parameters of type BigraphModifier and TypeMethodDescriptionstatic <B extends Bigraph<? extends Signature<?>>>
BigraphIsoPredicate<B> BigraphIsoPredicate.create(B bigraphToMatch) static <B extends Bigraph<? extends Signature<?>>>
BigraphIsoPredicate<B> BigraphIsoPredicate.create(B bigraphToMatch, boolean negate) static <B extends Bigraph<? extends Signature<?>>>
SubBigraphMatchPredicate<B> SubBigraphMatchPredicate.create(B bigraphToMatch) static <B extends Bigraph<? extends Signature<?>>>
SubBigraphMatchPredicate<B> SubBigraphMatchPredicate.create(B bigraphToMatch, boolean negate) -
Uses of Bigraph in org.bigraphs.framework.simulation.modelchecking.reactions
Classes in org.bigraphs.framework.simulation.modelchecking.reactions with type parameters of type BigraphModifier and TypeClassDescriptionclassAbstractAgentMatchSupplier<B extends Bigraph<? extends Signature<?>>>Abstract base class for all agent match suppliers.classAbstractReactionRuleSupplier<B extends Bigraph<? extends Signature<?>>>Abstract base class for stream-based reaction rule suppliers.final classInOrderReactionRuleSupplier<B extends Bigraph<? extends Signature<?>>>Specific implementation of theAbstractReactionRuleSupplier.final classRandomAgentMatchSupplier<B extends Bigraph<? extends Signature<?>>>Specific implementation ofAbstractAgentMatchSupplier.Methods in org.bigraphs.framework.simulation.modelchecking.reactions with type parameters of type BigraphModifier and TypeMethodDescriptionstatic <B extends Bigraph<? extends Signature<?>>>
InOrderReactionRuleSupplier<B> AbstractReactionRuleSupplier.createInOrder(Collection<ReactionRule<B>> availableRules) static <B extends Bigraph<? extends Signature<?>>>
RandomAgentMatchSupplier<B> AbstractReactionRuleSupplier.createRandom(Collection<B> availableRules) -
Uses of Bigraph in org.bigraphs.framework.visualization
Classes in org.bigraphs.framework.visualization with type parameters of type BigraphModifier and TypeClassDescriptionclassReactionGraphExporter<B extends Bigraph<? extends Signature<?>>>A graphics exporter for reaction graphs.Methods in org.bigraphs.framework.visualization that return types with arguments of type BigraphModifier and TypeMethodDescriptionBigraphGraphvizExporter.with(GraphicalFeatureSupplier<?> supplier) Methods in org.bigraphs.framework.visualization with parameters of type Bigraph