IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile
Interface Model

All Superinterfaces:
Artifact, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Model
extends Artifact

A representation of the model object 'Model'. xmi:ordered=true property order is (these are role names) 1. diagram 2. model This is the model for specifying the requirements the component proposes to fulfill. There may be multiple models such as the Business Concept Model and the Use Case Model, see UML Components, page 41. The attributes are the same as the attributes; but are constrained to reference models for describing the requirements for the component.

The following features are supported:

See Also:
DefaultcomponentprofilePackage.getModel()

Method Summary
 org.eclipse.emf.common.util.EList getDiagram()
          Returns the value of the 'Diagram' reference list.
 org.eclipse.emf.common.util.EList getModel()
          Returns the value of the 'Model' reference list.
 
Methods inherited from interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Artifact
accept, addArtifact, computePathFromArtifact, computePathInSolution, containsArtifact, createArtifact, createArtifactContext, createArtifactDependency, createArtifactType, createDescription, createVariabilityPoint, getAccessRights, getArtifact, getArtifactContext, getArtifactDependency, getArtifactType, getAssetFactory, getDescription, getDigestName, getDigestValue, getName, getReference, getType, getVariabilityPoint, getVersion, setAccessRights, setAssetFactory, setDescription, setDigestName, setDigestValue, setName, setReference, setType, setVersion
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getModel

public org.eclipse.emf.common.util.EList getModel()
Returns the value of the 'Model' reference list. The list contents are of type Model.

Returns:
the value of the 'Model' reference list.
See Also:
DefaultcomponentprofilePackage.getModel_Model()

getDiagram

public org.eclipse.emf.common.util.EList getDiagram()
Returns the value of the 'Diagram' reference list. The list contents are of type Diagram.

Returns:
the value of the 'Diagram' reference list.
See Also:
DefaultcomponentprofilePackage.getModel_Diagram()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.