IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.defauld.defaultprofile
Interface ArtifactActivity

All Superinterfaces:
EObject, Notifier

public interface ArtifactActivity
extends EObject

A representation of the model object ' Artifact Activity'. xmi:ordered=true property order is (these are role names) 1. activity

The following features are supported:

See Also:
DefaultprofilePackage.getArtifactActivity()

Method Summary
 VisitorStatus accept(com.ibm.xtools.ras.profile.defauld.navigation.internal.IActivityVisitor visitor)
          Accepts the given visitor.
 EList getActivity()
          Returns the value of the 'Activity' containment reference list.
 Artifact getArtifact()
          Returns the value of the 'Artifact' reference.
 Context getContext()
          Returns the value of the 'Context' reference.
 void setArtifact(Artifact value)
          Sets the value of the ' Artifact' reference.
 void setContext(Context value)
          Sets the value of the ' Context' reference.
 
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

getActivity

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

Returns:
the value of the 'Activity' containment reference list.
See Also:
DefaultprofilePackage.getArtifactActivity_Activity()

getContext

public Context getContext()
Returns the value of the 'Context' reference.

Returns:
the value of the 'Context' reference.
See Also:
setContext(Context), DefaultprofilePackage.getArtifactActivity_Context()

setContext

public void setContext(Context value)
Sets the value of the ' Context' reference.

Parameters:
value - the new value of the 'Context' reference.
See Also:
getContext()

getArtifact

public Artifact getArtifact()
Returns the value of the 'Artifact' reference.

Returns:
the value of the 'Artifact' reference.
See Also:
setArtifact(Artifact), DefaultprofilePackage.getArtifactActivity_Artifact()

setArtifact

public void setArtifact(Artifact value)
Sets the value of the ' Artifact' reference.

Parameters:
value - the new value of the 'Artifact' reference.
See Also:
getArtifact()

accept

public VisitorStatus accept(com.ibm.xtools.ras.profile.defauld.navigation.internal.IActivityVisitor visitor)
Accepts the given visitor. The visitor's visit method is called with this ArtifactActivity. Each Activity contained in the ArtifactActivity will be visited. The visitor returns a VisitorStatus indicating how visition should proceed.

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

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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