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

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

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

A representation of the model object 'Model Library'. A package that contains model elements that are intended to be reused by other packages. It is analogous to a class library in some programming languages. The model library may not include instances of the metamodel extension metaclasses specified in Clause 12.3, such as Profiles and Stereotypes. However it may include ProfileApplications and Stereotype applications, and a model library is often used in conjunction with an applied Profile.

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

The following features are supported:

See Also:
StandardPackage.getModelLibrary()

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.getModelLibrary_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.