Interface KDMFramework

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
BuildModel, CodeModel, ConceptualModel, DataModel, EventModel, InventoryModel, KDMModel, PlatformModel, Segment, StructureModel, UIModel
All Known Implementing Classes:
BuildModelImpl, CodeModelImpl, ConceptualModelImpl, DataModelImpl, EventModelImpl, InventoryModelImpl, PlatformModelImpl, SegmentImpl, StructureModelImpl, UIModelImpl

public interface KDMFramework
extends ModelElement
A representation of the model object 'KDM Framework'.

The following features are supported:

See Also:
KdmPackage.getKDMFramework()
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.emf.common.util.EList<Audit> getAudit()
    Returns the value of the 'Audit' containment reference list.
    org.eclipse.emf.common.util.EList<ExtensionFamily> getExtensionFamily()
    Returns the value of the 'Extension Family' containment reference list.
    String getName()
    Returns the value of the 'Name' attribute.
    void setName​(String value)
    Sets the value of the 'Name' attribute.

    Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element

    getAnnotation, getAttribute

    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.gmt.modisco.omg.kdm.core.ModelElement

    getStereotype, getTaggedValue

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details