IBM Rational Software Modeler
Release 6.0

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

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

public interface Solution
extends Solution

A representation of the model object 'Solution'.

The following features are supported:

See Also:
DefaultcomponentprofilePackage.getSolution()

Method Summary
 Design getDesign()
          Returns the value of the 'Design' containment reference
 Implementation getImplementation()
          Returns the value of the 'Implementation' containment reference
 Requirements getRequirements()
          Returns the value of the 'Requirements' containment reference
 Test getTest()
          Returns the value of the 'Test' containment reference
 void setDesign(Design value)
          Sets the value of the 'Design' containment reference
 void setImplementation(Implementation value)
          Sets the value of the 'Implementation' containment reference
 void setRequirements(Requirements value)
          Sets the value of the 'Requirements' containment reference
 void setTest(Test value)
          Sets the value of the 'Test' containment reference
 
Methods inherited from interface com.ibm.xtools.ras.profile.defauld.defaultprofile.Solution
accept, addArtifact, createArtifact, getArtifact, getAssetFactory, setAssetFactory
 
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

getTest

public Test getTest()
Returns the value of the 'Test' containment reference.

Returns:
the value of the 'Test' containment reference.
See Also:
setTest(Test), DefaultcomponentprofilePackage.getSolution_Test()

setTest

public void setTest(Test value)
Sets the value of the 'Test' containment reference.

Parameters:
value - the new value of the 'Test' containment reference.
See Also:
getTest()

getImplementation

public Implementation getImplementation()
Returns the value of the 'Implementation' containment reference.

Returns:
the value of the 'Implementation' containment reference.
See Also:
setImplementation(Implementation), DefaultcomponentprofilePackage.getSolution_Implementation()

setImplementation

public void setImplementation(Implementation value)
Sets the value of the 'Implementation' containment reference.

Parameters:
value - the new value of the 'Implementation' containment reference.
See Also:
getImplementation()

getDesign

public Design getDesign()
Returns the value of the 'Design' containment reference.

Returns:
the value of the 'Design' containment reference.
See Also:
setDesign(Design), DefaultcomponentprofilePackage.getSolution_Design()

setDesign

public void setDesign(Design value)
Sets the value of the 'Design' containment reference.

Parameters:
value - the new value of the 'Design' containment reference.
See Also:
getDesign()

getRequirements

public Requirements getRequirements()
Returns the value of the 'Requirements' containment reference.

Returns:
the value of the 'Requirements' containment reference.
See Also:
setRequirements(Requirements), DefaultcomponentprofilePackage.getSolution_Requirements()

setRequirements

public void setRequirements(Requirements value)
Sets the value of the 'Requirements' containment reference.

Parameters:
value - the new value of the 'Requirements' containment reference.
See Also:
getRequirements()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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