Interface IPartialFeatureNode

All Superinterfaces:
IComparedElement, IMergeRulePartialModelNode, IPartialModelNode
All Known Subinterfaces:
ICollectionPartialNode, IPartialEqualFeatureNode
All Known Implementing Classes:
EmfFeatureNodeWithChildren, EmfFeatureTerminalNode, EqualEmfFeatureNodeWithChildren, EqualEmfFeatureTerminalNode, EqualRoleRightsTerminalNode, ExternalPropertyPartialModelNode, RoleRightsTerminalNode

public interface IPartialFeatureNode extends IMergeRulePartialModelNode
Represents feature node in the partial model.
  • Method Details

    • getFeature

      org.eclipse.emf.ecore.EStructuralFeature getFeature()
      Returns feature for which this node relates to.
      Returns:
      the corresponding feature, never null
    • setCustomLabel

      void setCustomLabel(String label)
      Sets the custom label to be displayed for the node.
      Parameters:
      label - the label to be displayed, can be null to reset the custom label