Class EqualEmfFeatureNodeWithChildren

    • Constructor Detail

      • EqualEmfFeatureNodeWithChildren

        public EqualEmfFeatureNodeWithChildren​(IPartialModelNode parent,
                                               org.eclipse.emf.ecore.EStructuralFeature feature,
                                               org.eclipse.emf.ecore.EObject modelObject,
                                               ComparisonSide objectSide,
                                               String mainLabel,
                                               String otherLabel,
                                               IImageProvider imageProvider,
                                               IComparisonSession comparisonSession)
        Constructs a node for the given feature and corresponding object Id.
        Parameters:
        parent - the parent partial model node
        feature - the feature to construct the node for, not null
        modelObject - the model object under the feature, 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