Package org.eclipse.epf.uma
Interface MethodLibrary
- All Superinterfaces:
Element
,org.eclipse.emf.ecore.EObject
,MethodElement
,MethodUnit
,NamedElement
,Namespace
,org.eclipse.emf.common.notify.Notifier
,Package
,PackageableElement
- All Known Implementing Classes:
MethodLibraryImpl
public interface MethodLibrary extends MethodUnit, Package
A representation of the model object 'Method Library'.
A Method Library is a physical container for Method Plugins and Method Configuration definitions. All Method Elements are stored in a Method Library.
The following features are supported:
- See Also:
UmaPackage.getMethodLibrary()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<MethodPlugin>
getMethodPlugins()
Returns the value of the 'Method Plugins' containment reference list.org.eclipse.emf.common.util.EList<MethodConfiguration>
getPredefinedConfigurations()
Returns the value of the 'Predefined Configurations' containment reference list.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.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressed
Methods inherited from interface org.eclipse.epf.uma.MethodUnit
getAuthors, getChangeDate, getChangeDescription, getCopyrightStatement, getVersion, setAuthors, setChangeDate, setChangeDescription, setCopyrightStatement, setVersion
Methods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMethodPlugins
org.eclipse.emf.common.util.EList<MethodPlugin> getMethodPlugins()Returns the value of the 'Method Plugins' containment reference list. The list contents are of typeMethodPlugin
.- Returns:
- the value of the 'Method Plugins' containment reference list.
- See Also:
UmaPackage.getMethodLibrary_MethodPlugins()
-
getPredefinedConfigurations
org.eclipse.emf.common.util.EList<MethodConfiguration> getPredefinedConfigurations()Returns the value of the 'Predefined Configurations' containment reference list. The list contents are of typeMethodConfiguration
.- Returns:
- the value of the 'Predefined Configurations' containment reference list.
- See Also:
UmaPackage.getMethodLibrary_PredefinedConfigurations()
-