org.eclipse.ocl.examples.pivot
Interface Namespace

All Superinterfaces:
DomainElement, DomainNamedElement, DomainNamespace, Element, org.eclipse.emf.ecore.EObject, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, PivotObject, Visitable
All Known Subinterfaces:
AnyType, AssociationClass, BagType, Behavior, Class, CollectionType, DataType, Enumeration, FinalState, InvalidType, Iteration, LambdaType, Library, Metaclass<T>, Operation, OrderedSetType, Package, PrimitiveType, Profile, Region, Root, SelfType, SequenceType, SetType, State, StateMachine, Stereotype, Transition, TupleType, UnspecifiedType, VoidType
All Known Implementing Classes:
AnyTypeImpl, AssociationClassImpl, BagTypeImpl, BehaviorImpl, ClassImpl, CollectionTypeImpl, DataTypeImpl, EnumerationImpl, FinalStateImpl, InvalidTypeImpl, IterationImpl, LambdaTypeImpl, LibraryImpl, MetaclassImpl, NamespaceImpl, OperationImpl, OrderedSetTypeImpl, Orphanage, PackageImpl, PrimitiveTypeImpl, ProfileImpl, RegionImpl, RootImpl, SelfTypeImpl, SequenceTypeImpl, SetTypeImpl, StateImpl, StateMachineImpl, StereotypeImpl, TransitionImpl, TupleTypeImpl, UnspecifiedTypeImpl, VoidTypeImpl

public interface Namespace
extends NamedElement, DomainNamespace

A representation of the model object 'Namespace'.

See Also:
PivotPackage.getNamespace()
Extends:
org.eclipse.ocl.examples.domain.elements.DomainNamespace

The following features are supported:

Generated

Method Summary
 java.util.List<Constraint> getOwnedRule()
          Returns the value of the 'Owned Rule' containment reference list.
 
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

getOwnedRule

@NonNull
java.util.List<Constraint> getOwnedRule()
Returns the value of the 'Owned Rule' containment reference list. The list contents are of type Constraint.

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

Specified by:
getOwnedRule in interface DomainNamespace
Returns:
the value of the 'Owned Rule' containment reference list.
See Also:
PivotPackage.getNamespace_OwnedRule()
Generated