Class DirectedPropertyGraph<ID>

java.lang.Object
com.github.moaxcp.graphs.AbstractPropertyGraph<ID>
com.github.moaxcp.graphs.DirectedPropertyGraph<ID>
All Implemented Interfaces:
PropertyGraph<ID>

public class DirectedPropertyGraph<ID> extends AbstractPropertyGraph<ID>
  • Constructor Details

    • DirectedPropertyGraph

      public DirectedPropertyGraph()
    • DirectedPropertyGraph

      public DirectedPropertyGraph(ID id)
  • Method Details