public class BusScGroundingImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements BusScGrounding
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 |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
BusGroundCode |
getCode() |
Unit.UnitType |
getUnit() |
org.apache.commons.math3.complex.Complex |
getZ() |
org.apache.commons.math3.complex.Complex |
getZ(Unit.UnitType unit,
double baseV,
double baseKva) |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
setCode(BusGroundCode newCode) |
void |
setUnit(Unit.UnitType newUnit) |
void |
setZ(org.apache.commons.math3.complex.Complex newZ) |
void |
setZ(org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit,
double baseV,
double baseKva) |
java.lang.String |
toString() |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
eAdapters, 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, waiteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetpublic BusGroundCode getCode()
getCode in interface BusScGroundingBusGroundCode,
BusScGrounding.setCode(BusGroundCode),
AcscPackage.getBusScGrounding_Code()public void setCode(BusGroundCode newCode)
setCode in interface BusScGroundingnewCode - the new value of the 'Code' attribute.BusGroundCode,
BusScGrounding.getCode()public org.apache.commons.math3.complex.Complex getZ()
getZ in interface BusScGroundingBusScGrounding.setZ(Complex),
AcscPackage.getBusScGrounding_Z()public void setZ(org.apache.commons.math3.complex.Complex newZ)
setZ in interface BusScGroundingnewZ - the new value of the 'Z' attribute.BusScGrounding.getZ()public Unit.UnitType getUnit()
getUnit in interface BusScGrounding#setUnit(UnitType),
AcscPackage.getBusScGrounding_Unit()public void setUnit(Unit.UnitType newUnit)
setUnit in interface BusScGroundingnewUnit - the new value of the 'Unit' attribute.BusScGrounding.getUnit()public void setZ(org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit,
double baseV,
double baseKva)
setZ in interface BusScGroundingz - z valueunit - z unitbaseV - base votlage for z unit conversionbaseKva - base kva for z unit conversion
public org.apache.commons.math3.complex.Complex getZ(Unit.UnitType unit, double baseV, double baseKva)
getZ in interface BusScGroundingunit - z unitbaseV - base votlage for z unit conversionbaseKva - base kva for z unit conversion
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws java.io.IOException
writeData in interface com.hazelcast.nio.serialization.DataSerializablejava.io.IOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws java.io.IOException
readData in interface com.hazelcast.nio.serialization.DataSerializablejava.io.IOException