public class AclfNetworkImpl extends BaseAclfNetworkImpl<AclfBus,AclfBranch> implements AclfNetwork
The following features are implemented:
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<java.lang.String,org.apache.commons.math3.complex.Complex> |
EQUIV_GEN_LOAD_CACHE_EDEFAULT
The default value of the '
Equiv Gen Load Cache ' attribute. |
protected java.util.Map<java.lang.String,org.apache.commons.math3.complex.Complex> |
equivGenLoadCache
The cached value of the '
Equiv Gen Load Cache ' attribute. |
protected static boolean |
FLOW_INTERFACE_LOADED_EDEFAULT
The default value of the '
Flow Interface Loaded ' attribute. |
protected org.eclipse.emf.common.util.EList<FlowInterface> |
flowInterfaceList
The cached value of the '
Flow Interface List ' containment reference list. |
protected boolean |
flowInterfaceLoaded
The cached value of the '
Flow Interface Loaded ' attribute. |
protected static boolean |
HAS_EQUIV_GEN_LOAD_EDEFAULT
The default value of the '
Has Equiv Gen Load ' attribute. |
protected boolean |
hasEquivGenLoad
The cached value of the '
Has Equiv Gen Load ' attribute. |
ACLF_NET_MODEL_TYPE_EDEFAULT, aclfNetAdjust, aclfNetModelType, CONTRIBUTE_GEN_LOAD_MODEL_EDEFAULT, contributeGenLoadModel, DEFAULT_VOLTAGE_LIMIT_EDEFAULT, defaultVoltageLimit, LF_CONVERGED_EDEFAULT, LF_DATA_LOADED_EDEFAULT, lfConverged, lfDataLoaded, NETWORK_TYPE_EDEFAULT, networkType, SENSITIVITY_CALCULATED_EDEFAULT, sensitivityCalculated, specialBranchList, XFR_ZADJUST_SIDE_EDEFAULT, xfrZAdjustSide, xfrZTable, ZERO_ZBRANCH_THRESHOLD_EDEFAULT, zeroZBranchThreshold
ALLOW_GROUND_BRANCH_EDEFAULT, allowGroundBranch, AREA_MAP_EDEFAULT, areaMap, BASE_KVA_EDEFAULT, baseKva, branchList, branchLookupTable, BUS_NUMBER_ARRANGED_EDEFAULT, busList, busLookupTable, busNumberArranged, BYPASS_DATA_CHECK_EDEFAULT, bypassDataCheck, childNetWrapperList, DATA_CHECKED_EDEFAULT, dataChecked, EXTRA_INFO_EDEFAULT, extraInfo, frequency, FREQUENCY_EDEFAULT, ORIGINAL_DATA_FORMAT_EDEFAULT, originalDataFormat, OWNER_MAP_EDEFAULT, ownerMap, REF_BUS_ID_SET_EDEFAULT, REF_BUS_TYPE_EDEFAULT, refBusIdSet, refBusType, SUBSTATION_MAP_EDEFAULT, substationMap, tieLineList, TIME_STAMP_EDEFAULT, timeStamp, ZONE_MAP_EDEFAULT, zoneMap
desc, DESC_EDEFAULT, id, ID_EDEFAULT, name, NAME_EDEFAULT, number, NUMBER_EDEFAULT, status, STATUS_CHANGE_INFO_EDEFAULT, STATUS_EDEFAULT, statusChangeInfo
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Modifier | Constructor and Description |
---|---|
protected |
AclfNetworkImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(IAclfNetBVisitor visitor) |
java.util.Map<java.lang.String,AclfBranch> |
createAclfBranchNameLookupTable(boolean activeOnly) |
java.util.Map<java.lang.String,AclfBranch> |
createAclfBranchNameLookupTable(boolean activeOnly,
boolean inclChildNet) |
java.util.Map<java.lang.String,AclfBus> |
createAclfBusNameLookupTable(boolean activeOnly) |
java.util.Map<java.lang.String,AclfBus> |
createAclfBusNameLookupTable(boolean activeOnly,
boolean inclChildNet) |
java.util.Map<java.lang.String,AclfGen> |
createAclfGenNameLookupTable(boolean activeOnly) |
java.util.Map<java.lang.String,AclfGen> |
createAclfGenNameLookupTable(boolean activeOnly,
boolean inclChildNet) |
java.util.Map<java.lang.String,AclfLoad> |
createAclfLoadNameLookupTable(boolean activeOnly) |
java.util.Map<java.lang.String,AclfLoad> |
createAclfLoadNameLookupTable(boolean activeOnly,
boolean inclChildNet) |
AcscNetwork |
createAcscNetCopy() |
AclfNetwork |
createSubNet(int subNetFlag,
boolean equivHvdc) |
AclfNetwork |
createSubNet(java.util.Set<java.lang.String> busIdSet,
boolean equivHvdc) |
AclfNetwork |
createSubNet(java.util.Set<java.lang.String> busIdSet,
java.util.function.Predicate<AclfBranch> excludeBranchPredicate,
boolean equivHvdc) |
AclfNetwork |
createSubNet(java.util.Set<java.lang.String> busIdSet,
java.util.Set<java.lang.String> branchIdSet,
boolean equivHvdc) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.util.Map<java.lang.String,AclfBranch> |
getAclfBranchNameLookupTable() |
java.util.Map<java.lang.String,AclfBus> |
getAclfBusNameLookupTable() |
java.util.Map<java.lang.String,AclfGen> |
getAclfGenNameLookupTable() |
java.util.Map<java.lang.String,AclfLoad> |
getAclfLoadNameLookupTable() |
java.util.Map<java.lang.String,org.apache.commons.math3.complex.Complex> |
getEquivGenLoadCache() |
FlowInterface |
getFlowInterface(java.lang.String id) |
org.eclipse.emf.common.util.EList<FlowInterface> |
getFlowInterfaceList() |
boolean |
isFlowInterfaceLoaded() |
boolean |
isHasEquivGenLoad() |
<T> T |
jsonCopy() |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
setEquivGenLoadCache(java.util.Map<java.lang.String,org.apache.commons.math3.complex.Complex> newEquivGenLoadCache) |
void |
setFlowInterfaceLoaded(boolean newFlowInterfaceLoaded) |
void |
setHasEquivGenLoad(boolean newHasEquivGenLoad) |
java.lang.String |
toString() |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
add3WXfr, add3WXfr, addGroundBranch, addHvdcLine2T, addHvdcLine2T, adjustXfrZ, allocateContributeGenQ, areaOutputPower, basicSetAclfNetAdjust, calculateHvdc, calExternalPowerIntoNet, calLoadDFactor, calLoadDFactor, checkData, formB11Matrix, formB11Matrix, formB1Matrix, formB1Matrix, formJMatrix, formJMatrix, formJMatrix, formYMatrix, formYMatrix, get3WXfr, get3WXfr, getAclfNetAdjust, getAclfNetModelType, getBranchList, getBusList, getDefaultVoltageLimit, getHvdcLine2T, getNetworkType, getSpecialBranch, getSpecialBranchList, getXfrZAdjustSide, getXfrZTable, getXfrZTableEntry, getZeroZBranchThreshold, has3WXfr, has3WXfr, hasBranchMavRatingViolation, hasFunctionLoad, hasPQBusLimit, hasPSXfr, hasPSXfrPControl, hasPVBusLimit, hasRemoteQBus, hasStaticVarCompensator, hasSwingBus, hasSwitchedShuntAdjustment, hasTapControl, initBusVoltage, initContributeGenLoad, isContributeGenLoadModel, isLfConverged, isLfDataLoaded, isSensitivityCalculated, maxMismatch, maxMismatch, maxMismatch, needDiscreteAdjust, needLimitAdjust, needLimitBackoffAdjust, needPowerAdjust, needVoltageAdjust, neighborAreas, neighborZones, net2String, noBusInArea, powerAreaExport, powerZoneExport, remove3WXfr, setAclfNetAdjust, setAclfNetModelType, setContributeGenLoadModel, setDefaultVoltageLimit, setLfConverged, setLfDataLoaded, setNetworkType, setSensitivityCalculated, setXfrZAdjustSide, setZeroZBranchThreshold, smallestLoad, totalGeneration, totalLoad, totalLoad, totalLoss
accept, addArea, addBranch, addBranch, addBranch, addBranch2Cache, addBranch2Cache, addBranch2Cache, addBus, addBus2Cache, addOwner, addSubstation, addTieLine, addZone, arrangeBusNumber, cachedBranches2Net, cachedBuses2Net, eInverseAdd, formAdjacencyMatrix, getArea, getArea, getAreaMap, getBaseKva, getBaseMva, getBranch, getBranch, getBranch, getBranches, getBranches, getBus, getBus, getChildNetWrapper, getChildNetWrapperList, getExtraInfo, getFrequency, getNoActiveBranch, getNoActiveBranch, getNoActiveBus, getNoActiveBus, getNoBranch, getNoBranch, getNoBus, getNoBus, getOriginalDataFormat, getOwner, getOwner, getOwnerMap, getRefBusId, getRefBusIdSet, getRefBusType, getSubstation, getSubstationMap, getSubstationMap, getTieLineList, getTimeStamp, getZone, getZone, getZoneMap, hasBranch, hasBranch, hasBus, hasChildNet, hzCopy, isAllowGroundBranch, isBusNumberArranged, isBypassDataCheck, isDataChecked, isOnlineModel, isRefBus, rebuildLookupTable, removeBranch, removeBranch, removeBranch, removeBus, removeBus, removeTieLine, replaceBus, setAllowGroundBranch, setBaseKva, setBusNumberArranged, setBypassDataCheck, setDataChecked, setExtraInfo, setFrequency, setOriginalDataFormat, setRefBusId, setRefBusIdSet, setRefBusType, setTimeStamp, setToEmpty, setVisitedStatus, updateBranchId
checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
adjustXfrZ, allocateContributeGenQ, calLoadDFactor, calLoadDFactor, getAclfNetAdjust, getAclfNetModelType, getDefaultVoltageLimit, getNetworkType, getSpecialBranch, getSpecialBranchList, getXfrZAdjustSide, getXfrZTable, getXfrZTableEntry, getZeroZBranchThreshold, hasSwingBus, initBusVoltage, initContributeGenLoad, isContributeGenLoadModel, isLfConverged, isLfDataLoaded, isSensitivityCalculated, setAclfNetAdjust, setAclfNetModelType, setContributeGenLoadModel, setDefaultVoltageLimit, setLfConverged, setLfDataLoaded, setNetworkType, setSensitivityCalculated, setXfrZAdjustSide, setZeroZBranchThreshold
accept, addArea, addBranch, addBranch, addBranch, addBranch2Cache, addBranch2Cache, addBranch2Cache, addBus, addBus2Cache, addGroundBranch, addOwner, addSubstation, addTieLine, addZone, arrangeBusNumber, cachedBranches2Net, cachedBuses2Net, formAdjacencyMatrix, getArea, getArea, getAreaMap, getBaseKva, getBaseMva, getBranch, getBranch, getBranch, getBranches, getBranches, getBranchList, getBus, getBus, getBusList, getChildNetWrapperList, getExtraInfo, getFrequency, getNoActiveBranch, getNoActiveBranch, getNoActiveBus, getNoActiveBus, getNoBranch, getNoBranch, getNoBus, getNoBus, getOriginalDataFormat, getOwner, getOwner, getOwnerMap, getRefBusId, getRefBusIdSet, getRefBusType, getSubstation, getSubstationMap, getSubstationMap, getTieLineList, getTimeStamp, getZone, getZone, getZoneMap, hasBranch, hasBranch, hasBus, hzCopy, isAllowGroundBranch, isBusNumberArranged, isBypassDataCheck, isDataChecked, isOnlineModel, isRefBus, net2String, rebuildLookupTable, removeBranch, removeBranch, removeBranch, removeBus, removeBus, removeTieLine, replaceBus, setAllowGroundBranch, setBaseKva, setBusNumberArranged, setBypassDataCheck, setDataChecked, setExtraInfo, setFrequency, setOriginalDataFormat, setRefBusId, setRefBusIdSet, setRefBusType, setTimeStamp, setToEmpty, setVisitedStatus, updateBranchId
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
getChildNetWrapper, hasChildNet
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
calExternalPowerIntoNet, hasBranchMavRatingViolation, maxMismatch, maxMismatch, maxMismatch, smallestLoad, totalGeneration, totalLoad, totalLoad, totalLoss
hasFunctionLoad, hasPQBusLimit, hasPSXfrPControl, hasPVBusLimit, hasRemoteQBus, hasStaticVarCompensator, hasSwitchedShuntAdjustment, hasTapControl, needDiscreteAdjust, needLimitAdjust, needLimitBackoffAdjust, needPowerAdjust, needVoltageAdjust
add3WXfr, add3WXfr, get3WXfr, get3WXfr, has3WXfr, has3WXfr, remove3WXfr
addHvdcLine2T, addHvdcLine2T, calculateHvdc, getHvdcLine2T, hasPSXfr
areaOutputPower, neighborAreas, neighborZones, powerAreaExport, powerZoneExport
formB11Matrix, formB11Matrix, formB1Matrix, formB1Matrix, formJMatrix, formJMatrix, formJMatrix, formYMatrix, formYMatrix
protected static final boolean HAS_EQUIV_GEN_LOAD_EDEFAULT
Has Equiv Gen Load
' attribute.
isHasEquivGenLoad()
,
Constant Field Valuesprotected boolean hasEquivGenLoad
Has Equiv Gen Load
' attribute.
isHasEquivGenLoad()
protected static final java.util.Map<java.lang.String,org.apache.commons.math3.complex.Complex> EQUIV_GEN_LOAD_CACHE_EDEFAULT
Equiv Gen Load Cache
' attribute.
getEquivGenLoadCache()
protected java.util.Map<java.lang.String,org.apache.commons.math3.complex.Complex> equivGenLoadCache
Equiv Gen Load Cache
' attribute.
getEquivGenLoadCache()
protected static final boolean FLOW_INTERFACE_LOADED_EDEFAULT
Flow Interface Loaded
' attribute.
isFlowInterfaceLoaded()
,
Constant Field Valuesprotected boolean flowInterfaceLoaded
Flow Interface Loaded
' attribute.
isFlowInterfaceLoaded()
protected org.eclipse.emf.common.util.EList<FlowInterface> flowInterfaceList
Flow Interface List
' containment reference list.
getFlowInterfaceList()
public boolean isHasEquivGenLoad()
isHasEquivGenLoad
in interface AclfNetwork
AclfNetwork.setHasEquivGenLoad(boolean)
,
AclfPackage.getAclfNetwork_HasEquivGenLoad()
public void setHasEquivGenLoad(boolean newHasEquivGenLoad)
setHasEquivGenLoad
in interface AclfNetwork
newHasEquivGenLoad
- the new value of the 'Has Equiv Gen Load' attribute.AclfNetwork.isHasEquivGenLoad()
public java.util.Map<java.lang.String,org.apache.commons.math3.complex.Complex> getEquivGenLoadCache()
getEquivGenLoadCache
in interface AclfNetwork
AclfNetwork.setEquivGenLoadCache(Map)
,
AclfPackage.getAclfNetwork_EquivGenLoadCache()
public void setEquivGenLoadCache(java.util.Map<java.lang.String,org.apache.commons.math3.complex.Complex> newEquivGenLoadCache)
setEquivGenLoadCache
in interface AclfNetwork
newEquivGenLoadCache
- the new value of the 'Equiv Gen Load Cache' attribute.AclfNetwork.getEquivGenLoadCache()
public boolean isFlowInterfaceLoaded()
isFlowInterfaceLoaded
in interface AclfNetwork
AclfNetwork.setFlowInterfaceLoaded(boolean)
,
AclfPackage.getAclfNetwork_FlowInterfaceLoaded()
public void setFlowInterfaceLoaded(boolean newFlowInterfaceLoaded)
setFlowInterfaceLoaded
in interface AclfNetwork
newFlowInterfaceLoaded
- the new value of the 'Flow Interface Loaded' attribute.AclfNetwork.isFlowInterfaceLoaded()
public org.eclipse.emf.common.util.EList<FlowInterface> getFlowInterfaceList()
getFlowInterfaceList
in interface AclfNetwork
AclfPackage.getAclfNetwork_FlowInterfaceList()
public FlowInterface getFlowInterface(java.lang.String id)
getFlowInterface
in interface AclfNetwork
id
- flow interface id
public AclfNetwork createSubNet(java.util.Set<java.lang.String> busIdSet, java.util.Set<java.lang.String> branchIdSet, boolean equivHvdc) throws InterpssException
createSubNet
in interface AclfNetwork
busIdSet
- bus id arraybranchIdSet
- branch id arrayequivHvdc
- flag to control if Hvdc lines will be equivalent
InterpssException
public AclfNetwork createSubNet(java.util.Set<java.lang.String> busIdSet, boolean equivHvdc) throws InterpssException
createSubNet
in interface AclfNetwork
busIdSet
- bus id arrayequivHvdc
- flag to control if Hvdc lines will be equivalent
InterpssException
public AclfNetwork createSubNet(java.util.Set<java.lang.String> busIdSet, java.util.function.Predicate<AclfBranch> excludeBranchPredicate, boolean equivHvdc) throws InterpssException
createSubNet
in interface AclfNetwork
busIdSet
- bus id arrayexcludeBranchPredicate
- predicate to exclude branches to be included in the SubNetequivHvdc
- flag to control if Hvdc lines will be equivalent
InterpssException
public AclfNetwork createSubNet(int subNetFlag, boolean equivHvdc) throws InterpssException
createSubNet
in interface AclfNetwork
subNetFlag
- SubNetwork flagequivHvdc
- flag to control if Hvdc lines will be equivalent
InterpssException
public boolean accept(IAclfNetBVisitor visitor) throws InterpssException
accept
in interface AclfNetwork
InterpssException
public java.util.Map<java.lang.String,AclfBus> createAclfBusNameLookupTable(boolean activeOnly, boolean inclChildNet)
createAclfBusNameLookupTable
in interface IAclfNetLookup
public java.util.Map<java.lang.String,AclfBus> createAclfBusNameLookupTable(boolean activeOnly)
createAclfBusNameLookupTable
in interface IAclfNetLookup
public java.util.Map<java.lang.String,AclfBus> getAclfBusNameLookupTable()
getAclfBusNameLookupTable
in interface IAclfNetLookup
public java.util.Map<java.lang.String,AclfBranch> createAclfBranchNameLookupTable(boolean activeOnly, boolean inclChildNet)
createAclfBranchNameLookupTable
in interface IAclfNetLookup
public java.util.Map<java.lang.String,AclfBranch> createAclfBranchNameLookupTable(boolean activeOnly)
createAclfBranchNameLookupTable
in interface IAclfNetLookup
public java.util.Map<java.lang.String,AclfBranch> getAclfBranchNameLookupTable()
getAclfBranchNameLookupTable
in interface IAclfNetLookup
public java.util.Map<java.lang.String,AclfGen> createAclfGenNameLookupTable(boolean activeOnly, boolean inclChildNet)
createAclfGenNameLookupTable
in interface IAclfNetLookup
public java.util.Map<java.lang.String,AclfGen> createAclfGenNameLookupTable(boolean activeOnly)
createAclfGenNameLookupTable
in interface IAclfNetLookup
public java.util.Map<java.lang.String,AclfGen> getAclfGenNameLookupTable()
getAclfGenNameLookupTable
in interface IAclfNetLookup
public java.util.Map<java.lang.String,AclfLoad> createAclfLoadNameLookupTable(boolean activeOnly, boolean inclChildNet)
createAclfLoadNameLookupTable
in interface IAclfNetLookup
public java.util.Map<java.lang.String,AclfLoad> createAclfLoadNameLookupTable(boolean activeOnly)
createAclfLoadNameLookupTable
in interface IAclfNetLookup
public java.util.Map<java.lang.String,AclfLoad> getAclfLoadNameLookupTable()
getAclfLoadNameLookupTable
in interface IAclfNetLookup
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class BaseAclfNetworkImpl<AclfBus,AclfBranch>
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class BaseAclfNetworkImpl<AclfBus,AclfBranch>
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class BaseAclfNetworkImpl<AclfBus,AclfBranch>
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class BaseAclfNetworkImpl<AclfBus,AclfBranch>
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class BaseAclfNetworkImpl<AclfBus,AclfBranch>
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class BaseAclfNetworkImpl<AclfBus,AclfBranch>
public java.lang.String toString()
toString
in class BaseAclfNetworkImpl<AclfBus,AclfBranch>
public AcscNetwork createAcscNetCopy() throws InterpssException
createAcscNetCopy
in interface AclfNetwork
InterpssException
public <T> T jsonCopy()
NetworkImpl
jsonCopy
in interface NameTag
jsonCopy
in class NetworkImpl<AclfBus,AclfBranch>
public void writeData(com.hazelcast.nio.ObjectDataOutput out) throws java.io.IOException
NameTagImpl
writeData
in interface com.hazelcast.nio.serialization.DataSerializable
writeData
in class BaseAclfNetworkImpl<AclfBus,AclfBranch>
java.io.IOException
public void readData(com.hazelcast.nio.ObjectDataInput in) throws java.io.IOException
NameTagImpl
readData
in interface com.hazelcast.nio.serialization.DataSerializable
readData
in class BaseAclfNetworkImpl<AclfBus,AclfBranch>
java.io.IOException