Modifier and Type | Method and Description |
---|---|
static BranchResult |
SimuObjectFactory.createBranchResult(java.lang.String braId,
StudyCaseResult cResult)
Create a BranchResult object and add it to the StudyCaseResult container
|
static BusResult |
SimuObjectFactory.createBusResult(java.lang.String busId,
StudyCaseResult cResult)
Create a BusResult object and add it to the StudyCaseResult container
|
Modifier and Type | Method and Description |
---|---|
StudyCaseResult |
StudyCase.getResult()
Returns the value of the 'Result' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
StudyCase.setResult(StudyCaseResult value)
Sets the value of the '
Result ' containment reference. |
Modifier and Type | Method and Description |
---|---|
boolean |
AclfMultiStudyCase.updateResult(java.lang.String studyCaseName,
StudyCaseResult aclfCaseResult)
process the study case, add info to the busResultSummary and
branchResultSummary tables.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AclfMultiStudyCaseImpl.updateResult(java.lang.String studyCaseName,
StudyCaseResult aclfCaseResult) |
Modifier and Type | Field and Description |
---|---|
protected StudyCaseResult |
StudyCaseImpl.result
The cached value of the '
Result ' containment reference. |
Modifier and Type | Method and Description |
---|---|
StudyCaseResult |
StudyCaseImpl.getResult() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
StudyCaseImpl.basicSetResult(StudyCaseResult newResult,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
StudyCaseImpl.setResult(StudyCaseResult newResult) |
Modifier and Type | Method and Description |
---|---|
StudyCaseResult |
MCaseResultFactory.createStudyCaseResult()
Returns a new object of class 'Study Case Result'.
|
Modifier and Type | Class and Description |
---|---|
class |
StudyCaseResultImpl
An implementation of the model object 'Study Case Result'.
|
Modifier and Type | Method and Description |
---|---|
StudyCaseResult |
MCaseResultFactoryImpl.createStudyCaseResult() |
Modifier and Type | Method and Description |
---|---|
T |
MCaseResultSwitch.caseStudyCaseResult(StudyCaseResult object)
Returns the result of interpreting the object as an instance of 'Study Case Result'.
|