Class EqualReferenceListElementTerminalNode

    • Constructor Detail

      • EqualReferenceListElementTerminalNode

        public EqualReferenceListElementTerminalNode​(IPartialFeatureNode parent,
                                                     String mainRepresentation,
                                                     String otherRepresentation,
                                                     int mainPosition,
                                                     int otherPosition,
                                                     ComparisonSide objectSide,
                                                     IImageProvider imageProvider,
                                                     String label,
                                                     IComparisonSession comparisonSession)
        Constructs a node
        Parameters:
        parent - the parent partial model node, not null
        mainRepresentation - the object's representation from the MAIN side
        otherRepresentation - the object's representation from the OTHER side
        mainPosition - the object's position from the MAIN side
        otherPosition - the object's position from the OTHER side
        objectSide - the side where the object presents or null if it presents on both sides
        imageProvider - the image provider
        label - the list element label
        comparisonSession - the comparison session, not null