public interface AclfNetwork extends BaseAclfNetwork<AclfBus,AclfBranch>
The following features are supported:
AclfPackage.getAclfNetwork()| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(IAclfNetBVisitor visitor)
accept method for the Visitor patten implementation.
|
void |
createDistGenList()
1) normalize bus.genPartFactor; 2) create the aclfNet.distGenList
|
AclfNetwork |
createSubNet(java.lang.String[] busIdAry,
java.lang.String[] branchIdAry)
create a AclfNetwork object by coping (deepCopy) all buses and branches identified by the
busIdAry and branchIdAry from this object.
|
BaseContingency |
getContingency(java.lang.String contId)
get contingency by id
|
org.eclipse.emf.common.util.EList<BaseContingency> |
getContingencyList()
Returns the value of the 'Contingency List' containment reference list.
|
org.eclipse.emf.common.util.EList<AclfBus> |
getDistGenList()
Returns the value of the 'Dist Gen List' reference list.
|
FlowInterface |
getFlowInterface(java.lang.String id)
get FlowInterface object from the net by interface id
|
org.eclipse.emf.common.util.EList<FlowInterface> |
getFlowInterfaceList()
Returns the value of the 'Flow Interface List' containment reference list.
|
boolean |
isFlowInterfaceLoaded()
Returns the value of the 'Flow Interface Loaded' attribute.
|
void |
setFlowInterfaceLoaded(boolean value)
Sets the value of the '
Flow Interface Loaded' attribute. |
adjustXfrZ, allocateContributeGenQ, getAclfNetAdjust, getDefaultVoltageLimit, getNetworkType, getPsXfrPControlList, getRemoteQBusList, getSpecialBranchList, getSvcList, getTapControlList, getXfrZAdjustSide, getXfrZTable, getXfrZTableEntry, getYMatrix, getZeroZBranchThreshold, initBusVoltage, initBusWithSchedVolt, initContributeGenLoad, isLfConverged, isLfDataLoaded, isSensitivityCalculated, isZeroZBranchProcessed, postProcessHVDC, setAclfNetAdjust, setDefaultVoltageLimit, setLfConverged, setLfDataLoaded, setNetworkType, setSensitivityCalculated, setXfrZAdjustSide, setZeroZBranchProcessed, setZeroZBranchThresholdaccept, addArea, addOwner, addZone, arrangeBusNumber, formAdjacencyMatrix, getAreaList, getBaseKva, getBaseMva, getBranchList, getBusList, getChildNetList, getFrequency, getOriginalDataFormat, getOwnerList, getRefBusId, getRefBusType, getTieLineList, getZoneList, isAllowGroundBranch, isBusNumberArranged, isBypassDataCheck, isDataChecked, isRefBus, isSwitchBreakModel, net2String, rebuildLookupTable, setAllowGroundBranch, setBaseKva, setBusNumberArranged, setBypassDataCheck, setDataChecked, setFrequency, setOriginalDataFormat, setRefBusId, setRefBusType, setSwitchBreakModel, setToEmptycheckData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatusreadData, writeDatagetAdapter, getAdapteraddTieLine, getArea, getOwner, getOwner, getZone, removeTieLine, setVisitedStatusaddBus, getBus, getBus, getBus, getNoActiveBus, getNoBus, hasBus, removeBus, removeBus, setBusaddBranch, addBranch, addBranch, addBranch, addBranch, getBranch, getBranch, getBranch, getBranch, getBranch, getNoActiveBranch, getNoBranch, hasBranch, hasBranch, removeBranch, removeBranch, removeBranchgetChildNet, hasChildNeteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivercalLoadDFactor, hasBranchMavRatingViolation, maxMismatch, smallestLoad, totalGeneration, totalLoad, totalLosshasFunctionLoad, hasPQBusLimit, hasPSXfrPControl, hasPVBusLimit, hasRemoteQBus, hasStaticVarCompensator, hasSwitchedShuntAdjustment, hasTapControl, needDiscreteAdjust, needLimitAdjust, needLimitBackoffAdjust, needPowerAdjust, needVoltageAdjustadd3WXfr, add3WXfr, get3WXfr, get3WXfr, has3WXfr, has3WXfr, remove3WXfraddHvdcLine2T, addHvdcLine2T, calculateHvdc, getHvdcLine2T, hasPSXfrareaOutputPower, neighborAreas, neighborZones, powerAreaExport, powerZoneExportformB11Matrix, formB11Matrix, formB1Matrix, formB1Matrix, formJMatrix, formJMatrix, formJMatrix, formYMatrix, formYMatrixboolean isFlowInterfaceLoaded()
"false".
attribute to indicate if flow interface has been loaded into the Network
setFlowInterfaceLoaded(boolean),
AclfPackage.getAclfNetwork_FlowInterfaceLoaded()void setFlowInterfaceLoaded(boolean value)
Flow Interface Loaded' attribute.
value - the new value of the 'Flow Interface Loaded' attribute.isFlowInterfaceLoaded()org.eclipse.emf.common.util.EList<BaseContingency> getContingencyList()
BaseContingency.
contingency list
AclfPackage.getAclfNetwork_ContingencyList()org.eclipse.emf.common.util.EList<FlowInterface> getFlowInterfaceList()
FlowInterface.
flow interface object list
AclfPackage.getAclfNetwork_FlowInterfaceList()org.eclipse.emf.common.util.EList<AclfBus> getDistGenList()
AclfBus.
distribution generator list for distributed swing bus
AclfPackage.getAclfNetwork_DistGenList()AclfNetwork createSubNet(java.lang.String[] busIdAry, java.lang.String[] branchIdAry) throws InterpssException
busIdAry - bus id arraybranchIdAry - branch id array
InterpssExceptionvoid createDistGenList()
FlowInterface getFlowInterface(java.lang.String id)
id - flow interface id
BaseContingency getContingency(java.lang.String contId)
boolean accept(IAclfNetBVisitor visitor) throws InterpssException
InterpssException