|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompartmentMapping | |
---|---|
org.eclipse.gmf.mappings | |
org.eclipse.gmf.mappings.impl | |
org.eclipse.gmf.mappings.presentation | |
org.eclipse.gmf.mappings.util |
Uses of CompartmentMapping in org.eclipse.gmf.mappings |
---|
Methods in org.eclipse.gmf.mappings that return CompartmentMapping | |
---|---|
CompartmentMapping |
GMFMapFactory.createCompartmentMapping()
Returns a new object of class 'Compartment Mapping'. |
CompartmentMapping |
ChildReference.getCompartment()
Returns the value of the 'Compartment' reference. |
Methods in org.eclipse.gmf.mappings that return types with arguments of type CompartmentMapping | |
---|---|
org.eclipse.emf.common.util.EList<CompartmentMapping> |
NodeMapping.getCompartments()
Returns the value of the 'Compartments' containment reference list. |
Methods in org.eclipse.gmf.mappings with parameters of type CompartmentMapping | |
---|---|
void |
ChildReference.setCompartment(CompartmentMapping value)
Sets the value of the ' Compartment ' reference. |
Uses of CompartmentMapping in org.eclipse.gmf.mappings.impl |
---|
Classes in org.eclipse.gmf.mappings.impl that implement CompartmentMapping | |
---|---|
class |
CompartmentMappingImpl
An implementation of the model object 'Compartment Mapping'. |
Fields in org.eclipse.gmf.mappings.impl declared as CompartmentMapping | |
---|---|
protected CompartmentMapping |
ChildReferenceImpl.compartment
The cached value of the ' Compartment ' reference. |
Fields in org.eclipse.gmf.mappings.impl with type parameters of type CompartmentMapping | |
---|---|
protected org.eclipse.emf.common.util.EList<CompartmentMapping> |
NodeMappingImpl.compartments
The cached value of the ' Compartments ' containment reference list. |
Methods in org.eclipse.gmf.mappings.impl that return CompartmentMapping | |
---|---|
CompartmentMapping |
ChildReferenceImpl.basicGetCompartment()
|
CompartmentMapping |
GMFMapFactoryImpl.createCompartmentMapping()
|
CompartmentMapping |
ChildReferenceImpl.getCompartment()
|
Methods in org.eclipse.gmf.mappings.impl that return types with arguments of type CompartmentMapping | |
---|---|
org.eclipse.emf.common.util.EList<CompartmentMapping> |
NodeMappingImpl.getCompartments()
|
Methods in org.eclipse.gmf.mappings.impl with parameters of type CompartmentMapping | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ChildReferenceImpl.basicSetCompartment(CompartmentMapping newCompartment,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
ChildReferenceImpl.setCompartment(CompartmentMapping newCompartment)
|
Uses of CompartmentMapping in org.eclipse.gmf.mappings.presentation |
---|
Methods in org.eclipse.gmf.mappings.presentation with parameters of type CompartmentMapping | |
---|---|
static Collection<org.eclipse.emf.ecore.EObject> |
FilterUtil.filterByNodeMapping(Collection<org.eclipse.emf.ecore.EObject> childReferences,
CompartmentMapping mapping)
|
Uses of CompartmentMapping in org.eclipse.gmf.mappings.util |
---|
Methods in org.eclipse.gmf.mappings.util with parameters of type CompartmentMapping | |
---|---|
T |
GMFMapSwitch.caseCompartmentMapping(CompartmentMapping object)
Returns the result of interpreting the object as an instance of 'Compartment Mapping'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |