Modifier and Type | Method and Description |
---|---|
static AclfStudyCase |
SimuObjectFactory.createAclfStudyCase(java.lang.String cid,
java.lang.String cname,
int n,
MultiStudyCase mcase)
Create a AclfStudyCase object and add it to the MultiStudyCase container
|
static ContingencyCase |
SimuObjectFactory.createContingencyCase(java.lang.String cid,
java.lang.String cname,
int n,
MultiStudyCase mcase)
Create a ContingencyCase object and add it to the MultiStudyCase container
|
static DStabStudyCase |
SimuObjectFactory.createDStabStudyCase(java.lang.String cid,
java.lang.String cname,
int n,
MultiStudyCase mcase)
Create a DStabStudyCase object and add it to the MultiStudyCase container
|
Modifier and Type | Method and Description |
---|---|
MultiStudyCase |
StudyCase.getParent()
Returns the value of the 'Parent' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
StudyCase.setParent(MultiStudyCase value)
Sets the value of the '
Parent ' reference. |
Modifier and Type | Interface and Description |
---|---|
interface |
AclfMultiStudyCase
A representation of the model object 'Aclf Multi Study Case'.
|
interface |
ContingencyAnalysis
A representation of the model object 'Contingency Analysis'.
|
Modifier and Type | Class and Description |
---|---|
class |
AclfMultiStudyCaseImpl
An implementation of the model object 'Aclf Multi Study Case'.
|
class |
ContingencyAnalysisImpl
An implementation of the model object 'Contingency Analysis'.
|
Modifier and Type | Method and Description |
---|---|
T |
MCaseAclfSwitch.caseMultiStudyCase(MultiStudyCase object)
Returns the result of interpreting the object as an instance of 'Multi Study Case'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DStabMultiStudyCase
A representation of the model object 'DStab Multi Study Case'.
|
Modifier and Type | Class and Description |
---|---|
class |
DStabMultiStudyCaseImpl
An implementation of the model object 'DStab Multi Study Case'.
|
Modifier and Type | Method and Description |
---|---|
T |
MCaseDStabSwitch.caseMultiStudyCase(MultiStudyCase object)
Returns the result of interpreting the object as an instance of 'Multi Study Case'.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiStudyCaseImpl
An implementation of the model object 'Multi Study Case'.
|
Modifier and Type | Field and Description |
---|---|
protected MultiStudyCase |
StudyCaseImpl.parent
The cached value of the '
Parent ' reference. |
Modifier and Type | Method and Description |
---|---|
MultiStudyCase |
StudyCaseImpl.basicGetParent() |
MultiStudyCase |
StudyCaseImpl.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
StudyCaseImpl.setParent(MultiStudyCase newParent) |
Modifier and Type | Method and Description |
---|---|
T |
MulticaseSwitch.caseMultiStudyCase(MultiStudyCase object)
Returns the result of interpreting the object as an instance of 'Multi Study Case'.
|