Class Project.QueryChangeRegistryUpdater.FeatureChange

  • All Implemented Interfaces:
    com.nomagic.ci.persistence.local.query.IQueryChangeRegistry.IFeatureChange
    Enclosing class:
    com.nomagic.magicdraw.core.Project.QueryChangeRegistryUpdater

    private class Project.QueryChangeRegistryUpdater.FeatureChange
    extends java.lang.Object
    implements com.nomagic.ci.persistence.local.query.IQueryChangeRegistry.IFeatureChange
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean containment  
      private java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      FeatureChange​(java.lang.String name, boolean containment)  
    • Field Detail

      • name

        private final java.lang.String name
      • containment

        private final boolean containment
    • Constructor Detail

      • FeatureChange

        public FeatureChange​(java.lang.String name,
                             boolean containment)
    • Method Detail

      • getFeatureName

        public java.lang.String getFeatureName()
        Specified by:
        getFeatureName in interface com.nomagic.ci.persistence.local.query.IQueryChangeRegistry.IFeatureChange
      • isContainmentFeature

        public boolean isContainmentFeature()
        Specified by:
        isContainmentFeature in interface com.nomagic.ci.persistence.local.query.IQueryChangeRegistry.IFeatureChange