|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiplicityElement | |
org.eclipse.uml2 | |
org.eclipse.uml2.util |
Uses of MultiplicityElement in org.eclipse.uml2 |
Subinterfaces of MultiplicityElement in org.eclipse.uml2 | |
interface |
ConnectorEnd
A representation of the model object 'Connector End' |
interface |
ExtensionEnd
A representation of the model object 'Extension End' |
interface |
InputPin
A representation of the model object 'Input Pin' |
interface |
Operation
A representation of the model object 'Operation' |
interface |
OutputPin
A representation of the model object 'Output Pin' |
interface |
Parameter
A representation of the model object 'Parameter' |
interface |
Pin
A representation of the model object 'Pin' |
interface |
Port
A representation of the model object 'Port' |
interface |
Property
A representation of the model object 'Property' |
interface |
StructuralFeature
A representation of the model object 'Structural Feature' |
interface |
ValuePin
A representation of the model object 'Value Pin' |
interface |
Variable
A representation of the model object 'Variable' |
Methods in org.eclipse.uml2 with parameters of type MultiplicityElement | |
boolean |
MultiplicityElement.includesMultiplicity(MultiplicityElement M)
A query based on the following OCL expression:
(self.lowerBound() <= M.lowerBound()) and (self.upperBound() >= M.upperBound())
|
Uses of MultiplicityElement in org.eclipse.uml2.util |
Methods in org.eclipse.uml2.util with parameters of type MultiplicityElement | |
boolean |
UML2Validator.validateMultiplicityElement(MultiplicityElement multiplicityElement,
DiagnosticChain diagnostics,
Map context)
|
boolean |
UML2Validator.validateMultiplicityElement_validateUpperGt0(MultiplicityElement multiplicityElement,
DiagnosticChain diagnostics,
Map context)
Validates the validateUpperGt0 constraint of 'Multiplicity Element' |
boolean |
UML2Validator.validateMultiplicityElement_validateLowerGe0(MultiplicityElement multiplicityElement,
DiagnosticChain diagnostics,
Map context)
Validates the validateLowerGe0 constraint of 'Multiplicity Element' |
boolean |
UML2Validator.validateMultiplicityElement_validateUpperGeLower(MultiplicityElement multiplicityElement,
DiagnosticChain diagnostics,
Map context)
Validates the validateUpperGeLower constraint of 'Multiplicity Element' |
boolean |
UML2Validator.validateMultiplicityElement_validateLowerEqLowerbound(MultiplicityElement multiplicityElement,
DiagnosticChain diagnostics,
Map context)
Validates the validateLowerEqLowerbound constraint of 'Multiplicity Element' |
boolean |
UML2Validator.validateMultiplicityElement_validateUpperEqUpperbound(MultiplicityElement multiplicityElement,
DiagnosticChain diagnostics,
Map context)
Validates the validateUpperEqUpperbound constraint of 'Multiplicity Element' |
Object |
UML2Switch.caseMultiplicityElement(MultiplicityElement object)
Returns the result of interpretting the object as an instance of 'Multiplicity Element' |
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |