Uses of Class
org.bigraphs.framework.core.exceptions.InvalidArityOfControlException
Packages that use InvalidArityOfControlException
Package
Description
-
Uses of InvalidArityOfControlException in org.bigraphs.framework.core.exceptions.builder
Modifier and TypeClassDescriptionclassException is thrown inside a builder when the node has no free ports but a connection to a link (i.e., edge or outer name) is tried to make. -
Uses of InvalidArityOfControlException in org.bigraphs.framework.core.impl.pure
Methods in org.bigraphs.framework.core.impl.pure that throw InvalidArityOfControlExceptionModifier and TypeMethodDescriptionvoidPureBigraphBuilder.checkIfNodeIsConnectable(BigraphEntity.NodeEntity<Control> node) Checks whether a node's ports can be connected to a link (i.e., an edge or an outer name which in turn also includes inner names).protected BigraphEntity.EdgePureBigraphBuilder.connectByEdge(BigraphEntity.NodeEntity<Control>... nodes) final PureBigraphBuilder<S>.HierarchyPureBigraphBuilder.Hierarchy.connectByEdge(String... controls) final PureBigraphBuilder<S>.HierarchyPureBigraphBuilder.Hierarchy.connectByEdge(Control... controls) Creates new child nodes and connects them with an edgeprotected voidPureBigraphBuilder.connectNodeToOuterName(BigraphEntity.NodeEntity<Control> node1, BigraphEntity.OuterName outerName) Helper method to connect a node to an outer name.