| Package | Description |
|---|---|
| com.interpss.opf | |
| com.interpss.opf.impl | |
| com.interpss.opf.util |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
OpfFactory.createConstraint()
Returns a new object of class 'Constraint'.
|
Constraint |
OpfGenBus.getConstraints()
Returns the value of the 'Constraints' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpfGenBus.setConstraints(Constraint value)
Sets the value of the '
Constraints' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintImpl
An implementation of the model object 'Constraint'.
|
| Modifier and Type | Method and Description |
|---|---|
Constraint |
OpfGenBusImpl.basicGetConstraints() |
Constraint |
OpfFactoryImpl.createConstraint() |
Constraint |
OpfGenBusImpl.getConstraints() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpfGenBusImpl.setConstraints(Constraint newConstraints) |
| Modifier and Type | Method and Description |
|---|---|
T |
OpfSwitch.caseConstraint(Constraint object)
Returns the result of interpreting the object as an instance of 'Constraint'.
|