public interface StudyCase extends NameTag
The following features are supported:
MulticasePackage.getStudyCase()| Modifier and Type | Method and Description |
|---|---|
int |
getCaseNumber()
Returns the value of the 'Case Number' attribute.
|
java.lang.String |
getGridNodeId()
Returns the value of the 'Grid Node Id' attribute.
|
Modification |
getModification()
Returns the value of the 'Modification' reference.
|
java.lang.String |
getNetModelString()
Returns the value of the 'Net Model String' attribute.
|
MultiStudyCase |
getParent()
Returns the value of the 'Parent' reference.
|
java.lang.String |
getRemoteReturnMessage()
Returns the value of the 'Remote Return Message' attribute.
|
StudyCaseResult |
getResult()
Returns the value of the 'Result' containment reference.
|
boolean |
isRemoteReturnStatus()
Returns the value of the 'Remote Return Status' attribute.
|
void |
setCaseNumber(int value)
Sets the value of the '
Case Number' attribute. |
void |
setGridNodeId(java.lang.String value)
Sets the value of the '
Grid Node Id' attribute. |
void |
setModification(Modification value)
Sets the value of the '
Modification' reference. |
void |
setNetModelString(java.lang.String value)
Sets the value of the '
Net Model String' attribute. |
void |
setParent(MultiStudyCase value)
Sets the value of the '
Parent' reference. |
void |
setRemoteReturnMessage(java.lang.String value)
Sets the value of the '
Remote Return Message' attribute. |
void |
setRemoteReturnStatus(boolean value)
Sets the value of the '
Remote Return Status' attribute. |
void |
setResult(StudyCaseResult value)
Sets the value of the '
Result' containment reference. |
checkData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatuseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMultiStudyCase getParent()
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
parent containing MultiStudyCase objectsetParent(MultiStudyCase),
MulticasePackage.getStudyCase_Parent()void setParent(MultiStudyCase value)
Parent' reference.
value - the new value of the 'Parent' reference.getParent()int getCaseNumber()
If the meaning of the 'Case Number' attribute isn't clear, there really should be more of a description here...
Study case number.setCaseNumber(int),
MulticasePackage.getStudyCase_CaseNumber()void setCaseNumber(int value)
Case Number' attribute.
value - the new value of the 'Case Number' attribute.getCaseNumber()java.lang.String getGridNodeId()
If the meaning of the 'Grid Node Id' attribute isn't clear, there really should be more of a description here...
Grid node id to run this study case.setGridNodeId(String),
MulticasePackage.getStudyCase_GridNodeId()void setGridNodeId(java.lang.String value)
Grid Node Id' attribute.
value - the new value of the 'Grid Node Id' attribute.getGridNodeId()java.lang.String getNetModelString()
If the meaning of the 'Net Model String' attribute isn't clear, there really should be more of a description here...
Serialized network mode for the study case.setNetModelString(String),
MulticasePackage.getStudyCase_NetModelString()void setNetModelString(java.lang.String value)
Net Model String' attribute.
value - the new value of the 'Net Model String' attribute.getNetModelString()Modification getModification()
If the meaning of the 'Modification' reference isn't clear, there really should be more of a description here...
refernce to a modification object for the study case.setModification(Modification),
MulticasePackage.getStudyCase_Modification()void setModification(Modification value)
Modification' reference.
value - the new value of the 'Modification' reference.getModification()boolean isRemoteReturnStatus()
If the meaning of the 'Remote Return Status' attribute isn't clear, there really should be more of a description here...
remote run of the study case return status.setRemoteReturnStatus(boolean),
MulticasePackage.getStudyCase_RemoteReturnStatus()void setRemoteReturnStatus(boolean value)
Remote Return Status' attribute.
value - the new value of the 'Remote Return Status' attribute.isRemoteReturnStatus()java.lang.String getRemoteReturnMessage()
If the meaning of the 'Remote Return Message' attribute isn't clear, there really should be more of a description here...
remote return message of the study case.setRemoteReturnMessage(String),
MulticasePackage.getStudyCase_RemoteReturnMessage()void setRemoteReturnMessage(java.lang.String value)
Remote Return Message' attribute.
value - the new value of the 'Remote Return Message' attribute.getRemoteReturnMessage()StudyCaseResult getResult()
If the meaning of the 'Result' containment reference isn't clear, there really should be more of a description here...
reference to a Study Case result objectsetResult(StudyCaseResult),
MulticasePackage.getStudyCase_Result()void setResult(StudyCaseResult value)
Result' containment reference.
value - the new value of the 'Result' containment reference.getResult()