Class ConjugateVertexImpl

    • Field Detail

      • originalEdge

        protected final Edge originalEdge
        original edge this conjugate represents
    • Constructor Detail

      • ConjugateVertexImpl

        protected ConjugateVertexImpl​(IdGroupingToken groupId,
                                      Edge originalEdge)
        Constructor
        Parameters:
        groupId - , contiguous id generation within this group for instances of this class
        originalEdge - representing the conjugate vertex
      • ConjugateVertexImpl

        protected ConjugateVertexImpl​(ConjugateVertexImpl conjugateVertexImpl,
                                      boolean deepCopy)
        Copy constructor
        Parameters:
        conjugateVertexImpl - to copy
        deepCopy - when true, create a deep copy, shallow copy otherwise