org.eclipse.ocl.examples.pivot
Interface Profile

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:
ProfileImpl

public interface Profile
extends Package

A representation of the model object 'Profile'.

The following features are supported:

See Also:
PivotPackage.getProfile()
Generated

Method Summary
 java.util.List<ProfileApplication> getApplication()
          Returns the value of the 'Application' 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

getApplication

@NonNull
java.util.List<ProfileApplication> getApplication()
Returns the value of the 'Application' reference list. The list contents are of type ProfileApplication. It is bidirectional and its opposite is 'Applied Profile'.

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

Returns:
the value of the 'Application' reference list.
See Also:
PivotPackage.getProfile_Application(), ProfileApplication.getAppliedProfile()
Generated