Uses of Class
org.bigraphs.framework.core.reactivesystem.ReactionGraph.LabeledNode
Packages that use ReactionGraph.LabeledNode
Package
Description
-
Uses of ReactionGraph.LabeledNode in org.bigraphs.framework.core.reactivesystem
Subclasses of ReactionGraph.LabeledNode in org.bigraphs.framework.core.reactivesystemModifier and TypeClassDescriptionstatic classstatic classstatic classFields in org.bigraphs.framework.core.reactivesystem with type parameters of type ReactionGraph.LabeledNodeModifier and TypeFieldDescriptionprotected org.jgrapht.Graph<ReactionGraph.LabeledNode, ReactionGraph.LabeledEdge> ReactionGraph.graphMethods in org.bigraphs.framework.core.reactivesystem that return ReactionGraph.LabeledNodeModifier and TypeMethodDescriptionprotected ReactionGraph.LabeledNodeReactionGraph.createNode(String label) Methods in org.bigraphs.framework.core.reactivesystem that return types with arguments of type ReactionGraph.LabeledNodeModifier and TypeMethodDescriptionReactionGraph.CollapsedLabeledNode.getCollapsedNodes()org.jgrapht.Graph<ReactionGraph.LabeledNode, ReactionGraph.LabeledEdge> ReactionGraph.getGraph()Get the data structure of the reaction graphReactionGraph.getLabeledNodeByCanonicalForm(String canonicalForm) ReactionGraph.getPredicateMatches()Methods in org.bigraphs.framework.core.reactivesystem with parameters of type ReactionGraph.LabeledNodeModifier and TypeMethodDescriptionReactionGraph.addPredicateMatchToNode(ReactionGraph.LabeledNode node, ReactiveSystemPredicate<B> predicates) protected ReactionGraph.CollapsedLabeledNodeReactionGraph.collapseNodes(String newLabel, ReactionGraph.LabeledNode... labeledNodes) Method parameters in org.bigraphs.framework.core.reactivesystem with type arguments of type ReactionGraph.LabeledNodeModifier and TypeMethodDescriptionvoidReactionGraph.CollapsedLabeledNode.setCollapsedNodes(List<ReactionGraph.LabeledNode> collapsedNodes) Constructors in org.bigraphs.framework.core.reactivesystem with parameters of type ReactionGraph.LabeledNodeModifierConstructorDescriptionCollapsedLabeledNode(String label, String canonicalForm, ReactionGraph.LabeledNode... collapsedNodes) Constructor parameters in org.bigraphs.framework.core.reactivesystem with type arguments of type ReactionGraph.LabeledNodeModifierConstructorDescriptionCollapsedLabeledNode(String label, String canonicalForm, List<ReactionGraph.LabeledNode> collapsedNodes) -
Uses of ReactionGraph.LabeledNode in org.bigraphs.framework.core.reactivesystem.analysis
Methods in org.bigraphs.framework.core.reactivesystem.analysis that return types with arguments of type ReactionGraph.LabeledNodeModifier and TypeMethodDescriptionstatic Function<ReactionGraph.LabeledNode, Boolean> ReactionGraphAnalysis.isLeaf(org.jgrapht.Graph<ReactionGraph.LabeledNode, ReactionGraph.LabeledEdge> jGraph) Method parameters in org.bigraphs.framework.core.reactivesystem.analysis with type arguments of type ReactionGraph.LabeledNodeModifier and TypeMethodDescriptionstatic Function<ReactionGraph.LabeledNode, Boolean> ReactionGraphAnalysis.isLeaf(org.jgrapht.Graph<ReactionGraph.LabeledNode, ReactionGraph.LabeledEdge> jGraph) -
Uses of ReactionGraph.LabeledNode in org.bigraphs.framework.simulation.modelchecking
Method parameters in org.bigraphs.framework.simulation.modelchecking with type arguments of type ReactionGraph.LabeledNodeModifier and TypeMethodDescriptiondefault voidBigraphModelChecker.ReactiveSystemListener.onPredicateViolated(B currentAgent, ReactiveSystemPredicate<B> predicate, org.jgrapht.GraphPath<ReactionGraph.LabeledNode, ReactionGraph.LabeledEdge> counterExampleTrace) Reports a violation of a predicate and supplies a counterexample trace from the initial state to the violating state. -
Uses of ReactionGraph.LabeledNode in org.bigraphs.framework.visualization
Methods in org.bigraphs.framework.visualization that return types with arguments of type ReactionGraph.LabeledNodeModifier and TypeMethodDescriptionHashMap<com.mxgraph.model.mxICell, ReactionGraph.LabeledNode> mxReactionGraph.getCellToVertexMap()Returns Hashmap which maps the visualization mxICells onto their vertices.HashMap<ReactionGraph.LabeledNode, com.mxgraph.model.mxICell> mxReactionGraph.getVertexToCellMap()Returns Hashmap which maps the vertices onto their visualization mxICells.Method parameters in org.bigraphs.framework.visualization with type arguments of type ReactionGraph.LabeledNodeModifier and TypeMethodDescriptionvoidmxReactionGraph.edgeAdded(org.jgrapht.event.GraphEdgeChangeEvent<ReactionGraph.LabeledNode, ReactionGraph.LabeledEdge> e) voidmxReactionGraph.edgeRemoved(org.jgrapht.event.GraphEdgeChangeEvent<ReactionGraph.LabeledNode, ReactionGraph.LabeledEdge> e) voidmxReactionGraph.vertexAdded(org.jgrapht.event.GraphVertexChangeEvent<ReactionGraph.LabeledNode> e) voidmxReactionGraph.vertexRemoved(org.jgrapht.event.GraphVertexChangeEvent<ReactionGraph.LabeledNode> e)