Uses of Class
org.bigraphs.framework.core.impl.BigraphEntity.Link
Packages that use BigraphEntity.Link
Package
Description
-
Uses of BigraphEntity.Link in org.bigraphs.framework.core
Methods in org.bigraphs.framework.core that return BigraphEntity.LinkModifier and TypeMethodDescriptionBigraph.getLinkOfPoint(BigraphEntity<?> point) Returns the link of a bigraph's point type.BigraphDelegator.getLinkOfPoint(BigraphEntity<?> point) ElementaryBigraph.getLinkOfPoint(BigraphEntity<?> point) Methods in org.bigraphs.framework.core that return types with arguments of type BigraphEntity.LinkModifier and TypeMethodDescriptionBigraph.getAllLinks()BigraphDelegator.getAllLinks()ElementaryBigraph.getAllLinks()default <C extends Control<?,?>>
Collection<BigraphEntity.Link> Bigraph.getIncidentLinksOf(BigraphEntity.NodeEntity<C> node) Returns all incidents links (i.e., edges and outer names) for the given nodeMethods in org.bigraphs.framework.core with parameters of type BigraphEntity.LinkModifier and TypeMethodDescriptionBigraph.getPointsFromLink(BigraphEntity.Link linkEntity) Get all point entities (i.e., ports and inner names) of a link entity (i.e., edges and outer names).BigraphDelegator.getPointsFromLink(BigraphEntity.Link linkEntity) ElementaryBigraph.getPointsFromLink(BigraphEntity.Link linkEntity) -
Uses of BigraphEntity.Link in org.bigraphs.framework.core.impl
Subclasses of BigraphEntity.Link in org.bigraphs.framework.core.implModifier and TypeClassDescriptionstatic classstatic class -
Uses of BigraphEntity.Link in org.bigraphs.framework.core.impl.pure
Methods in org.bigraphs.framework.core.impl.pure that return BigraphEntity.LinkModifier and TypeMethodDescriptionBigraphChangeEvent.InnerNameLinked.getLink()BigraphChangeEvent.InnerNameUnlinked.getLink()BigraphChangeEvent.LinkConnected.getLink()BigraphChangeEvent.LinkDisconnected.getLink()KindBigraph.getLinkOfPoint(BigraphEntity<?> point) PureBigraph.getLinkOfPoint(BigraphEntity<?> point) Methods in org.bigraphs.framework.core.impl.pure that return types with arguments of type BigraphEntity.LinkMethods in org.bigraphs.framework.core.impl.pure with parameters of type BigraphEntity.LinkModifier and TypeMethodDescriptionvoidPureBigraphMutable.connectInnerNameToLink(BigraphEntity.InnerName innerName, BigraphEntity.Link link) Connects an inner name to a link (edge or outer name).voidMutableBuilder.connectInnerToLink(BigraphEntity.InnerName innerName, BigraphEntity.Link edge) protected voidPureBigraphBuilder.connectInnerToLink(BigraphEntity.InnerName innerName, BigraphEntity.Link edge) PureBigraphMutable.connectNodeToLink(BigraphEntity.NodeEntity<?> node, BigraphEntity.Link link) High-level convenience method: connects a node to a link by reusing an existing free (unlinked) port when available, or by creating a new one.voidPureBigraphMutable.connectPortToLink(BigraphEntity.Port port, BigraphEntity.Link link) Connects a port to a link (edge or outer name).KindBigraph.getPointsFromLink(BigraphEntity.Link linkEntity) List<BigraphEntity<?>> PureBigraph.getPointsFromLink(BigraphEntity.Link linkEntity) Constructors in org.bigraphs.framework.core.impl.pure with parameters of type BigraphEntity.LinkModifierConstructorDescriptionInnerNameLinked(PureBigraphMutable source, BigraphEntity.InnerName innerName, BigraphEntity.Link link) InnerNameUnlinked(PureBigraphMutable source, BigraphEntity.InnerName innerName, BigraphEntity.Link link) LinkConnected(PureBigraphMutable source, BigraphEntity.Port port, BigraphEntity.Link link) LinkDisconnected(PureBigraphMutable source, BigraphEntity.Port port, BigraphEntity.Link link) -
Uses of BigraphEntity.Link in org.bigraphs.framework.simulation.encoding
Methods in org.bigraphs.framework.simulation.encoding with parameters of type BigraphEntity.LinkModifier 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) -
Uses of BigraphEntity.Link in org.bigraphs.framework.simulation.matching.pure
Methods in org.bigraphs.framework.simulation.matching.pure that return types with arguments of type BigraphEntity.LinkModifier and TypeMethodDescriptionIHSFilter.getIncidentHyperedges(BigraphEntity.NodeEntity<?> node, Bigraph<?> bigraph) Methods in org.bigraphs.framework.simulation.matching.pure with parameters of type BigraphEntity.LinkModifier and TypeMethodDescriptionIHSFilter.getOfNodesForHyperedgeWithLabel(BigraphEntity.Link he, String label, Bigraph<?> bigraph)