Class UndirectedPropertyGraph<ID>

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

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

    • UndirectedPropertyGraph

      public UndirectedPropertyGraph()
    • UndirectedPropertyGraph

      public UndirectedPropertyGraph(ID id)
  • Method Details

    • newEdgeKey

      protected EdgeKey<ID> newEdgeKey(ID source, ID target)
      Specified by:
      newEdgeKey in class AbstractPropertyGraph<ID>
    • isDirected

      public boolean isDirected()
      Description copied from interface: PropertyGraph
      Returns true if this graph is directed.
      Returns:
      if this graph is directed