IBM Rational Software Modeler
Release 6.0

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

All Superinterfaces:
EObject, Notifier

public interface AssetActivity
extends EObject

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

The following features are supported:

See Also:
DefaultprofilePackage.getAssetActivity()

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.
 
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.getAssetActivity_Activity()

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 AssetActivity. Each Activity contained in the AssetActivity 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.