Class DecoratorSupport


  • public class DecoratorSupport
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static boolean areCompatible​(org.eclipse.emf.ecore.EClass subtype, org.eclipse.emf.ecore.EClassifier supertype, boolean inherited)  
      static java.util.Set<DecoratorHookDescriptor> getHooks​(org.eclipse.emf.ecore.EClass eClass, java.util.List<org.eclipse.emf.ecore.EPackage> ePackages, boolean inherited)  
      static boolean isDecorator​(org.eclipse.emf.ecore.EClass eClass)  
      static boolean isHook​(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 java.util.Set<DecoratorHookDescriptor> getHooks​(org.eclipse.emf.ecore.EClass eClass,
                                                                      java.util.List<org.eclipse.emf.ecore.EPackage> ePackages,
                                                                      boolean inherited)