Class Event.VertexPropertyRemovedEvent

java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.VertexPropertyRemovedEvent
All Implemented Interfaces:
Event
Enclosing interface:
Event

public static class Event.VertexPropertyRemovedEvent extends Object implements Event
Represents an action where a Property is removed from a Vertex.
  • Constructor Details

    • VertexPropertyRemovedEvent

      public VertexPropertyRemovedEvent(VertexProperty vertexProperty)
  • Method Details