public interface IdentifInstance
extends org.eclipse.emf.ecore.EObject
The following features are supported:
org.polarsys.chess.chessmlprofile.Core.CorePackage#getIdentifInstance()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.InstanceSpecification |
getBase_InstanceSpecification()
Returns the value of the 'Base Instance Specification' reference.
|
int |
getId()
Returns the value of the 'Id' attribute.
|
org.eclipse.uml2.uml.InstanceSpecification |
getSourceInstanceSpec()
Returns the value of the 'Source Instance Spec' reference.
|
void |
setBase_InstanceSpecification(org.eclipse.uml2.uml.InstanceSpecification value)
Sets the value of the '
Base Instance Specification ' reference. |
void |
setId(int value)
Sets the value of the '
Id ' attribute. |
void |
setSourceInstanceSpec(org.eclipse.uml2.uml.InstanceSpecification value)
Sets the value of the '
Source Instance Spec ' reference. |
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#getIdentifInstance_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 getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(int)
,
org.polarsys.chess.chessmlprofile.Core.CorePackage#getIdentifInstance_Id()
void setId(int value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
org.eclipse.uml2.uml.InstanceSpecification getSourceInstanceSpec()
If the meaning of the 'Source Instance Spec' reference isn't clear, there really should be more of a description here...
setSourceInstanceSpec(InstanceSpecification)
,
org.polarsys.chess.chessmlprofile.Core.CorePackage#getIdentifInstance_SourceInstanceSpec()
void setSourceInstanceSpec(org.eclipse.uml2.uml.InstanceSpecification value)
Source Instance Spec
' reference.
value
- the new value of the 'Source Instance Spec' reference.getSourceInstanceSpec()