Class RemoveSubGraphEvent
- java.lang.Object
-
- org.goplanit.utils.id.IdAbleImpl
-
- org.goplanit.utils.event.EventImpl
-
- org.goplanit.graph.modifier.event.RemoveSubGraphEvent
-
- All Implemented Interfaces:
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
deepClone, getContent, getSource, getType, shallowClone, toString
-
Methods inherited from class org.goplanit.utils.id.IdAbleImpl
equals, generateAndSetId, generateId, getId, hashCode, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.goplanit.utils.id.IdAble
compareTo, deepClone, getId, idEquals, idHashCode, shallowClone
-
-
-
-
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
-
-