org.eclipse.uml2.uml.profile.standard
Interface Responsibility

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

public interface Responsibility
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Responsibility'. A contract or an obligation of an element in its relationship to other elements.

From package StandardProfile (URI http://www.omg.org/spec/UML/20131001/StandardProfile).

The following features are supported:

See Also:
StandardPackage.getResponsibility()

Method Summary
 Usage getBase_Usage()
          Returns the value of the 'Base Usage' reference
 void setBase_Usage(Usage value)
          Sets the value of the 'Base Usage' reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBase_Usage

Usage getBase_Usage()
Returns the value of the 'Base Usage' reference.

From package StandardProfile (URI http://www.omg.org/spec/UML/20131001/StandardProfile).

Returns:
the value of the 'Base Usage' reference.
See Also:
setBase_Usage(Usage), StandardPackage.getResponsibility_Base_Usage()

setBase_Usage

void setBase_Usage(Usage value)
Sets the value of the 'Base Usage' reference.

Parameters:
value - the new value of the 'Base Usage' reference.
See Also:
getBase_Usage()

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.