public interface MultiInstance
extends org.eclipse.emf.ecore.EObject
The following features are supported:
org.polarsys.chess.chessmlprofile.Core.CorePackage#getMultiInstance()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.InstanceSpecification |
getBase_InstanceSpecification()
Returns the value of the 'Base Instance Specification' reference.
|
int |
getUpperBound()
Returns the value of the 'Upper Bound' attribute.
|
void |
setBase_InstanceSpecification(org.eclipse.uml2.uml.InstanceSpecification value)
Sets the value of the '
Base Instance Specification ' reference. |
void |
setUpperBound(int value)
Sets the value of the '
Upper Bound ' attribute. |
org.eclipse.uml2.uml.InstanceSpecification getBase_InstanceSpecification()
If the meaning of the 'Base Instance Specification' reference isn't clear, there really should be more of a description here...
setBase_InstanceSpecification(InstanceSpecification)
,
org.polarsys.chess.chessmlprofile.Core.CorePackage#getMultiInstance_Base_InstanceSpecification()
void setBase_InstanceSpecification(org.eclipse.uml2.uml.InstanceSpecification value)
Base Instance Specification
' reference.
value
- the new value of the 'Base Instance Specification' reference.getBase_InstanceSpecification()
int getUpperBound()
If the meaning of the 'Upper Bound' attribute isn't clear, there really should be more of a description here...
setUpperBound(int)
,
org.polarsys.chess.chessmlprofile.Core.CorePackage#getMultiInstance_UpperBound()
void setUpperBound(int value)
Upper Bound
' attribute.
value
- the new value of the 'Upper Bound' attribute.getUpperBound()