| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.simu | |
| com.interpss.simu.impl | |
| com.interpss.simu.multicase | |
| com.interpss.simu.multicase.impl | |
| com.interpss.simu.util |
| Modifier and Type | Method and Description |
|---|---|
static AclfMultiStudyCase |
SimuObjectFactory.createAclfMultiStudyCase(SimuCtxType type)
Create a MultiStudyCase object
|
static ContingencyAnalysis |
SimuObjectFactory.createContingencyAnalysis(SimuCtxType type,
AclfNetwork aclfNet)
Create a ContingencyAnalysis object
|
static DStabMultiStudyCase |
SimuObjectFactory.createDStabMultiStudyCase(SimuCtxType type)
Create a MultiStudyCase object
|
static SimuContext |
SimuObjectFactory.createSimuNetwork(SimuCtxType snetType)
create a SimuContext object of type DStabNet
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<SimuCtxType> |
SimuCtxType.VALUES
A public read-only list of all the 'Ctx Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static SimuCtxType |
SimuCtxType.get(int value)
Returns the 'Ctx Type' literal with the specified integer value.
|
static SimuCtxType |
SimuCtxType.get(java.lang.String literal)
Returns the 'Ctx Type' literal with the specified literal value.
|
static SimuCtxType |
SimuCtxType.getByName(java.lang.String name)
Returns the 'Ctx Type' literal with the specified name.
|
SimuCtxType |
SimuContext.getNetType()
Returns the value of the 'Net Type' attribute.
|
static SimuCtxType |
SimuCtxType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimuCtxType[] |
SimuCtxType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimuContext.setNetType(SimuCtxType value)
Sets the value of the '
Net Type' attribute. |
void |
SimuContext.setNetwork(java.lang.Object net,
SimuCtxType type)
set network object
|
| Modifier and Type | Method and Description |
|---|---|
SimuCtxType |
SimuFactoryImpl.createSimuCtxTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
SimuCtxType |
SimuContextImpl.getNetType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimuContextImpl.setNetType(SimuCtxType newNetType) |
void |
SimuContextImpl.setNetwork(java.lang.Object net,
SimuCtxType type) |
| Modifier and Type | Method and Description |
|---|---|
SimuCtxType |
MultiStudyCase.getNetType()
Returns the value of the 'Net Type' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiStudyCase.setNetType(SimuCtxType value)
Sets the value of the '
Net Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
SimuCtxType |
MultiStudyCaseImpl.getNetType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiStudyCaseImpl.setNetType(SimuCtxType newNetType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SimuCtxHelper.initContingencyAnalysis(ContingencyAnalysis mcase,
SimuCtxType type,
AclfNetwork aclfNet) |