Uses of Class
org.bigraphs.framework.core.impl.BigraphEntity.OuterName
Packages that use BigraphEntity.OuterName
Package
Description
-
Uses of BigraphEntity.OuterName in org.bigraphs.framework.core
Methods in org.bigraphs.framework.core that return types with arguments of type BigraphEntity.OuterNameModifier and TypeMethodDescriptionBigraphBuilderSupport.InstanceParameter.getOuter()Bigraph.getOuterNames()BigraphDelegator.getOuterNames()ElementaryBigraph.getOuterNames()Methods in org.bigraphs.framework.core with parameters of type BigraphEntity.OuterNameModifier and TypeMethodDescriptionBigraphBuilder.NodeHierarchy.child(String controlName, BigraphEntity.OuterName outerName) -
Uses of BigraphEntity.OuterName in org.bigraphs.framework.core.impl.elementary
Methods in org.bigraphs.framework.core.impl.elementary that return types with arguments of type BigraphEntity.OuterName -
Uses of BigraphEntity.OuterName in org.bigraphs.framework.core.impl.pure
Fields in org.bigraphs.framework.core.impl.pure with type parameters of type BigraphEntity.OuterNameModifier and TypeFieldDescriptionprotected final Map<String, BigraphEntity.OuterName> PureBigraphBuilder.availableOuterNamesMethods in org.bigraphs.framework.core.impl.pure that return BigraphEntity.OuterNameModifier and TypeMethodDescriptionPureBigraphMutable.addOuterName(String name) Adds a new outer name to the bigraph.PureBigraphBuilder.createOuter(String name) This method returns the same outer name if it already exists under the samename, otherwise it will be created and returned.BigraphChangeEvent.OuterNameAdded.getOuterName()BigraphChangeEvent.OuterNameRemoved.getOuterName()Methods in org.bigraphs.framework.core.impl.pure that return types with arguments of type BigraphEntity.OuterNameModifier and TypeMethodDescriptionMutableBuilder.availableOuterNames()KindBigraph.getOuterNames()PureBigraph.getOuterNames()PureBigraphMutable.getOuterNames()Methods in org.bigraphs.framework.core.impl.pure with parameters of type BigraphEntity.OuterNameModifier and TypeMethodDescriptionPureBigraphBuilder.Hierarchy.child(String controlName, BigraphEntity.OuterName outerName) voidPureBigraphBuilder.closeOuter(BigraphEntity.OuterName outerName) Closes the outer name by removing all connections and the outer name itself.voidPureBigraphBuilder.closeOuter(BigraphEntity.OuterName outerName, boolean keepIdleName) If an inner name is connected to an outer name, the inner name will remain (i.e., not be removed).voidPureBigraphMutable.closeOuter(BigraphEntity.OuterName outerName) Closes an outer name by disconnecting all attached points and removing the outer name.voidMutableBuilder.connectInnerToOuter(BigraphEntity.InnerName innerName, BigraphEntity.OuterName outerName) voidMutableBuilder.connectNodeToOuterName(BigraphEntity.NodeEntity<Control> node1, BigraphEntity.OuterName outerName) protected voidPureBigraphBuilder.connectNodeToOuterName(BigraphEntity.NodeEntity<Control> node1, BigraphEntity.OuterName outerName) Helper method to connect a node to an outer name.voidMutableBuilder.connectNodeToOuterName2(BigraphEntity.NodeEntity<Control> node1, BigraphEntity.OuterName outerName) Performs no checking at all, only if the node is already connected to the given outer name.PureBigraphBuilder.Hierarchy.linkOuter(BigraphEntity.OuterName outerName) Connect the previously created node to the given outer name.voidPureBigraphMutable.removeOuterName(BigraphEntity.OuterName outerName) Removes an outer name from the bigraph.Constructors in org.bigraphs.framework.core.impl.pure with parameters of type BigraphEntity.OuterNameModifierConstructorDescriptionOuterNameAdded(PureBigraphMutable source, BigraphEntity.OuterName outerName) OuterNameRemoved(PureBigraphMutable source, BigraphEntity.OuterName outerName)