public interface SBAInitialConditions
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Class |
getBase_Class()
Returns the value of the 'Base Class' reference.
|
java.lang.String |
getSetup()
Returns the value of the 'Setup' attribute.
|
org.eclipse.uml2.uml.InstanceSpecification |
getTargetInstance()
Returns the value of the 'Target Instance' reference.
|
void |
setBase_Class(org.eclipse.uml2.uml.Class value)
Sets the value of the '
Base Class ' reference. |
void |
setSetup(java.lang.String value)
Sets the value of the '
Setup ' attribute. |
void |
setTargetInstance(org.eclipse.uml2.uml.InstanceSpecification value)
Sets the value of the '
Target Instance ' reference. |
org.eclipse.uml2.uml.Class getBase_Class()
If the meaning of the 'Base Class' reference isn't clear, there really should be more of a description here...
setBase_Class(org.eclipse.uml2.uml.Class)
,
StateBasedAnalysisPackage.getSBAInitialConditions_Base_Class()
void setBase_Class(org.eclipse.uml2.uml.Class value)
Base Class
' reference.
value
- the new value of the 'Base Class' reference.getBase_Class()
org.eclipse.uml2.uml.InstanceSpecification getTargetInstance()
If the meaning of the 'Target Instance' reference isn't clear, there really should be more of a description here...
setTargetInstance(InstanceSpecification)
,
StateBasedAnalysisPackage.getSBAInitialConditions_TargetInstance()
void setTargetInstance(org.eclipse.uml2.uml.InstanceSpecification value)
Target Instance
' reference.
value
- the new value of the 'Target Instance' reference.getTargetInstance()
java.lang.String getSetup()
If the meaning of the 'Setup' attribute isn't clear, there really should be more of a description here...
setSetup(String)
,
StateBasedAnalysisPackage.getSBAInitialConditions_Setup()
void setSetup(java.lang.String value)
Setup
' attribute.
value
- the new value of the 'Setup' attribute.getSetup()