Class DecoratorSupport


  • public class DecoratorSupport
    extends Object
    • Constructor Detail

      • DecoratorSupport

        public DecoratorSupport()
    • Method Detail

      • isDecorator

        public static boolean isDecorator​(org.eclipse.emf.ecore.EClass eClass)
      • isHook

        public static boolean isHook​(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
      • areCompatible

        protected static boolean areCompatible​(org.eclipse.emf.ecore.EClass subtype,
                                               org.eclipse.emf.ecore.EClassifier supertype,
                                               boolean inherited)
      • getHooks

        public static Set<DecoratorHookDescriptor> getHooks​(org.eclipse.emf.ecore.EClass eClass,
                                                            List<org.eclipse.emf.ecore.EPackage> ePackages,
                                                            boolean inherited)