public class SEBusRecordImpl extends SEBaseRecordImpl implements SEBusRecord
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 boolean |
ALL_ON_STATUS_EDEFAULT
The default value of the '
All On Status ' attribute. |
protected boolean |
allOnStatus
The cached value of the '
All On Status ' attribute. |
protected static double |
INJECT_VALUE_EDEFAULT
The default value of the '
Inject Value ' attribute. |
protected double |
injectValue
The cached value of the '
Inject Value ' attribute. |
protected static int |
JMATRIX_INDEX_EDEFAULT
The default value of the '
JMatrix Index ' attribute. |
protected int |
jMatrixIndex
The cached value of the '
JMatrix Index ' attribute. |
measure, MEASURE_EDEFAULT, residual, RESIDUAL_EDEFAULT, weight, WEIGHT_EDEFAULT
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Modifier | Constructor and Description |
---|---|
protected |
SEBusRecordImpl() |
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) |
double |
getInjectValue() |
int |
getJMatrixIndex() |
boolean |
isAllOnStatus() |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
setAllOnStatus(boolean newAllOnStatus) |
void |
setInjectValue(double newInjectValue) |
void |
setJMatrixIndex(int newJMatrixIndex) |
java.lang.String |
toString() |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
getMeasure, getResidual, getWeight, setMeasure, setResidual, setWeight, updateResidual
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
getMeasure, getResidual, getWeight, setMeasure, setResidual, setWeight, updateResidual
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final double INJECT_VALUE_EDEFAULT
Inject Value
' attribute.
getInjectValue()
,
Constant Field Valuesprotected double injectValue
Inject Value
' attribute.
getInjectValue()
protected static final int JMATRIX_INDEX_EDEFAULT
JMatrix Index
' attribute.
getJMatrixIndex()
,
Constant Field Valuesprotected int jMatrixIndex
JMatrix Index
' attribute.
getJMatrixIndex()
protected static final boolean ALL_ON_STATUS_EDEFAULT
All On Status
' attribute.
isAllOnStatus()
,
Constant Field Valuesprotected boolean allOnStatus
All On Status
' attribute.
isAllOnStatus()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class SEBaseRecordImpl
public double getInjectValue()
getInjectValue
in interface SEBusRecord
SEBusRecord.setInjectValue(double)
,
SERecordPackage.getSEBusRecord_InjectValue()
public void setInjectValue(double newInjectValue)
setInjectValue
in interface SEBusRecord
newInjectValue
- the new value of the 'Inject Value' attribute.SEBusRecord.getInjectValue()
public int getJMatrixIndex()
getJMatrixIndex
in interface SEBusRecord
SEBusRecord.setJMatrixIndex(int)
,
SERecordPackage.getSEBusRecord_JMatrixIndex()
public void setJMatrixIndex(int newJMatrixIndex)
setJMatrixIndex
in interface SEBusRecord
newJMatrixIndex
- the new value of the 'JMatrix Index' attribute.SEBusRecord.getJMatrixIndex()
public boolean isAllOnStatus()
isAllOnStatus
in interface SEBusRecord
SEBusRecord.setAllOnStatus(boolean)
,
SERecordPackage.getSEBusRecord_AllOnStatus()
public void setAllOnStatus(boolean newAllOnStatus)
setAllOnStatus
in interface SEBusRecord
newAllOnStatus
- the new value of the 'All On Status' attribute.SEBusRecord.isAllOnStatus()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class SEBaseRecordImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class SEBaseRecordImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class SEBaseRecordImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class SEBaseRecordImpl
public java.lang.String toString()
toString
in class SEBaseRecordImpl
public void readData(com.hazelcast.nio.ObjectDataInput in) throws java.io.IOException
readData
in interface com.hazelcast.nio.serialization.DataSerializable
readData
in class SEBaseRecordImpl
java.io.IOException
public void writeData(com.hazelcast.nio.ObjectDataOutput out) throws java.io.IOException
writeData
in interface com.hazelcast.nio.serialization.DataSerializable
writeData
in class SEBaseRecordImpl
java.io.IOException