Uses of Class
org.bigraphs.framework.core.impl.signature.DynamicControl
Packages that use DynamicControl
Package
Description
-
Uses of DynamicControl in org.bigraphs.framework.core.impl.pure
Methods in org.bigraphs.framework.core.impl.pure that return types with arguments of type DynamicControlModifier and TypeMethodDescriptionPureBigraphMutable.addNode(BigraphEntity<?> parent, DynamicControl control, String name) Adds a new node to the bigraph as a child of the specified parent.BigraphChangeEvent.NodeAdded.getNode()BigraphChangeEvent.NodeMoved.getNode()BigraphChangeEvent.NodeRemoved.getNode()PureBigraph.getNodeOfPort(BigraphEntity.Port port) PureBigraphMutable.getNodeOfPort(BigraphEntity.Port port) PureBigraph.getNodes()PureBigraphMutable.getNodes()Methods in org.bigraphs.framework.core.impl.pure with parameters of type DynamicControlModifier and TypeMethodDescriptionPureBigraphMutable.addNode(BigraphEntity<?> parent, DynamicControl control, String name) Adds a new node to the bigraph as a child of the specified parent.Method parameters in org.bigraphs.framework.core.impl.pure with type arguments of type DynamicControlModifier and TypeMethodDescriptionvoidPureBigraphMutable.moveNode(BigraphEntity.NodeEntity<DynamicControl> node, BigraphEntity<?> newParent) Moves a node to a new parent.voidPureBigraphMutable.removeNode(BigraphEntity.NodeEntity<DynamicControl> node) Removes a node from the bigraph.Constructor parameters in org.bigraphs.framework.core.impl.pure with type arguments of type DynamicControlModifierConstructorDescriptionNodeAdded(PureBigraphMutable source, BigraphEntity.NodeEntity<DynamicControl> node, BigraphEntity<?> parent) NodeMoved(PureBigraphMutable source, BigraphEntity.NodeEntity<DynamicControl> node, BigraphEntity<?> oldParent, BigraphEntity<?> newParent) NodeRemoved(PureBigraphMutable source, BigraphEntity.NodeEntity<DynamicControl> node, BigraphEntity<?> parent) -
Uses of DynamicControl in org.bigraphs.framework.core.impl.signature
Methods in org.bigraphs.framework.core.impl.signature that return DynamicControlModifier and TypeMethodDescriptionprotected DynamicControlDynamicControlBuilder.build()protected DynamicControlKindControlBuilder.build()static DynamicControlDynamicControl.createDynamicControl(StringTypedName name, FiniteOrdinal<Integer> arity, ControlStatus kindOfControl) KindSort.getControl()Methods in org.bigraphs.framework.core.impl.signature that return types with arguments of type DynamicControlModifier and TypeMethodDescriptionorg.eclipse.collections.api.list.MutableList<DynamicControl> KindSort.getKindsOfControl()Methods in org.bigraphs.framework.core.impl.signature with parameters of type DynamicControlModifier and TypeMethodDescriptionstatic KindSortKindSort.create(DynamicControl control, org.eclipse.collections.api.list.MutableList<DynamicControl> kindsOfControl) Method parameters in org.bigraphs.framework.core.impl.signature with type arguments of type DynamicControlModifier and TypeMethodDescriptionstatic KindSortKindSort.create(DynamicControl control, org.eclipse.collections.api.list.MutableList<DynamicControl> kindsOfControl) Constructor parameters in org.bigraphs.framework.core.impl.signature with type arguments of type DynamicControlModifierConstructorDescriptionDynamicSignature(Set<DynamicControl> controls) KindSignature(Set<DynamicControl> controls) This constructor automatically assumes as the default that all controls are active, thus, the kind function returns all available controls for the respective control.KindSignature(Set<DynamicControl> controls, Collection<KindSort> kindSorts) This constructor creates a kind signature with the given controls and kind sorts.