public interface AclfStudyCase extends StudyCase
The following features are supported:
MCaseAclfPackage.getAclfStudyCase()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAclfAlgoModelString()
Returns the value of the 'Aclf Algo Model String' attribute.
|
boolean |
isAclfConverged()
Returns the value of the 'Aclf Converged' attribute.
|
void |
runLFnSaveResult(LoadflowAlgorithm algo,
AclfMultiStudyCase container)
Run loadflow using the algorithm object and the AclfNet object carried by the
algorithm object.
|
void |
setAclfAlgoModelString(java.lang.String value)
Sets the value of the '
Aclf Algo Model String' attribute. |
void |
setAclfConverged(boolean value)
Sets the value of the '
Aclf Converged' attribute. |
getCaseNumber, getGridNodeId, getModification, getNetModelString, getParent, getRemoteReturnMessage, getResult, isRemoteReturnStatus, setCaseNumber, setGridNodeId, setModification, setNetModelString, setParent, setRemoteReturnMessage, setRemoteReturnStatus, setResultcheckData, 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, eUnsetjava.lang.String getAclfAlgoModelString()
If the meaning of the 'Aclf Algo Model String' attribute isn't clear, there really should be more of a description here...
Serialized Loadflow algorithm model stringsetAclfAlgoModelString(String),
MCaseAclfPackage.getAclfStudyCase_AclfAlgoModelString()void setAclfAlgoModelString(java.lang.String value)
Aclf Algo Model String' attribute.
value - the new value of the 'Aclf Algo Model String' attribute.getAclfAlgoModelString()boolean isAclfConverged()
If the meaning of the 'Aclf Converged' attribute isn't clear, there really should be more of a description here...
attribute to indicating LF convergence status.setAclfConverged(boolean),
MCaseAclfPackage.getAclfStudyCase_AclfConverged()void setAclfConverged(boolean value)
Aclf Converged' attribute.
value - the new value of the 'Aclf Converged' attribute.isAclfConverged()void runLFnSaveResult(LoadflowAlgorithm algo, AclfMultiStudyCase container) throws InterpssException
InterpssException