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.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 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, 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, 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, eVirtualValues
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected 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 BusScGrounding
BusScGrounding.setZ(Complex)
,
AcscPackage.getBusScGrounding_Z()
public void setZ(org.apache.commons.math3.complex.Complex newZ)
setZ
in interface BusScGrounding
newZ
- 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 BusScGrounding
newUnit
- 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 BusScGrounding
z
- 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 BusScGrounding
unit
- 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.EObjectImpl
public BusGroundCode getGroundCode()
getGroundCode
in interface BusScGrounding
BusGroundCode
,
BusScGrounding.setGroundCode(BusGroundCode)
,
AcscPackage.getBusScGrounding_GroundCode()
public void setGroundCode(BusGroundCode newGroundCode)
setGroundCode
in interface BusScGrounding
newGroundCode
- 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.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void writeData(com.hazelcast.nio.ObjectDataOutput out) throws java.io.IOException
writeData
in interface com.hazelcast.nio.serialization.DataSerializable
java.io.IOException
public void readData(com.hazelcast.nio.ObjectDataInput in) throws java.io.IOException
readData
in interface com.hazelcast.nio.serialization.DataSerializable
java.io.IOException