IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.defauld.webservice.defaultwebserviceprofile
Interface Diagram

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

public interface Diagram
extends Artifact

A representation of the model object 'Diagram'. xmi:ordered=false A Model may have multiple Diagrams. In the Requirements class, the Diagram identifies the requirements-related diagrams such as the Business Concept Model diagram and the Use Case diagram, see UML Components, page 41. The attributes are the same as the Artifact attributes; but are constrained to reference diagrams for describing the requirements for the component.

The following features are supported:

See Also:
DefaultwebserviceprofilePackage.getDiagram()

Method Summary
 Model getModel()
          Returns the value of the 'Model' reference
 void setModel(Model value)
          Sets the value of the 'Model' reference
 
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 Model getModel()
Returns the value of the 'Model' reference.

Returns:
the value of the 'Model' reference.
See Also:
setModel(Model), DefaultwebserviceprofilePackage.getDiagram_Model()

setModel

public void setModel(Model value)
Sets the value of the 'Model' reference.

Parameters:
value - the new value of the 'Model' reference.
See Also:
getModel()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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