| Package | Description |
|---|---|
| com.interpss.core.aclf.hvdc | |
| com.interpss.core.aclf.hvdc.impl | |
| com.interpss.core.aclf.hvdc.util |
| Modifier and Type | Method and Description |
|---|---|
Rectifier |
HvdcLineFactory.createRectifier()
Returns a new object of class 'Rectifier'.
|
Rectifier |
HvdcLine2TCCC.getRectifier()
Returns the value of the 'Rectifier' containment reference.
|
Rectifier |
HvdcLine2TCCC.getRectifier2()
Returns the value of the 'Rectifier2' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HvdcLine2TCCC.setRectifier(Rectifier value)
Sets the value of the '
Rectifier' containment reference. |
void |
HvdcLine2TCCC.setRectifier2(Rectifier value)
Sets the value of the '
Rectifier2' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
RectifierImpl
An implementation of the model object 'Rectifier'.
|
| Modifier and Type | Method and Description |
|---|---|
Rectifier |
HvdcLineFactoryImpl.createRectifier() |
Rectifier |
HvdcLine2TCCCImpl.getRectifier() |
Rectifier |
HvdcLine2TCCCImpl.getRectifier2() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
HvdcLine2TCCCImpl.basicSetRectifier(Rectifier newRectifier,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
HvdcLine2TCCCImpl.basicSetRectifier2(Rectifier newRectifier2,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
HvdcLine2TCCCImpl.setRectifier(Rectifier newRectifier) |
void |
HvdcLine2TCCCImpl.setRectifier2(Rectifier newRectifier2) |
| Modifier and Type | Method and Description |
|---|---|
T |
HvdcLineSwitch.caseRectifier(Rectifier object)
Returns the result of interpreting the object as an instance of 'Rectifier'.
|