org.eclipse.ocl.examples.pivot
Interface TypedMultiplicityElement

All Superinterfaces:
DomainElement, DomainNamedElement, DomainTypedElement, Element, org.eclipse.emf.ecore.EObject, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, PivotObject, TypedElement, Visitable
All Known Subinterfaces:
Feature, Iteration, Operation, Parameter, Property
All Known Implementing Classes:
FeatureImpl, IterationImpl, OperationImpl, ParameterImpl, PropertyImpl, TuplePartImpl, TypedMultiplicityElementImpl

public interface TypedMultiplicityElement
extends TypedElement

A representation of the model object 'Typed Multiplicity Element'.

See Also:
PivotPackage.getTypedMultiplicityElement()
Generated

Method Summary
 boolean CompatibleBody(ValueSpecification bodySpecification)
           
 boolean isMany()
           
 Parameter makeParameter()
           
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, isRequired, setIsRequired, setType
 
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.domain.elements.DomainTypedElement
getTypeId
 

Method Detail

CompatibleBody

boolean CompatibleBody(ValueSpecification bodySpecification)

Generated

makeParameter

Parameter makeParameter()

Generated

isMany

boolean isMany()