Interface EventPropertyGraph<ID>

Type Parameters:
ID - type of all identifiers in graph
All Superinterfaces:
PropertyGraph<ID>

public interface EventPropertyGraph<ID> extends PropertyGraph<ID>
An implementation of graphs which sends events when the graph is modified.