Class ObservableUndirectedPropertyGraph<ID>

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

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

    • ObservableUndirectedPropertyGraph

      public ObservableUndirectedPropertyGraph()
    • ObservableUndirectedPropertyGraph

      public ObservableUndirectedPropertyGraph(ID id)
    • ObservableUndirectedPropertyGraph

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

      @SafeVarargs public ObservableUndirectedPropertyGraph(ID id, PropertyGraphObserver<ID>... observers)
  • 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