Interface ConjugateLinkFactory

    • Method Detail

      • registerNew

        ConjugateLink registerNew​(ConjugateDirectedVertex a,
                                  ConjugateDirectedVertex b,
                                  boolean registerOnNodes,
                                  Link originalLink1,
                                  Link originalLink2)
        Create new conjugate link on conjugate links container, allow to be registered on conjugate nodes if indicated)
        Parameters:
        a - the first conjugate node on this undirected turn (conjugate directed edge)
        b - the second conjugate node on this undirected turn (conjugate directed edge)
        registerOnNodes - choice to register new edge on the conjugate nodes or not
        originalLink1 - first of two links this conjugate link represents
        originalLink2 - second of two links this conjugate link represents
        Returns:
        the created undirected turn, i.e. conjugated directed edge