Interface BuildResource
- All Superinterfaces:
AbstractBuildElement,Element,org.eclipse.emf.ecore.EObject,KDMEntity,ModelElement,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BuildComponent,BuildDescription,BuildProduct,BuildStep,Library
- All Known Implementing Classes:
BuildComponentImpl,BuildDescriptionImpl,BuildProductImpl,BuildResourceImpl,BuildStepImpl,LibraryImpl
public interface BuildResource extends AbstractBuildElement
A representation of the model object 'Resource'.
The following features are supported:
- See Also:
BuildPackage.getBuildResource()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractBuildElement>getBuildElement()Returns the value of the 'Build Element' containment reference list.org.eclipse.emf.common.util.EList<AbstractBuildElement>getGroupedBuild()Returns the value of the 'Grouped Build' reference list.org.eclipse.emf.common.util.EList<KDMEntity>getImplementation()Returns the value of the 'Implementation' reference list.org.eclipse.emf.common.util.EList<SourceRef>getSource()Returns the value of the 'Source' containment reference list.Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.build.AbstractBuildElement
getBuildRelationMethods 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.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, 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
-
getSource
org.eclipse.emf.common.util.EList<SourceRef> getSource()Returns the value of the 'Source' containment reference list. The list contents are of typeSourceRef.- Returns:
- the value of the 'Source' containment reference list.
- See Also:
BuildPackage.getBuildResource_Source()
-
getImplementation
org.eclipse.emf.common.util.EList<KDMEntity> getImplementation()Returns the value of the 'Implementation' reference list. The list contents are of typeKDMEntity.- Returns:
- the value of the 'Implementation' reference list.
- See Also:
BuildPackage.getBuildResource_Implementation()
-
getGroupedBuild
org.eclipse.emf.common.util.EList<AbstractBuildElement> getGroupedBuild()Returns the value of the 'Grouped Build' reference list. The list contents are of typeAbstractBuildElement.- Returns:
- the value of the 'Grouped Build' reference list.
- See Also:
BuildPackage.getBuildResource_GroupedBuild()
-
getBuildElement
org.eclipse.emf.common.util.EList<AbstractBuildElement> getBuildElement()Returns the value of the 'Build Element' containment reference list. The list contents are of typeAbstractBuildElement.- Returns:
- the value of the 'Build Element' containment reference list.
- See Also:
BuildPackage.getBuildResource_BuildElement()
-