Class AdoptedCubeRule

    • Constructor Detail

      • AdoptedCubeRule

        public AdoptedCubeRule()
    • Method Detail

      • alwaysShown

        protected boolean alwaysShown​(MdObject object,
                                      org.eclipse.emf.ecore.EStructuralFeature feature)
        Description copied from class: AdoptedMdObjectRule
        Returns whether the provided feature is always shown for adopted model object.
        Overrides:
        alwaysShown in class AdoptedMdObjectRule
        Parameters:
        object - the metadata object to check, cannot be null
        feature - the feature to check, cannot be null
        Returns:
        whether the provided feature is always shown for adopted model object
      • isEnabled

        protected boolean isEnabled​(MdObject object,
                                    org.eclipse.emf.ecore.EStructuralFeature feature,
                                    Collection<MdPropertyType> types)
        Description copied from class: AdoptedMdObjectRule
        Returns whether the provided feature is enabled for adopted model object.
        Overrides:
        isEnabled in class AdoptedMdObjectRule
        Parameters:
        object - the metadata object to check, cannot be null
        feature - the feature to check, cannot be null
        types - the property types of the object feature, cannot be null
        Returns:
        whether the provided feature is enabled for adopted model object