Uses of Class
org.bigraphs.framework.core.exceptions.ControlIsAtomicException
Packages that use ControlIsAtomicException
-
Uses of ControlIsAtomicException in org.bigraphs.framework.core
Methods in org.bigraphs.framework.core that throw ControlIsAtomicExceptionModifier and TypeMethodDescriptionBigraphBuilder.NodeHierarchy.down()Creates a new hierarchy builder where the last created node is the parent of this new hierarchy. -
Uses of ControlIsAtomicException in org.bigraphs.framework.core.impl.pure
Methods in org.bigraphs.framework.core.impl.pure that throw ControlIsAtomicExceptionModifier and TypeMethodDescriptionPureBigraphBuilder.Hierarchy.child(PureBigraphBuilder<S>.Hierarchy thisOne) PureBigraphBuilder.Hierarchy.down()voidPureBigraphBuilder.Hierarchy.nodesWithInner(BigraphEntity.InnerName innerName, Control... controls) Creates new nodes with the given controls and connects them to the inner name of the current bigraph.
Controls must not be atomic.voidPureBigraphBuilder.Hierarchy.nodeWithInner(BigraphEntity.InnerName innerName, Control control) Creates a new node with the given control and connects them to the inner name of the current bigraph.