Uses of Class
org.bigraphs.framework.core.impl.pure.PureBigraphMutable
Packages that use PureBigraphMutable
-
Uses of PureBigraphMutable in org.bigraphs.framework.core.impl.pure
Methods in org.bigraphs.framework.core.impl.pure that return PureBigraphMutableModifier and TypeMethodDescriptionPureBigraphBuilder.createMutable()Creates a mutable bigraph that supports live editing operations.BigraphChangeEvent.getSource()Returns the bigraph that was modified.Constructors in org.bigraphs.framework.core.impl.pure with parameters of type PureBigraphMutableModifierConstructorDescriptionprotectedBigraphChangeEvent(PureBigraphMutable source) EdgeAdded(PureBigraphMutable source, BigraphEntity.Edge edge) EdgeRemoved(PureBigraphMutable source, BigraphEntity.Edge edge) InnerNameAdded(PureBigraphMutable source, BigraphEntity.InnerName innerName) InnerNameLinked(PureBigraphMutable source, BigraphEntity.InnerName innerName, BigraphEntity.Link link) InnerNameRemoved(PureBigraphMutable source, BigraphEntity.InnerName innerName) InnerNameUnlinked(PureBigraphMutable source, BigraphEntity.InnerName innerName, BigraphEntity.Link link) LinkConnected(PureBigraphMutable source, BigraphEntity.Port port, BigraphEntity.Link link) LinkDisconnected(PureBigraphMutable source, BigraphEntity.Port port, BigraphEntity.Link link) NodeAdded(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) OuterNameAdded(PureBigraphMutable source, BigraphEntity.OuterName outerName) OuterNameRemoved(PureBigraphMutable source, BigraphEntity.OuterName outerName) RootAdded(PureBigraphMutable source, BigraphEntity.RootEntity root) RootRemoved(PureBigraphMutable source, BigraphEntity.RootEntity root) SiteAdded(PureBigraphMutable source, BigraphEntity.SiteEntity site, BigraphEntity<?> parent) SiteRemoved(PureBigraphMutable source, BigraphEntity.SiteEntity site, BigraphEntity<?> parent) -
Uses of PureBigraphMutable in org.bigraphs.framework.core.utils
Methods in org.bigraphs.framework.core.utils that return PureBigraphMutableModifier and TypeMethodDescriptionstatic PureBigraphMutableBigraphUtil.createEmptyMutable()Convenience overload: creates an emptyPureBigraphMutablewith an empty signature.static PureBigraphMutableBigraphUtil.createEmptyMutable(DynamicSignature signature) Creates an emptyPureBigraphMutablewith a single root and the given signature.static PureBigraphMutableBigraphUtil.toMutable(org.eclipse.emf.ecore.EObject instanceModel, DynamicSignature signature) Converts an in-memory bigraphEObject(loaded from XMI) together with its signature into a mutablePureBigraphMutable.