| Modifier and Type | Method and Description |
|---|---|
StudyCase |
MultiStudyCase.addStudyCase(java.lang.String id,
java.lang.String name,
int caseNumber,
StudyCase sCase)
add a study case
|
StudyCase |
MultiStudyCase.getStudyCase(int caseNumber)
get study case by case number
|
StudyCase |
MultiStudyCase.getStudyCase(java.lang.String caseId)
get study case by case id
|
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<StudyCase> |
MultiStudyCase.getStudyCaseList()
Returns the value of the 'Study Case List' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
StudyCase |
MultiStudyCase.addStudyCase(java.lang.String id,
java.lang.String name,
int caseNumber,
StudyCase sCase)
add a study case
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiStudyCase.setStudyCaseList(java.util.LinkedList<StudyCase> value)
Sets the value of the '
Study Case List' attribute. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AclfStudyCase
A representation of the model object 'Aclf Study Case'.
|
interface |
ContingencyCase
A representation of the model object 'Cintingency Case'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AclfStudyCaseImpl
An implementation of the model object 'Aclf Study Case'.
|
class |
ContingencyCaseImpl
An implementation of the model object 'Cintingency Case'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
MCaseAclfSwitch.caseStudyCase(StudyCase object)
Returns the result of interpreting the object as an instance of 'Study Case'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DStabStudyCase
A representation of the model object 'DStab Study Case'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DStabStudyCaseImpl
An implementation of the model object 'DStab Study Case'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
MCaseDStabSwitch.caseStudyCase(StudyCase object)
Returns the result of interpreting the object as an instance of 'Study Case'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StudyCaseImpl
An implementation of the model object 'Study Case'.
|
| Modifier and Type | Method and Description |
|---|---|
StudyCase |
MultiStudyCaseImpl.addStudyCase(java.lang.String id,
java.lang.String name,
int caseNumber,
StudyCase sCase) |
StudyCase |
MultiStudyCaseImpl.getStudyCase(int caseNumber) |
StudyCase |
MultiStudyCaseImpl.getStudyCase(java.lang.String caseId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<StudyCase> |
MulticaseFactoryImpl.createStudyCaseListFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
java.util.LinkedList<StudyCase> |
MultiStudyCaseImpl.getStudyCaseList() |
| Modifier and Type | Method and Description |
|---|---|
StudyCase |
MultiStudyCaseImpl.addStudyCase(java.lang.String id,
java.lang.String name,
int caseNumber,
StudyCase sCase) |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiStudyCaseImpl.setStudyCaseList(java.util.LinkedList<StudyCase> newStudyCaseList) |
| Modifier and Type | Method and Description |
|---|---|
T |
MulticaseSwitch.caseStudyCase(StudyCase object)
Returns the result of interpreting the object as an instance of 'Study Case'.
|