Class RemoveSubGraphEvent
- java.lang.Object
-
- org.goplanit.utils.id.IdAbleImpl
-
- org.goplanit.utils.event.EventImpl
-
- org.goplanit.graph.modifier.event.RemoveSubGraphEvent
-
- All Implemented Interfaces:
Cloneable
,Comparable<IdAble>
,Event
,GraphModificationEvent
,IdAble
public class RemoveSubGraphEvent extends EventImpl implements GraphModificationEvent
Event called after a portion (subgraph) of a graph has been removed- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description static GraphModifierEventType
EVENT_TYPE
event type fired off when sub graph vertex has been removed
-
Constructor Summary
Constructors Constructor Description RemoveSubGraphEvent(GraphModifier<?,?> source)
Constructor
-
Method Summary
-
Methods inherited from class org.goplanit.utils.event.EventImpl
clone, getContent, getSource, getType, toString
-
Methods inherited from class org.goplanit.utils.id.IdAbleImpl
equals, generateAndSetId, generateId, getId, hashCode, setId
-
-
-
-
Field Detail
-
EVENT_TYPE
public static final GraphModifierEventType EVENT_TYPE
event type fired off when sub graph vertex has been removed
-
-
Constructor Detail
-
RemoveSubGraphEvent
public RemoveSubGraphEvent(GraphModifier<?,?> source)
Constructor- Parameters:
source
- graph modifier firing the event
-
-