public interface MultiNetDclfAlgorithm<TNet extends AclfNetwork> extends BaseMultiStateLfAlgorithm<TNet>
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
ContingencyAnalysisAlgorithm |
createDclfAlgorithm(int algoNo)
create a DclfAlgorithm object.
|
ContingencyAnalysisAlgorithm |
createDclfAlgorithm(java.lang.String parentName,
java.lang.String algoName)
create a DclfAlgorithm object.
|
int[] |
getClonedAclfNetIdx()
Returns the value of the 'Cloned Aclf Net Idx' attribute.
|
void |
setClonedAclfNetIdx(int[] value)
Sets the value of the '
Cloned Aclf Net Idx' attribute. |
addMsAclfNet, createClonedAclfNet, createClonedSubAclfNet, createNetAlgoTree, getClonedAclfNet, getClonedAclfNet, getMsAclfNetList, getNOfLfAlgoritms, isFixedStructure, isOneNet2MultiLfAlgo, setFixedStructure, setNOfLfAlgoritms, setOneNet2MultiLfAlgogetNetwork, setNetworkcheckData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfoeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetint[] getClonedAclfNetIdx()
"".
index arrary, stores the DclfAlgo object number to its parent cloned AclfNet object seq number index.
setClonedAclfNetIdx(int[]),
MslfAlgorithmPackage.getMultiNetDclfAlgorithm_ClonedAclfNetIdx()void setClonedAclfNetIdx(int[] value)
Cloned Aclf Net Idx' attribute.
value - the new value of the 'Cloned Aclf Net Idx' attribute.getClonedAclfNetIdx()ContingencyAnalysisAlgorithm createDclfAlgorithm(java.lang.String parentName, java.lang.String algoName) throws InterpssException
parentName - parent clonedAclfNet namealgoName - dclf algo name
InterpssExceptionContingencyAnalysisAlgorithm createDclfAlgorithm(int algoNo) throws InterpssException
algoNo - parent clonedAclfNet name
InterpssException