Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.aclf.hvdc | |
com.interpss.core.aclf.hvdc.impl | |
com.interpss.core.aclf.hvdc.util | |
com.interpss.state.aclf.hvdc |
Modifier and Type | Method and Description |
---|---|
static ThyConverter<AclfBus> |
HvdcObjectFactory.createThyConverter()
create a ThyConverter object
|
static ThyConverter<AclfBus> |
HvdcObjectFactory.createThyConverter(AclfBus bus)
create a ThyConverter object
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<?,?>> |
HvdcLineFactory.createThyConverter()
Returns a new object of class 'Thy Converter'.
|
ThyConverter<TBus> |
HvdcLine2TLCC.getInverter()
Returns the value of the 'Inverter' containment reference.
|
ThyConverter<TBus> |
HvdcLine2TLCC.getInverter2()
Returns the value of the 'Inverter2' containment reference.
|
ThyConverter<TBus> |
HvdcLine2TLCC.getRectifier()
Returns the value of the 'Rectifier' containment reference.
|
ThyConverter<TBus> |
HvdcLine2TLCC.getRectifier2()
Returns the value of the 'Rectifier2' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
HvdcLine2TLCC.setInverter(ThyConverter<TBus> value)
Sets the value of the '
Inverter ' containment reference. |
void |
HvdcLine2TLCC.setInverter2(ThyConverter<TBus> value)
Sets the value of the '
Inverter2 ' containment reference. |
void |
HvdcLine2TLCC.setRectifier(ThyConverter<TBus> value)
Sets the value of the '
Rectifier ' containment reference. |
void |
HvdcLine2TLCC.setRectifier2(ThyConverter<TBus> value)
Sets the value of the '
Rectifier2 ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ThyConverterImpl<TBus extends BaseAclfBus<?,?>>
An implementation of the model object 'Thy Converter'.
|
Modifier and Type | Field and Description |
---|---|
protected ThyConverter<TBus> |
HvdcLine2TLCCImpl.inverter
The cached value of the '
Inverter ' containment reference. |
protected ThyConverter<TBus> |
HvdcLine2TLCCImpl.inverter2
The cached value of the '
Inverter2 ' containment reference. |
protected ThyConverter<TBus> |
HvdcLine2TLCCImpl.rectifier
The cached value of the '
Rectifier ' containment reference. |
protected ThyConverter<TBus> |
HvdcLine2TLCCImpl.rectifier2
The cached value of the '
Rectifier2 ' containment reference. |
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<?,?>> |
HvdcLineFactoryImpl.createThyConverter() |
ThyConverter<TBus> |
HvdcLine2TLCCImpl.getInverter() |
ThyConverter<TBus> |
HvdcLine2TLCCImpl.getInverter2() |
ThyConverter<TBus> |
HvdcLine2TLCCImpl.getRectifier() |
ThyConverter<TBus> |
HvdcLine2TLCCImpl.getRectifier2() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
HvdcLine2TLCCImpl.basicSetInverter(ThyConverter<TBus> newInverter,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
HvdcLine2TLCCImpl.basicSetInverter2(ThyConverter<TBus> newInverter2,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
HvdcLine2TLCCImpl.basicSetRectifier(ThyConverter<TBus> newRectifier,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
HvdcLine2TLCCImpl.basicSetRectifier2(ThyConverter<TBus> newRectifier2,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
HvdcLine2TLCCImpl.setInverter(ThyConverter<TBus> newInverter) |
void |
HvdcLine2TLCCImpl.setInverter2(ThyConverter<TBus> newInverter2) |
void |
HvdcLine2TLCCImpl.setRectifier(ThyConverter<TBus> newRectifier) |
void |
HvdcLine2TLCCImpl.setRectifier2(ThyConverter<TBus> newRectifier2) |
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<?,?>> |
HvdcLineSwitch.caseThyConverter(ThyConverter<TBus> object)
Returns the result of interpreting the object as an instance of 'Thy Converter'.
|
Modifier and Type | Method and Description |
---|---|
static ThyConverter<?> |
ThyConverterState.create(HvdcLine2TLCC parentHvdcLine) |
static ThyConverter<?> |
ThyConverterState.create(ThyConverterState bean,
HvdcLine2TLCC<?> parentHvdcLine) |
Modifier and Type | Method and Description |
---|---|
protected void |
ThyConverterState.map2EObject(ThyConverter<?> eObj) |
static void |
ThyConverterState.readData(com.hazelcast.nio.ObjectDataInput in,
ThyConverter<?> eObj) |
void |
ThyConverterState.updateEObject(ThyConverter<?> eObj) |
static void |
ThyConverterState.writeData(com.hazelcast.nio.ObjectDataOutput out,
ThyConverter<?> eObj) |
Constructor and Description |
---|
ThyConverterState(ThyConverter<?> eObj) |