Interface ConjugateLinkSegmentFactory

    • Method Detail

      • create

        ConjugateLinkSegment create​(ConjugateLink parent,
                                    boolean directionAb)
        Create conjugate link segment
        Parameters:
        parent - the parent of this conjugate segment
        directionAb - direction of travel
        Returns:
        the created segment
      • registerNew

        ConjugateLinkSegment registerNew​(ConjugateLink parent,
                                         boolean directionAb,
                                         boolean registerOnNodeAndLink)
        Create conjugate link segment and register it
        Parameters:
        parent - the parent of this conjugate segment
        directionAb - direction of travel
        registerOnNodeAndLink - option to register the new conjugate segment on the underlying conjugate link and its conjugate nodes
        Returns:
        the created segment