org.eclipse.gmt.modisco.omg.kdm.kdm
Interface KDMFramework

All Superinterfaces:
Element, ModelElement
All Known Subinterfaces:
BuildModel, CodeModel, ConceptualModel, DataModel, EventModel, InventoryModel, KDMModel, PlatformModel, Segment, StructureModel, UIModel

public interface KDMFramework
extends ModelElement

A representation of the model object 'KDM Framework'.

The following features are supported:

See Also:
KdmPackage.getKDMFramework()
Generated:
Model:
abstract="true"

Method Summary
  getAudit()
          Returns the value of the 'Audit' containment reference list.
  getExtension()
          Returns the value of the 'Extension' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getAudit

 getAudit()
Returns the value of the 'Audit' containment reference list. The list contents are of type Audit.

If the meaning of the 'Audit' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Audit' containment reference list.
See Also:
KdmPackage.getKDMFramework_Audit()
Generated:
Model:
containment="true" ordered="false"

getExtension

 getExtension()
Returns the value of the 'Extension' containment reference list. The list contents are of type ExtensionFamily.

If the meaning of the 'Extension' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Extension' containment reference list.
See Also:
KdmPackage.getKDMFramework_Extension()
Generated:
Model:
containment="true" ordered="false"

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), KdmPackage.getKDMFramework_Name()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated: