Class EqualEmfFeatureTerminalNode

    • Constructor Detail

      • EqualEmfFeatureTerminalNode

        public EqualEmfFeatureTerminalNode​(IPartialModelNode parent,
                                           org.eclipse.emf.ecore.EStructuralFeature feature,
                                           ComparisonSide objectSide,
                                           String mainLabel,
                                           String otherLabel,
                                           IImageProvider imageProvider,
                                           IComparisonSession comparisonSession)
        Constructs a node for the given feature.
        Parameters:
        parent - the parent partial model node
        feature - the feature to construct the node for, not null
        objectSide - the side where the object presents or null if it presents on both sides
        mainLabel - the object's representation from the MAIN side
        otherLabel - the object's representation from the OTHER side
        imageProvider - the image provider
        comparisonSession - the comparison session