Class BigraphChangeEvent
java.lang.Object
org.bigraphs.framework.core.impl.pure.BigraphChangeEvent
- Direct Known Subclasses:
BigraphChangeEvent.EdgeAdded,BigraphChangeEvent.EdgeRemoved,BigraphChangeEvent.InnerNameAdded,BigraphChangeEvent.InnerNameLinked,BigraphChangeEvent.InnerNameRemoved,BigraphChangeEvent.InnerNameUnlinked,BigraphChangeEvent.LinkConnected,BigraphChangeEvent.LinkDisconnected,BigraphChangeEvent.NodeAdded,BigraphChangeEvent.NodeMoved,BigraphChangeEvent.NodeRemoved,BigraphChangeEvent.OuterNameAdded,BigraphChangeEvent.OuterNameRemoved,BigraphChangeEvent.RootAdded,BigraphChangeEvent.RootRemoved,BigraphChangeEvent.SiteAdded,BigraphChangeEvent.SiteRemoved
Base class for bigraph change events.
Contains information about structural changes to a bigraph, such as nodes being added, removed, or moved.
- Author:
- AI Assistant
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classEvent fired when an edge is added to the bigraph.static classEvent fired when an edge is removed from the bigraph.static classEvent fired when an inner name is added to the bigraph.static classEvent fired when an inner name is connected to a link.static classEvent fired when an inner name is removed from the bigraph.static classEvent fired when an inner name is disconnected from a link.static classEvent fired when a port is connected to a link.static classEvent fired when a port is disconnected from a link.static classEvent fired when a node is added to the bigraph.static classEvent fired when a node is moved to a different parent.static classEvent fired when a node is removed from the bigraph.static classEvent fired when an outer name is added to the bigraph.static classEvent fired when an outer name is removed from the bigraph.static classEvent fired when a root is added to the bigraph.static classEvent fired when a root is removed from the bigraph.static classEvent fired when a site is added to the bigraph.static classEvent fired when a site is removed from the bigraph. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the bigraph that was modified.
-
Constructor Details
-
BigraphChangeEvent
-
-
Method Details
-
getSource
Returns the bigraph that was modified.- Returns:
- the source bigraph
-