Package tools.mdsd.characteristics.utils
Interface CharacteristicsAPIAware
-
- All Known Implementing Classes:
SingleValueImpl
public interface CharacteristicsAPIAware extends EObject
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default CharacteristicsModelingRealm
getAPI()
static CharacteristicsModelingRealm
lookupCharacteristicsModelingRealm(EObject object)
-
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
-
lookupCharacteristicsModelingRealm
static CharacteristicsModelingRealm lookupCharacteristicsModelingRealm(EObject object)
-
getAPI
default CharacteristicsModelingRealm getAPI()
-
-