|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
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 |
public EList getDiagram()
Diagram
.
DefaultwebserviceprofilePackage.getTest_Diagram()
public EList getArtifact()
Artifact
.
DefaultwebserviceprofilePackage.getTest_Artifact()
public EList getModel()
Model
.
DefaultwebserviceprofilePackage.getTest_Model()
public VisitorStatus accept(IArtifactVisitor visitor)
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.
visitor
- the visitor used to visit each Artifact
IllegalArgumentException
- if visitor
is null
.IArtifactVisitor.visit(Artifact)
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.