Uses of Class
org.bigraphs.framework.core.impl.BigraphEntity.Edge
Packages that use BigraphEntity.Edge
Package
Description
-
Uses of BigraphEntity.Edge in org.bigraphs.framework.core
Methods in org.bigraphs.framework.core that return types with arguments of type BigraphEntity.Edge -
Uses of BigraphEntity.Edge in org.bigraphs.framework.core.impl.pure
Fields in org.bigraphs.framework.core.impl.pure with type parameters of type BigraphEntity.EdgeModifier and TypeFieldDescriptionprotected final Map<String, BigraphEntity.Edge> PureBigraphBuilder.availableEdgesMethods in org.bigraphs.framework.core.impl.pure that return BigraphEntity.EdgeModifier and TypeMethodDescriptionPureBigraphMutable.addEdge()Adds a new edge to the bigraph with an auto-generated name.Adds a new edge to the bigraph with the specified name.protected BigraphEntity.EdgePureBigraphBuilder.connectByEdge(BigraphEntity.NodeEntity<Control>... nodes) protected BigraphEntity.EdgePureBigraphBuilder.createEdgeOfEClass()Creates an edge of EClassBEdgeand adds it to the list of available edgesavailableEdges.protected BigraphEntity.EdgePureBigraphBuilder.createEdgeOfEClass(org.eclipse.emf.ecore.EObject eObject) BigraphChangeEvent.EdgeAdded.getEdge()BigraphChangeEvent.EdgeRemoved.getEdge()Methods in org.bigraphs.framework.core.impl.pure that return types with arguments of type BigraphEntity.EdgeModifier and TypeMethodDescriptionMutableBuilder.availableEdges()MutableBuilder.getCreatedEdges()KindBigraph.getEdges()PureBigraph.getEdges()PureBigraphMutable.getEdges()Methods in org.bigraphs.framework.core.impl.pure with parameters of type BigraphEntity.EdgeModifier and TypeMethodDescriptionvoidMutableBuilder.connectToEdge(BigraphEntity.NodeEntity<Control> node, BigraphEntity.Edge theLink) protected voidPureBigraphBuilder.connectToEdge(BigraphEntity.NodeEntity<Control> node, BigraphEntity.Edge edge) no checks are done here... usePureBigraphBuilder.isConnectedWithLink(BigraphEntity.NodeEntity, EObject)voidPureBigraphMutable.removeEdge(BigraphEntity.Edge edge) Removes an edge from the bigraph.Constructors in org.bigraphs.framework.core.impl.pure with parameters of type BigraphEntity.EdgeModifierConstructorDescriptionEdgeAdded(PureBigraphMutable source, BigraphEntity.Edge edge) EdgeRemoved(PureBigraphMutable source, BigraphEntity.Edge edge) -
Uses of BigraphEntity.Edge in org.bigraphs.framework.simulation.encoding
Method parameters in org.bigraphs.framework.simulation.encoding with type arguments of type BigraphEntity.EdgeModifier and TypeMethodDescriptionPureCanonicalForm.RewriteFunction.rewrite(org.eclipse.collections.api.map.sorted.MutableSortedMap<String, BigraphEntity.Edge> E2, org.eclipse.collections.api.map.sorted.MutableSortedMap<String, BigraphEntity.OuterName> O2, BigraphEntity.Link l, Supplier<String> rewriteEdgeNameSupplier, Supplier<String> rewriteOuterNameSupplier, boolean printNodeIdentifiers)