public class ConstraintImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements Constraint
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) |
LimitType |
getPLimit() |
LimitType |
getPLimit(byte unit) |
LimitType |
getPLimit(double baseKva,
Unit.UnitType unit) |
LimitType |
getQLimit() |
LimitType |
getQLimit(byte unit) |
LimitType |
getQLimit(double baseKva,
Unit.UnitType unit) |
LimitType |
getVLimit() |
LimitType |
getVLimit(byte unit) |
LimitType |
getVLimit(double baseVoltage,
Unit.UnitType unit) |
void |
setPLimit(double pmax,
double pmin,
byte unit) |
void |
setPLimit(double pmax,
double pmin,
double baseKva,
Unit.UnitType unit) |
void |
setPLimit(LimitType newPLimit) |
void |
setQLimit(double qmax,
double qmin,
byte unit) |
void |
setQLimit(double qmax,
double qmin,
double baseKva,
Unit.UnitType unit) |
void |
setQLimit(LimitType newQLimit) |
void |
setVLimit(double vmax,
double vmin,
byte unit) |
void |
setVLimit(double vmax,
double vmin,
double baseVoltage,
Unit.UnitType unit) |
void |
setVLimit(LimitType newVLimit) |
java.lang.String |
toString() |
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 LimitType getVLimit()
getVLimit in interface ConstraintConstraint.setVLimit(LimitType),
OpfPackage.getConstraint_VLimit()public void setVLimit(LimitType newVLimit)
setVLimit in interface ConstraintnewVLimit - the new value of the 'VLimit' attribute.Constraint.getVLimit()public LimitType getPLimit()
getPLimit in interface ConstraintConstraint.setPLimit(LimitType),
OpfPackage.getConstraint_PLimit()public void setPLimit(LimitType newPLimit)
setPLimit in interface ConstraintnewPLimit - the new value of the 'PLimit' attribute.Constraint.getPLimit()public LimitType getQLimit()
getQLimit in interface ConstraintConstraint.setQLimit(LimitType),
OpfPackage.getConstraint_QLimit()public void setQLimit(LimitType newQLimit)
setQLimit in interface ConstraintnewQLimit - the new value of the 'QLimit' attribute.Constraint.getQLimit()public LimitType getVLimit(byte unit)
getVLimit in interface Constraintpublic void setVLimit(double vmax,
double vmin,
byte unit)
setVLimit in interface Constraintpublic LimitType getPLimit(byte unit)
getPLimit in interface Constraintpublic void setPLimit(double pmax,
double pmin,
byte unit)
setPLimit in interface Constraintpublic LimitType getQLimit(byte unit)
getQLimit in interface Constraintpublic void setQLimit(double qmax,
double qmin,
byte unit)
setQLimit in interface Constraintpublic LimitType getVLimit(double baseVoltage, Unit.UnitType unit)
public void setVLimit(double vmax,
double vmin,
double baseVoltage,
Unit.UnitType unit)
public LimitType getPLimit(double baseKva, Unit.UnitType unit)
public void setPLimit(double pmax,
double pmin,
double baseKva,
Unit.UnitType unit)
public LimitType getQLimit(double baseKva, Unit.UnitType unit)
public void setQLimit(double qmax,
double qmin,
double baseKva,
Unit.UnitType unit)
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.BasicEObjectImpl