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 Summary
All 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.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getBindings
EList<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"
-
getIncludesContext
EList<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"
-
getRefinesContext
EList<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"
-
-