Class BlockCutpointGraph.BCGEdge

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    BlockCutpointGraph<V,​E>

    private class BlockCutpointGraph.BCGEdge
    extends DefaultEdge
    • Constructor Summary

      Constructors 
      Constructor Description
      BCGEdge​(V source, V target)  
    • Field Detail

      • source

        private V source
      • target

        private V target
    • Constructor Detail

      • BCGEdge

        public BCGEdge​(V source,
                       V target)
    • Method Detail

      • getSource

        public V getSource()
        Description copied from class: DefaultEdge
        Retrieves the source of this edge. This is protected, for use by subclasses only (e.g. for implementing toString).
        Overrides:
        getSource in class DefaultEdge
        Returns:
        source of this edge
      • getTarget

        public V getTarget()
        Description copied from class: DefaultEdge
        Retrieves the target of this edge. This is protected, for use by subclasses only (e.g. for implementing toString).
        Overrides:
        getTarget in class DefaultEdge
        Returns:
        target of this edge