Uses of Class
org.bigraphs.framework.core.impl.BigraphEntity.Port
Packages that use BigraphEntity.Port
Package
Description
-
Uses of BigraphEntity.Port in org.bigraphs.framework.core
Methods in org.bigraphs.framework.core that return types with arguments of type BigraphEntity.PortModifier and TypeMethodDescriptionBigraph.getPorts(BigraphEntity<?> node) Return all ports of a node.BigraphDelegator.getPorts(BigraphEntity<?> node) ElementaryBigraph.getPorts(BigraphEntity<?> node) Methods in org.bigraphs.framework.core with parameters of type BigraphEntity.PortModifier and TypeMethodDescription<C extends Control<?,?>>
BigraphEntity.NodeEntity<C> Bigraph.getNodeOfPort(BigraphEntity.Port port) <C extends Control<?,?>>
BigraphEntity.NodeEntity<C> BigraphDelegator.getNodeOfPort(BigraphEntity.Port port) <C extends Control<?,?>>
BigraphEntity.NodeEntity<C> ElementaryBigraph.getNodeOfPort(BigraphEntity.Port port) Always returnsnull, since elementary bigraphs are node-free bigraphs -
Uses of BigraphEntity.Port in org.bigraphs.framework.core.impl
Methods in org.bigraphs.framework.core.impl with parameters of type BigraphEntity.Port -
Uses of BigraphEntity.Port in org.bigraphs.framework.core.impl.pure
Methods in org.bigraphs.framework.core.impl.pure that return BigraphEntity.PortModifier and TypeMethodDescriptionPureBigraphMutable.addPortToNode(BigraphEntity.NodeEntity<?> node) Adds a new port to a node.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.BigraphChangeEvent.LinkConnected.getPort()BigraphChangeEvent.LinkDisconnected.getPort()Methods in org.bigraphs.framework.core.impl.pure that return types with arguments of type BigraphEntity.PortModifier and TypeMethodDescriptionKindBigraph.getPorts(BigraphEntity<?> node) PureBigraph.getPorts(BigraphEntity<?> node) Return all ports of a node.Methods in org.bigraphs.framework.core.impl.pure with parameters of type BigraphEntity.PortModifier and TypeMethodDescriptionvoidPureBigraphMutable.connectPortToLink(BigraphEntity.Port port, BigraphEntity.Link link) Connects a port to a link (edge or outer name).voidPureBigraphMutable.disconnectPort(BigraphEntity.Port port) Disconnects a port from its link.<C extends Control<?,?>>
BigraphEntity.NodeEntity<C> KindBigraph.getNodeOfPort(BigraphEntity.Port port) PureBigraph.getNodeOfPort(BigraphEntity.Port port) PureBigraphMutable.getNodeOfPort(BigraphEntity.Port port) Constructors in org.bigraphs.framework.core.impl.pure with parameters of type BigraphEntity.PortModifierConstructorDescriptionLinkConnected(PureBigraphMutable source, BigraphEntity.Port port, BigraphEntity.Link link) LinkDisconnected(PureBigraphMutable source, BigraphEntity.Port port, BigraphEntity.Link link)