org.eclipse.ocl.examples.pivot
Interface Root

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

public interface Root
extends Namespace, DomainRoot

A representation of the model object 'Root'.

See Also:
PivotPackage.getRoot()
Generated

Method Summary
 java.lang.String getExternalURI()
          Returns the value of the 'External URI' attribute.
 java.util.List<Import> getImports()
          Returns the value of the 'Imports' containment reference list.
 java.util.List<Package> getNestedPackage()
          Returns the value of the 'Nested Package' containment reference list.
 void setExternalURI(java.lang.String value)
          Sets the value of the 'External URI' attribute.
 
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
 

Method Detail

getNestedPackage

java.util.List<Package> getNestedPackage()
Returns the value of the 'Nested Package' containment reference list. The list contents are of type Package.

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

Specified by:
getNestedPackage in interface DomainRoot
Returns:
the value of the 'Nested Package' containment reference list.
See Also:
PivotPackage.getRoot_NestedPackage()
Generated

getExternalURI

java.lang.String getExternalURI()
Returns the value of the 'External URI' attribute.

If the meaning of the 'External URI' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'External URI' attribute.
See Also:
setExternalURI(String), PivotPackage.getRoot_ExternalURI()
Generated

setExternalURI

void setExternalURI(java.lang.String value)
Sets the value of the 'External URI' attribute.

Parameters:
value - the new value of the 'External URI' attribute.
See Also:
getExternalURI()
Generated

getImports

@NonNull
java.util.List<Import> getImports()
Returns the value of the 'Imports' containment reference list. The list contents are of type Import.

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

Returns:
the value of the 'Imports' containment reference list.
See Also:
PivotPackage.getRoot_Imports()
Generated