Interface CharacterizationContext
- 
- All Known Implementing Classes:
- CharacterizationContextImpl
 
 public interface CharacterizationContext extends EObject A representation of the model object 'Characterization Context'.The following features are supported: - See Also:
- BindingPackage.getCharacterizationContext()
- Generated class or method.
- EMF model class or method.
- abstract="true"
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<CharacteristicBinding>getBindings()Returns the value of the 'Bindings' containment reference list.EList<CharacterizationContext>getIncludesContext()Returns the value of the 'Includes Context' reference list.EList<CharacterizationContext>getRefinesContext()Returns the value of the 'Refines Context' reference list.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 
- 
 
- 
- 
- 
Method Detail- 
getBindingsEList<CharacteristicBinding> getBindings() Returns the value of the 'Bindings' containment reference list. The list contents are of typeCharacteristicBinding.- Returns:
- the value of the 'Bindings' containment reference list.
- See Also:
- BindingPackage.getCharacterizationContext_Bindings()
- Generated class or method.
- EMF model class or method.
- containment="true"
 
 - 
getIncludesContextEList<CharacterizationContext> getIncludesContext() Returns the value of the 'Includes Context' reference list. The list contents are of typeCharacterizationContext.- Returns:
- the value of the 'Includes Context' reference list.
- See Also:
- BindingPackage.getCharacterizationContext_IncludesContext()
- Generated class or method.
- EMF model class or method.
- derived="true"
 
 - 
getRefinesContextEList<CharacterizationContext> getRefinesContext() Returns the value of the 'Refines Context' reference list. The list contents are of typeCharacterizationContext.- Returns:
- the value of the 'Refines Context' reference list.
- See Also:
- BindingPackage.getCharacterizationContext_RefinesContext()
- Generated class or method.
- EMF model class or method.
- derived="true"
 
 
- 
 
-