Class ObservableDirectedPropertyGraph<ID>

All Implemented Interfaces:
PropertyGraph<ID>

public class ObservableDirectedPropertyGraph<ID> extends ObservablePropertyGraph<ID>
  • Constructor Details

    • ObservableDirectedPropertyGraph

      public ObservableDirectedPropertyGraph()
    • ObservableDirectedPropertyGraph

      public ObservableDirectedPropertyGraph(ID id)
    • ObservableDirectedPropertyGraph

      @SafeVarargs public ObservableDirectedPropertyGraph(PropertyGraphObserver<ID>... observers)
    • ObservableDirectedPropertyGraph

      @SafeVarargs public ObservableDirectedPropertyGraph(ID id, PropertyGraphObserver<ID>... observers)
  • Method Details