Interface ConceptualModel
- All Superinterfaces:
Element,org.eclipse.emf.ecore.EObject,KDMFramework,KDMModel,ModelElement,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ConceptualModelImpl
public interface ConceptualModel extends KDMModel
A representation of the model object 'Model'.
The following features are supported:
- See Also:
ConceptualPackage.getConceptualModel()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractConceptualElement>getConceptualElement()Returns the value of the 'Conceptual Element' containment reference list.Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttributeMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.kdm.KDMFramework
getAudit, getExtensionFamily, getName, setNameMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValueMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getConceptualElement
org.eclipse.emf.common.util.EList<AbstractConceptualElement> getConceptualElement()Returns the value of the 'Conceptual Element' containment reference list. The list contents are of typeAbstractConceptualElement.- Returns:
- the value of the 'Conceptual Element' containment reference list.
- See Also:
ConceptualPackage.getConceptualModel_ConceptualElement()
-