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

All Superinterfaces:
Element, KDMFramework, ModelElement

public interface Segment
extends KDMFramework

A representation of the model object 'Segment'.

The following features are supported:

See Also:
KdmPackage.getSegment()
Generated:
Model:

Method Summary
  getModel()
          Returns the value of the 'Model' containment reference list.
  getSegment()
          Returns the value of the 'Segment' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.kdm.KDMFramework
getAudit, getExtension, getName, setName
 
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

getSegment

 getSegment()
Returns the value of the 'Segment' containment reference list. The list contents are of type Segment.

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

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

getModel

 getModel()
Returns the value of the 'Model' containment reference list. The list contents are of type KDMModel.

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

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