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

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

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

A representation of the model object 'Auxiliary'. A class that supports another more central or fundamental class, typically by implementing secondary logic or control flow. Auxiliary classes are typically used together with Focus classes, and are particularly useful for specifying the secondary business logic or control flow of components during design. See also: «Focus».

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

The following features are supported:

See Also:
StandardPackage.getAuxiliary()

Method Summary
 Class getBase_Class()
          Returns the value of the 'Base Class' reference
 void setBase_Class(Class value)
          Sets the value of the 'Base Class' 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_Class

Class getBase_Class()
Returns the value of the 'Base Class' reference.

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

Returns:
the value of the 'Base Class' reference.
See Also:
setBase_Class(org.eclipse.uml2.uml.Class), StandardPackage.getAuxiliary_Base_Class()

setBase_Class

void setBase_Class(Class value)
Sets the value of the 'Base Class' reference.

Parameters:
value - the new value of the 'Base Class' reference.
See Also:
getBase_Class()

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