Class ArticulatedEdge<V,​E>

  • All Implemented Interfaces:
    LE<V,​E>, SE<E>

    public class ArticulatedEdge<V,​E>
    extends LEI<V,​E>
    • Field Detail

      • se

        protected LE<V,​E> se
        two synthetic edges are created by splitting an existing SE<V,E> edge. This is a reference to that edge The edge what was split will gain an intermediate vertex between the source and target vertices each time it or one of its split-off edges is further split
      • intermediateVertices

        protected final List<LV<V>> intermediateVertices
      • intermediatePoints

        protected final List<Point> intermediatePoints
    • Constructor Detail

      • ArticulatedEdge

        protected ArticulatedEdge​(LE<V,​E> edge,
                                  LV<V> source,
                                  LV<V> target)
    • Method Detail

      • getIntermediatePoints

        public List<Point> getIntermediatePoints()
      • addIntermediateVertex

        public void addIntermediateVertex​(LV<V> v)
      • addIntermediatePoint

        public void addIntermediatePoint​(Point p)
      • getIntermediateVertices

        public List<LV<V>> getIntermediateVertices()
      • reversed

        public ArticulatedEdge<V,​E> reversed()
        reverse the direction and endpoints of this edge Done for reverting a feedback edge into its original form
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class LEI<V,​E>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class LEI<V,​E>