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

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

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

A representation of the model object 'Framework'. A package that contains model elements that specify a reusable architecture for all or part of a system. Frameworks typically include classes, patterns, or templates. When frameworks are specialized for an application domain they are sometimes referred to as application frameworks.

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

The following features are supported:

See Also:
StandardPackage.getFramework()

Method Summary
 Package getBase_Package()
          Returns the value of the 'Base Package' reference
 void setBase_Package(Package value)
          Sets the value of the 'Base Package' 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_Package

Package getBase_Package()
Returns the value of the 'Base Package' reference.

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

Returns:
the value of the 'Base Package' reference.
See Also:
setBase_Package(org.eclipse.uml2.uml.Package), StandardPackage.getFramework_Base_Package()

setBase_Package

void setBase_Package(Package value)
Sets the value of the 'Base Package' reference.

Parameters:
value - the new value of the 'Base Package' reference.
See Also:
getBase_Package()

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