IBM Rational Software Modeler
Release 6.0

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

All Superinterfaces:
EObject, Notifier

public interface Test
extends EObject

A representation of the model object 'Test'. xmi:ordered=true property order is (these are role names) 1. model 2. diagram 3. artifact The Test class has no attributes, but does have several associations including: model, diagram, and artifact. The models, diagrams, artifacts, and so on within this element are intended to describe the testing of the component for the asset consumer.

The following features are supported:

See Also:
DefaultwebserviceprofilePackage.getTest()

Method Summary
 VisitorStatus accept(IArtifactVisitor visitor)
          Accepts the given visitor.
 EList getArtifact()
          Returns the value of the 'Artifact' containment reference list.
 EList getDiagram()
          Returns the value of the 'Diagram' containment reference list.
 EList getModel()
          Returns the value of the 'Model' containment reference list.
 
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

getDiagram

public EList getDiagram()
Returns the value of the 'Diagram' containment reference list. The list contents are of type Diagram.

Returns:
the value of the 'Diagram' containment reference list.
See Also:
DefaultwebserviceprofilePackage.getTest_Diagram()

getArtifact

public EList getArtifact()
Returns the value of the 'Artifact' containment reference list. The list contents are of type Artifact.

Returns:
the value of the 'Artifact' containment reference list.
See Also:
DefaultwebserviceprofilePackage.getTest_Artifact()

getModel

public EList getModel()
Returns the value of the 'Model' containment reference list. The list contents are of type Model.

Returns:
the value of the 'Model' containment reference list.
See Also:
DefaultwebserviceprofilePackage.getTest_Model()

accept

public VisitorStatus accept(IArtifactVisitor visitor)
Accepts the given visitor. The visitor's visit method is called with this Test. Each Artifact contained in the Test will be visited. The visitor returns a VisitorStatus indicating how visition should proceed.

Parameters:
visitor - the visitor used to visit each Artifact
Returns:
a status indicating how visitation should proceed
Throws:
IllegalArgumentException - if visitor is null.
See Also:
IArtifactVisitor.visit(Artifact)

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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