public interface Constraint
extends org.eclipse.emf.ecore.EObject
The following features are supported:
OpfPackage.getConstraint()| Modifier and Type | Method and Description |
|---|---|
LimitType |
getPLimit()
Returns the value of the 'PLimit' attribute.
|
LimitType |
getPLimit(byte unit) |
LimitType |
getQLimit()
Returns the value of the 'QLimit' attribute.
|
LimitType |
getQLimit(byte unit) |
LimitType |
getVLimit()
Returns the value of the 'VLimit' attribute.
|
LimitType |
getVLimit(byte unit) |
void |
setPLimit(double pmax,
double pmin,
byte unit) |
void |
setPLimit(LimitType value)
Sets the value of the '
PLimit' attribute. |
void |
setQLimit(double qmax,
double qmin,
byte unit) |
void |
setQLimit(LimitType value)
Sets the value of the '
QLimit' attribute. |
void |
setVLimit(double vmax,
double vmin,
byte unit) |
void |
setVLimit(LimitType value)
Sets the value of the '
VLimit' attribute. |
LimitType getVLimit()
setVLimit(LimitType),
OpfPackage.getConstraint_VLimit()void setVLimit(LimitType value)
VLimit' attribute.
value - the new value of the 'VLimit' attribute.getVLimit()LimitType getPLimit()
setPLimit(LimitType),
OpfPackage.getConstraint_PLimit()void setPLimit(LimitType value)
PLimit' attribute.
value - the new value of the 'PLimit' attribute.getPLimit()LimitType getQLimit()
setQLimit(LimitType),
OpfPackage.getConstraint_QLimit()void setQLimit(LimitType value)
QLimit' attribute.
value - the new value of the 'QLimit' attribute.getQLimit()LimitType getVLimit(byte unit)
void setVLimit(double vmax,
double vmin,
byte unit)
LimitType getPLimit(byte unit)
void setPLimit(double pmax,
double pmin,
byte unit)
LimitType getQLimit(byte unit)
void setQLimit(double qmax,
double qmin,
byte unit)