public class AclfLoadBusAdapterImpl extends BusRefImpl<BaseAclfBus<?,?>> implements AclfLoadBusAdapter
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| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.complex.Complex |
getLoad(Unit.UnitType unit) |
org.apache.commons.math3.complex.Complex |
getLoadResults(Unit.UnitType unit) |
org.apache.commons.math3.complex.Complex |
getShuntY(Unit.UnitType unit) |
void |
setBus(BaseAclfBus<?,?> newBus)
This is specialized for the more specific type known in this context.
|
void |
setLoad(org.apache.commons.math3.complex.Complex pq) |
void |
setLoad(org.apache.commons.math3.complex.Complex pq,
Unit.UnitType unit) |
void |
setShuntY(org.apache.commons.math3.complex.Complex y) |
void |
setShuntY(org.apache.commons.math3.complex.Complex y,
Unit.UnitType unit) |
eGet, eIsSet, eSet, eUnset, getBus, readData, setBaseVoltage, writeDatacheckData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatus, toStringeAdapters, 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, 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, waitgetBus, setBaseVoltagecheckData, 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 setBus(BaseAclfBus<?,?> newBus)
setBus in interface BusRef<BaseAclfBus<?,?>>setBus in class BusRefImpl<BaseAclfBus<?,?>>newBus - the new value of the 'Bus' reference.BusRef.getBus()public org.apache.commons.math3.complex.Complex getLoad(Unit.UnitType unit)
getLoad in interface AclfLoadBusAdapterunit - load unit
public org.apache.commons.math3.complex.Complex getShuntY(Unit.UnitType unit)
getShuntY in interface AclfLoadBusAdapterunit - Y unit
public void setLoad(org.apache.commons.math3.complex.Complex pq,
Unit.UnitType unit)
setLoad in interface AclfLoadBusAdapterpq - Load P and Qunit - Load PQ unit
public void setLoad(org.apache.commons.math3.complex.Complex pq)
setLoad in interface AclfLoadBusAdapterpq - Load P and Q unit
public void setShuntY(org.apache.commons.math3.complex.Complex y,
Unit.UnitType unit)
setShuntY in interface AclfLoadBusAdaptery - shunt Y valueunit - Y unit
public void setShuntY(org.apache.commons.math3.complex.Complex y)
setShuntY in interface AclfLoadBusAdaptery - shunt Y value
public org.apache.commons.math3.complex.Complex getLoadResults(Unit.UnitType unit)
getLoadResults in interface AclfLoadBusAdapterunit - Load unit