org.eclipse.datatools.connectivity.sqm.core.containment
Class ContainmentServiceImpl
java.lang.Object
   org.eclipse.datatools.connectivity.sqm.core.containment.ContainmentServiceImpl
org.eclipse.datatools.connectivity.sqm.core.containment.ContainmentServiceImpl
- All Implemented Interfaces: 
- ContainmentService
- public final class ContainmentServiceImpl 
- extends java.lang.Object- implements ContainmentService
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
INSTANCE
public static final ContainmentService INSTANCE
getContainedElements
public java.util.Collection getContainedElements(org.eclipse.emf.ecore.EObject obj)
- 
- Specified by:
- getContainedElementsin interface- ContainmentService
 
- 
 
getAllContainedElements
public java.util.Collection getAllContainedElements(org.eclipse.emf.ecore.EObject obj)
- 
- Specified by:
- getAllContainedElementsin interface- ContainmentService
 
- 
 
getContainedDisplayableElements
public java.util.Collection getContainedDisplayableElements(org.eclipse.emf.ecore.EObject obj)
- 
- Specified by:
- getContainedDisplayableElementsin interface- ContainmentService
 
- 
 
getAllContainedDisplayableElements
public java.util.Collection getAllContainedDisplayableElements(org.eclipse.emf.ecore.EObject obj)
- 
- Specified by:
- getAllContainedDisplayableElementsin interface- ContainmentService
 
- 
 
getContainedDisplayableElements
public java.util.Collection getContainedDisplayableElements(org.eclipse.emf.ecore.EObject obj,
                                                            java.lang.String group)
- 
- Specified by:
- getContainedDisplayableElementsin interface- ContainmentService
 
- 
 
isDisplayableElement
public boolean isDisplayableElement(org.eclipse.emf.ecore.EObject obj)
- 
- Specified by:
- isDisplayableElementin interface- ContainmentService
 
- 
 
getContainer
public org.eclipse.emf.ecore.EObject getContainer(org.eclipse.emf.ecore.EObject obj)
- 
- Specified by:
- getContainerin interface- ContainmentService
 
- 
 
getAllContainers
public java.util.List getAllContainers(org.eclipse.emf.ecore.EObject obj)
- 
- Specified by:
- getAllContainersin interface- ContainmentService
 
- 
 
getRootElement
public org.eclipse.emf.ecore.EObject getRootElement(org.eclipse.emf.ecore.EObject obj)
- 
- Specified by:
- getRootElementin interface- ContainmentService
 
- 
 
getContainmentFeature
public org.eclipse.emf.ecore.EStructuralFeature getContainmentFeature(org.eclipse.emf.ecore.EObject obj)
- 
- Specified by:
- getContainmentFeaturein interface- ContainmentService
 
- 
 
getGroupId
public java.lang.String getGroupId(org.eclipse.emf.ecore.EObject obj)
- 
- Specified by:
- getGroupIdin interface- ContainmentService
 
-