Uses of Class
org.bigraphs.framework.core.impl.pure.PureBigraph
Packages that use PureBigraph
Package
Description
-
Uses of PureBigraph in org.bigraphs.framework.converter.bigmc
Method parameters in org.bigraphs.framework.converter.bigmc with type arguments of type PureBigraphModifier and TypeMethodDescriptionvoidBigMcTransformator.toOutputStream(ReactiveSystem<PureBigraph> system, OutputStream outputStream) BigMcTransformator.toString(ReactiveSystem<PureBigraph> system) -
Uses of PureBigraph in org.bigraphs.framework.converter.bigrapher
Method parameters in org.bigraphs.framework.converter.bigrapher with type arguments of type PureBigraphModifier and TypeMethodDescriptionBigrapherTransformator.toString(ReactiveSystem<PureBigraph> system) -
Uses of PureBigraph in org.bigraphs.framework.converter.bigred
Fields in org.bigraphs.framework.converter.bigred declared as PureBigraphModifier and TypeFieldDescriptionprotected PureBigraphDefaultReactionRuleXMLLoader.reactumprotected PureBigraphDefaultReactionRuleXMLLoader.redexMethods in org.bigraphs.framework.converter.bigred that return PureBigraphMethods in org.bigraphs.framework.converter.bigred that return types with arguments of type PureBigraphModifier and TypeMethodDescriptionDefaultReactionRuleXMLLoader.importObject()Return the reaction rule object after callingDefaultReactionRuleXMLLoader.readXml(String)DefaultSimulationSpecXMLLoader.importObject()Constructor parameters in org.bigraphs.framework.converter.bigred with type arguments of type PureBigraphModifierConstructorDescriptionDefaultSimulationSpecXMLLoader(AbstractSimpleReactiveSystem<PureBigraph> reactiveSystem) -
Uses of PureBigraph in org.bigraphs.framework.converter.ecore
Methods in org.bigraphs.framework.converter.ecore with parameters of type PureBigraphModifier and TypeMethodDescriptionvoidEcoreAgentConverter.toOutputStream(PureBigraph bigraph, OutputStream outputStream) EcoreAgentConverter.toString(PureBigraph bigraph) Throws a runtime exception if the encoding fails.Method parameters in org.bigraphs.framework.converter.ecore with type arguments of type PureBigraphModifier and TypeMethodDescriptionvoidEcoreConverter.toOutputStream(ReactiveSystem<PureBigraph> system, OutputStream outputStream) EcoreConverter.toString(ReactiveSystem<PureBigraph> system) -
Uses of PureBigraph in org.bigraphs.framework.converter.graphml
Methods in org.bigraphs.framework.converter.graphml with parameters of type PureBigraphModifier and TypeMethodDescriptionvoidPureBigraph2GraphMLPrettyPrinter.toOutputStream(PureBigraph bigraph, OutputStream outputStream) PureBigraph2GraphMLPrettyPrinter.toString(PureBigraph bigraph) -
Uses of PureBigraph in org.bigraphs.framework.converter.jlibbig
Methods in org.bigraphs.framework.converter.jlibbig that return PureBigraphModifier and TypeMethodDescriptionJLibBigBigraphDecoder.decode(it.uniud.mads.jlibbig.core.std.Bigraph bigraph) JLibBigBigraphDecoder.decode(it.uniud.mads.jlibbig.core.std.Bigraph bigraph, DynamicSignature signature) Methods in org.bigraphs.framework.converter.jlibbig with parameters of type PureBigraphModifier and TypeMethodDescriptionit.uniud.mads.jlibbig.core.std.BigraphJLibBigBigraphEncoder.encode(PureBigraph bigraph) it.uniud.mads.jlibbig.core.std.BigraphJLibBigBigraphEncoder.encode(PureBigraph bigraph, it.uniud.mads.jlibbig.core.std.Signature providedSig) -
Uses of PureBigraph in org.bigraphs.framework.converter.rankedgraph
Constructors in org.bigraphs.framework.converter.rankedgraph with parameters of type PureBigraph -
Uses of PureBigraph in org.bigraphs.framework.converter.vcg
Methods in org.bigraphs.framework.converter.vcg with parameters of type PureBigraphModifier and TypeMethodDescriptionvoidVCGTransformator.toOutputStream(PureBigraph bigraph, OutputStream outputStream) VCGTransformator.toString(PureBigraph bigraph) -
Uses of PureBigraph in org.bigraphs.framework.core.alg.generators
Methods in org.bigraphs.framework.core.alg.generators that return PureBigraphModifier and TypeMethodDescriptionPureBigraphGenerator.generate(int t, int n, float p) PureBigraphGenerator.generate(int t, int n, float p, float p_l, float p_e) PureBigraphGenerator.generate(int t, int n, int s) PureBigraphGenerator.generate(int t, int n, int s, float p) PureBigraphGenerator.generate(int t, int n, int s, float p, float p_l, float p_e) Number of roots t must be greater or equal 0. -
Uses of PureBigraph in org.bigraphs.framework.core.analysis
Methods in org.bigraphs.framework.core.analysis that return types with arguments of type PureBigraphModifier and TypeMethodDescriptionPureBigraphDecomposerImpl.getConnectedComponents()PureLinkGraphConnectedComponents.getConnectedComponents()Get the connected component as disjoint bigraphs.Methods in org.bigraphs.framework.core.analysis with parameters of type PureBigraphModifier and TypeMethodDescriptionvoidPureLinkGraphConnectedComponents.decompose(PureBigraph linkGraph) Entrypoint of the algorithm.static booleanBigraphConnectivityChecker.isFullyConnected(PureBigraph bigraph) Checks if all nodes in the place graph of the given bigraph are fully connected.Constructor parameters in org.bigraphs.framework.core.analysis with type arguments of type PureBigraphModifierConstructorDescriptionprotectedPureBigraphDecomposerImpl(BigraphDecompositionStrategy<PureBigraph> decompositionStrategy) -
Uses of PureBigraph in org.bigraphs.framework.core.impl.pure
Subclasses of PureBigraph in org.bigraphs.framework.core.impl.pureModifier and TypeClassDescriptionclassMutable extension ofPureBigraphthat supports live editing operations.Methods in org.bigraphs.framework.core.impl.pure that return PureBigraphModifier and TypeMethodDescriptionPureBigraphBuilder.create()PureBigraphBuilder.Hierarchy.create()PureBigraphComposite.getOuterBigraph()Function that makes the nodes disjunct in terms of there names. -
Uses of PureBigraph in org.bigraphs.framework.core.reactivesystem
Methods in org.bigraphs.framework.core.reactivesystem with parameters of type PureBigraphModifier and TypeMethodDescriptionprotected BigraphComposite<DynamicSignature> ReactionRuleComposer.composeBigraphs(PureBigraph left, PureBigraph right, ReactionRuleComposer.RuleProductOperation operation) Method parameters in org.bigraphs.framework.core.reactivesystem with type arguments of type PureBigraphModifier and TypeMethodDescriptionReactionRuleComposer.mergeProduct(ReactionRule<PureBigraph> left, ReactionRule<PureBigraph> right) Computes the merge product of two reaction rules.ReactionRuleComposer.parallelProduct(ReactionRule<PureBigraph> left, ReactionRule<PureBigraph> right) This method composes two rules by using the parallel product.protected RReactionRuleComposer.ruleProduct(ReactionRule<PureBigraph> left, ReactionRule<PureBigraph> right, ReactionRuleComposer.RuleProductOperation operation) -
Uses of PureBigraph in org.bigraphs.framework.core.utils
Methods in org.bigraphs.framework.core.utils that return PureBigraphModifier and TypeMethodDescriptionstatic PureBigraphBigraphUtil.toBigraph(EcoreBigraph.Stub<DynamicSignature> stub, DynamicSignature signature) static PureBigraphBigraphUtil.toBigraph(org.eclipse.emf.ecore.EPackage metaModel, org.eclipse.emf.ecore.EObject instanceModel, DynamicSignature signature) -
Uses of PureBigraph in org.bigraphs.framework.simulation.encoding
Methods in org.bigraphs.framework.simulation.encoding with parameters of type PureBigraphModifier and TypeMethodDescriptionvoidBigraphCanonicalForm.assertBigraphHasRoots(PureBigraph bigraph) PureCanonicalForm.compute(PureBigraph bigraph) -
Uses of PureBigraph in org.bigraphs.framework.simulation.encoding.hash
Methods in org.bigraphs.framework.simulation.encoding.hash with parameters of type PureBigraphModifier and TypeMethodDescriptionlongPureBigraphHash.hash(PureBigraph bigraph) Computes a "hash" for a pure bigraph by only considering the number of places, edges, inner and outer names. -
Uses of PureBigraph in org.bigraphs.framework.simulation.matching.pure
Fields in org.bigraphs.framework.simulation.matching.pure with type parameters of type PureBigraphModifier and TypeFieldDescriptionprotected ReactionRule<PureBigraph> PureBigraphMatchingEngine.reactionRuleMethods in org.bigraphs.framework.simulation.matching.pure that return PureBigraphModifier and TypeMethodDescriptionPureReactiveSystem.buildGroundReaction(PureBigraph agent, BigraphMatch<PureBigraph> match, ReactionRule<PureBigraph> rule) PureReactiveSystem.buildParametricReaction(PureBigraph agent, BigraphMatch<PureBigraph> match, ReactionRule<PureBigraph> rule) PureBigraphMatch.getContext()PureBigraphMatch.getParam()PureBigraphMatch.getRedex()PureBigraphMatch.getRedexImage()Methods in org.bigraphs.framework.simulation.matching.pure with parameters of type PureBigraphModifier and TypeMethodDescriptionPureReactiveSystem.buildGroundReaction(PureBigraph agent, BigraphMatch<PureBigraph> match, ReactionRule<PureBigraph> rule) PureReactiveSystem.buildParametricReaction(PureBigraph agent, BigraphMatch<PureBigraph> match, ReactionRule<PureBigraph> rule) 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.voidPureBigraphMatch.setContext(PureBigraph context) voidPureBigraphMatch.setParam(PureBigraph param) voidPureBigraphMatch.setRedexImage(PureBigraph redexImage) Method parameters in org.bigraphs.framework.simulation.matching.pure with type arguments of type PureBigraphModifier and TypeMethodDescriptionPureReactiveSystem.buildGroundReaction(PureBigraph agent, BigraphMatch<PureBigraph> match, ReactionRule<PureBigraph> rule) PureReactiveSystem.buildGroundReaction(PureBigraph agent, BigraphMatch<PureBigraph> match, ReactionRule<PureBigraph> rule) PureReactiveSystem.buildParametricReaction(PureBigraph agent, BigraphMatch<PureBigraph> match, ReactionRule<PureBigraph> rule) PureReactiveSystem.buildParametricReaction(PureBigraph agent, BigraphMatch<PureBigraph> match, ReactionRule<PureBigraph> rule) protected final it.uniud.mads.jlibbig.core.std.BigraphPureReactiveSystem.instantiateReactum(it.uniud.mads.jlibbig.core.std.Match match, ReactionRule<PureBigraph> rule) Instantiates rule's reactum with respect to the given match.protected final it.uniud.mads.jlibbig.core.std.BigraphPureReactiveSystem.instantiateReactumV2(it.uniud.mads.jlibbig.core.std.Match match, ReactionRule<PureBigraph> rule) 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.Constructors in org.bigraphs.framework.simulation.matching.pure with parameters of type PureBigraphModifierConstructorDescriptionPureBigraphMatch(it.uniud.mads.jlibbig.core.std.Match jLibMatchResult, PureBigraph context, PureBigraph redex, PureBigraph redexImage, Bigraph<DynamicSignature> redexIdentity, PureBigraph paramWiring, Collection<PureBigraph> parameters) protectedPureBigraphMatchingEngine(PureBigraph agent, ReactionRule<PureBigraph> reactionRule) Constructor parameters in org.bigraphs.framework.simulation.matching.pure with type arguments of type PureBigraphModifierConstructorDescriptionPureBigraphMatch(it.uniud.mads.jlibbig.core.std.Match jLibMatchResult, PureBigraph context, PureBigraph redex, PureBigraph redexImage, Bigraph<DynamicSignature> redexIdentity, PureBigraph paramWiring, Collection<PureBigraph> parameters) protectedPureBigraphMatchingEngine(PureBigraph agent, ReactionRule<PureBigraph> reactionRule) -
Uses of PureBigraph in org.bigraphs.framework.simulation.modelchecking
Constructor parameters in org.bigraphs.framework.simulation.modelchecking with type arguments of type PureBigraphModifierConstructorDescriptionPureBigraphModelChecker(ReactiveSystem<PureBigraph> reactiveSystem, BigraphModelChecker.SimulationStrategy.Type simulationStrategyType, ModelCheckingOptions options) PureBigraphModelChecker(ReactiveSystem<PureBigraph> reactiveSystem, BigraphModelChecker.SimulationStrategy.Type simulationStrategyType, ModelCheckingOptions options, BigraphModelChecker.ReactiveSystemListener<PureBigraph> listener) PureBigraphModelChecker(ReactiveSystem<PureBigraph> reactiveSystem, BigraphModelChecker.SimulationStrategy.Type simulationStrategyType, ModelCheckingOptions options, BigraphModelChecker.ReactiveSystemListener<PureBigraph> listener) PureBigraphModelChecker(ReactiveSystem<PureBigraph> reactiveSystem, ModelCheckingOptions options) PureBigraphModelChecker(ReactiveSystem<PureBigraph> reactiveSystem, ModelCheckingStrategy<PureBigraph> modelCheckingStrategy, ModelCheckingOptions options) PureBigraphModelChecker(ReactiveSystem<PureBigraph> reactiveSystem, ModelCheckingStrategy<PureBigraph> modelCheckingStrategy, ModelCheckingOptions options) -
Uses of PureBigraph in org.bigraphs.framework.visualization
Constructors in org.bigraphs.framework.visualization with parameters of type PureBigraphModifierConstructorDescriptionSwingGraphStreamer(PureBigraph bigraph) SwingGraphStreamer(PureBigraph bigraph, boolean withSites, boolean withRoots) SwingGraphStreamer(PureBigraph bigraph, boolean withSites, boolean withRoots, boolean darkMode)