public class BusScGroundingImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements BusScGrounding
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.EPropertiesHolderImplorg.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 BusGroundCode |
GROUND_CODE_EDEFAULT
The default value of the '
Ground Code' attribute. |
protected BusGroundCode |
groundCode
The cached value of the '
Ground Code' attribute. |
protected Unit.UnitType |
unit
The cached value of the '
Unit' attribute. |
protected static Unit.UnitType |
UNIT_EDEFAULT
The default value of the '
Unit' attribute. |
protected org.apache.commons.math3.complex.Complex |
z
The cached value of the '
Z' attribute. |
protected static org.apache.commons.math3.complex.Complex |
Z_EDEFAULT
The default value of the '
Z' attribute. |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY| Modifier | Constructor and Description |
|---|---|
protected |
BusScGroundingImpl() |
| 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) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
BusGroundCode |
getGroundCode() |
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 |
setGroundCode(BusGroundCode newGroundCode) |
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, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURIeAddVirtualValue, 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, eInverseAdd, eInverseRemove, 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, eVirtualValueseBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waiteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected static final BusGroundCode GROUND_CODE_EDEFAULT
Ground Code' attribute.
getGroundCode()protected BusGroundCode groundCode
Ground Code' attribute.
getGroundCode()protected static final org.apache.commons.math3.complex.Complex Z_EDEFAULT
Z' attribute.
getZ()protected org.apache.commons.math3.complex.Complex z
Z' attribute.
getZ()protected static final Unit.UnitType UNIT_EDEFAULT
Unit' attribute.
getUnit()protected Unit.UnitType unit
Unit' attribute.
getUnit()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
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImplpublic BusGroundCode getGroundCode()
getGroundCode in interface BusScGroundingBusGroundCode,
BusScGrounding.setGroundCode(BusGroundCode),
AcscPackage.getBusScGrounding_GroundCode()public void setGroundCode(BusGroundCode newGroundCode)
setGroundCode in interface BusScGroundingnewGroundCode - the new value of the 'Ground Code' attribute.BusGroundCode,
BusScGrounding.getGroundCode()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