public class WellbehavingDerivedFeatureRegistry
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static java.util.Collection<org.eclipse.emf.ecore.EClass> | 
getContributedWellbehavingDerivedClasses()  | 
static java.util.Collection<org.eclipse.emf.ecore.EStructuralFeature> | 
getContributedWellbehavingDerivedFeatures()  | 
static java.util.Collection<org.eclipse.emf.ecore.EPackage> | 
getContributedWellbehavingDerivedPackages()  | 
static com.google.common.collect.Multimap<java.lang.String,java.lang.String> | 
getContributingPluginOfFeatureMap()  | 
static void | 
initRegistry()
Called by IncQueryBasePlugin. 
 | 
static boolean | 
isWellbehavingFeature(org.eclipse.emf.ecore.EStructuralFeature feature)  | 
static void | 
registerWellbehavingDerivedClass(org.eclipse.emf.ecore.EClass cls)  | 
static void | 
registerWellbehavingDerivedFeature(org.eclipse.emf.ecore.EStructuralFeature feature)  | 
static void | 
registerWellbehavingDerivedPackage(org.eclipse.emf.ecore.EPackage pkg)  | 
public static void initRegistry()
public static com.google.common.collect.Multimap<java.lang.String,java.lang.String> getContributingPluginOfFeatureMap()
public static boolean isWellbehavingFeature(org.eclipse.emf.ecore.EStructuralFeature feature)
feature - public static void registerWellbehavingDerivedFeature(org.eclipse.emf.ecore.EStructuralFeature feature)
feature - public static void registerWellbehavingDerivedClass(org.eclipse.emf.ecore.EClass cls)
cls - public static void registerWellbehavingDerivedPackage(org.eclipse.emf.ecore.EPackage pkg)
pkg - public static java.util.Collection<org.eclipse.emf.ecore.EStructuralFeature> getContributedWellbehavingDerivedFeatures()
public static java.util.Collection<org.eclipse.emf.ecore.EClass> getContributedWellbehavingDerivedClasses()
public static java.util.Collection<org.eclipse.emf.ecore.EPackage> getContributedWellbehavingDerivedPackages()