public class SimpleFaultAlgorithmImpl extends NetworkRefImpl<BaseAcscNetwork<?,?>> implements SimpleFaultAlgorithm
The following features are implemented:
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| Constructor and Description |
|---|
SimpleFaultAlgorithmImpl() |
| Modifier and Type | Method and Description |
|---|---|
AcscBranchFault |
addBranchFault(java.lang.String branchId,
java.lang.String idStr,
AcscBranchFault branchFault) |
AcscBusFault |
addBusFault(java.lang.String busId,
java.lang.String idStr,
AcscBusFault busFault) |
void |
calculateBranchFault(AcscBranchFault fault) |
void |
calculateBusFault(AcscBusFault fault) |
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) |
void |
eUnset(int featureID) |
AcscBusFault |
getFault(java.lang.String faultId) |
org.eclipse.emf.common.util.EList<AcscBusFault> |
getFaultList() |
double |
getMultiFactor() |
ScBusVoltageType |
getScBusVoltage() |
void |
removeAllFault() |
void |
removeFault(java.lang.String faultId) |
void |
setMultiFactor(double newMultiFactor) |
void |
setNetwork(BaseAcscNetwork<?,?> newNetwork)
This is specialized for the more specific type known in this context.
|
void |
setScBusVoltage(ScBusVoltageType newScBusVoltage) |
java.lang.String |
toString() |
getNetwork, readData, writeDatacheckData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatuseAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURIeAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnseteNotificationRequired, eNotifyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNetworkcheckData, 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, eUnseteAdapters, eDeliver, eNotify, eSetDeliverpublic void setNetwork(BaseAcscNetwork<?,?> newNetwork)
setNetwork in interface NetworkRef<BaseAcscNetwork<?,?>>setNetwork in class NetworkRefImpl<BaseAcscNetwork<?,?>>newNetwork - the new value of the 'Network' reference.NetworkRef.getNetwork()public double getMultiFactor()
getMultiFactor in interface SimpleFaultAlgorithmSimpleFaultAlgorithm.setMultiFactor(double),
CoreAlgorithmPackage.getSimpleFaultAlgorithm_MultiFactor()public void setMultiFactor(double newMultiFactor)
setMultiFactor in interface SimpleFaultAlgorithmnewMultiFactor - the new value of the 'Multi Factor' attribute.SimpleFaultAlgorithm.getMultiFactor()public ScBusVoltageType getScBusVoltage()
getScBusVoltage in interface SimpleFaultAlgorithmScBusVoltageType,
SimpleFaultAlgorithm.setScBusVoltage(ScBusVoltageType),
CoreAlgorithmPackage.getSimpleFaultAlgorithm_ScBusVoltage()public void setScBusVoltage(ScBusVoltageType newScBusVoltage)
setScBusVoltage in interface SimpleFaultAlgorithmnewScBusVoltage - the new value of the 'Sc Bus Voltage' attribute.ScBusVoltageType,
SimpleFaultAlgorithm.getScBusVoltage()public org.eclipse.emf.common.util.EList<AcscBusFault> getFaultList()
getFaultList in interface SimpleFaultAlgorithmCoreAlgorithmPackage.getSimpleFaultAlgorithm_FaultList()public void calculateBusFault(AcscBusFault fault) throws InterpssException
calculateBusFault in interface SimpleFaultAlgorithmfault - fault object
InterpssExceptionpublic void calculateBranchFault(AcscBranchFault fault) throws InterpssException
calculateBranchFault in interface SimpleFaultAlgorithmfault - fault object
InterpssExceptionpublic AcscBusFault getFault(java.lang.String faultId)
getFault in interface SimpleFaultAlgorithmfaultId - fault id
public AcscBusFault addBusFault(java.lang.String busId, java.lang.String idStr, AcscBusFault busFault)
addBusFault in interface SimpleFaultAlgorithmbusId - bus ididStr - fault id stringbusFault - fault object
public AcscBranchFault addBranchFault(java.lang.String branchId, java.lang.String idStr, AcscBranchFault branchFault)
addBranchFault in interface SimpleFaultAlgorithmbranchId - fault branch ididStr - fault id stringbranchFault - fault object
public void removeFault(java.lang.String faultId)
removeFault in interface SimpleFaultAlgorithmfaultId - BusFault id or BranchFault id
public void removeAllFault()
removeAllFault in interface SimpleFaultAlgorithmpublic 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 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class NetworkRefImpl<BaseAcscNetwork<?,?>>public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class NetworkRefImpl<BaseAcscNetwork<?,?>>public void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class NetworkRefImpl<BaseAcscNetwork<?,?>>public boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class NetworkRefImpl<BaseAcscNetwork<?,?>>public java.lang.String toString()
toString in class NameTagImpl