org.eclipse.ocl.examples.pivot
Interface Library

All Superinterfaces:
DomainElement, DomainNamedElement, DomainNamespace, DomainPackage, Element, org.eclipse.emf.ecore.EObject, Nameable, NamedElement, Namespace, org.eclipse.emf.common.notify.Notifier, Package, PivotObject, TemplateableElement, Visitable
All Known Implementing Classes:
LibraryImpl

public interface Library
extends Package

A representation of the model object 'Library'.

The following features are supported:

See Also:
PivotPackage.getLibrary()
Generated

Method Summary
 java.util.List<Precedence> getOwnedPrecedence()
          Returns the value of the 'Owned Precedence' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Package
getImportedPackage, getNestedPackage, getNestingPackage, getNsPrefix, getNsURI, getOwnedType, getProfileApplication, setNestingPackage, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Namespace
getOwnedRule
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
getName, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TemplateableElement
getOwnedTemplateSignature, getTemplateBinding, getUnspecializedElement, isTemplate, parameterableElements, setOwnedTemplateSignature, setUnspecializedElement
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainPackage
getEPackage, getPackageId
 

Method Detail

getOwnedPrecedence

java.util.List<Precedence> getOwnedPrecedence()
Returns the value of the 'Owned Precedence' containment reference list. The list contents are of type Precedence.

If the meaning of the 'Owned Precedence' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Precedence' containment reference list.
See Also:
PivotPackage.getLibrary_OwnedPrecedence()
Generated