org.eclipse.gmt.modisco.omg.kdm.build
Interface BuildResource

All Superinterfaces:
AbstractBuildElement, Element, KDMEntity, ModelElement
All Known Subinterfaces:
BuildComponent, BuildDescription, BuildProduct, BuildStep, Library

public interface BuildResource
extends AbstractBuildElement

A representation of the model object 'Resource'.

The following features are supported:

See Also:
BuildPackage.getBuildResource()
Generated:
Model:

Method Summary
  getBuildElement()
          Returns the value of the 'Build Element' containment reference list.
  getGroupedBuild()
          Returns the value of the 'Grouped Build' reference list.
  getImplementation()
          Returns the value of the 'Implementation' reference list.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.build.AbstractBuildElement
getBuildRelation
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, 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

getImplementation

 getImplementation()
Returns the value of the 'Implementation' reference list. The list contents are of type KDMEntity.

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

Returns:
the value of the 'Implementation' reference list.
See Also:
BuildPackage.getBuildResource_Implementation()
Generated:
Model:
ordered="false"

getGroupedBuild

 getGroupedBuild()
Returns the value of the 'Grouped Build' reference list. The list contents are of type AbstractBuildElement.

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

Returns:
the value of the 'Grouped Build' reference list.
See Also:
BuildPackage.getBuildResource_GroupedBuild()
Generated:
Model:
ordered="false"

getBuildElement

 getBuildElement()
Returns the value of the 'Build Element' containment reference list. The list contents are of type AbstractBuildElement.

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

Returns:
the value of the 'Build Element' containment reference list.
See Also:
BuildPackage.getBuildResource_BuildElement()
Generated:
Model:
containment="true" ordered="false"