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
 Precedence createOwnedPrecedence()
          Creates a new Precedence and appends it to the 'Owned Precedence' containment reference list.
 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
createNestedPackage, createNestedPackage, createOwnedType, createOwnedType, getImportedPackage, getNestedPackage, getNestingPackage, getNsPrefix, getNsURI, getOwnedType, setNestingPackage, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Namespace
createOwnedRule, getOwnedRule
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, getName, getOwnedAnnotation, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, createExtension, createOwnedComment, getETarget, getExtension, 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
createOwnedTemplateSignature, createTemplateBinding, 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

createOwnedPrecedence

Precedence createOwnedPrecedence()
Creates a new Precedence and appends it to the 'Owned Precedence' containment reference list.

Returns:
The new Precedence.
See Also:
getOwnedPrecedence()
Generated