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 HvdcLine2TLCC<BaseAclfBus<?,?>> |
HvdcObjectFactory.createHvdcLine2TLCC()
Create an generic HvdcLine2TLCC object with rectifier(s) and inverter(2) defined.
|
static HvdcLine2TLCC<BaseAclfBus<?,?>> |
HvdcObjectFactory.createHvdcLine2TLCC(HvdcOperationMode optMode,
java.lang.String dcLineId,
java.lang.String fromBusId,
java.lang.String toBusId)
Create an generic HvdcLine2TLCC object with rectifier(s) and inverter(2) defined.
|
static HvdcLine2TLCC<BaseAclfBus<?,?>> |
HvdcObjectFactory.createHvdcLine2TRec1Inv1LCC(java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String dcLineNo,
AclfNetwork net)
Create an HvdcLine2TLCC object with the single operation mode
|
static HvdcLine2TLCC<BaseAclfBus<?,?>> |
HvdcObjectFactory.createHvdcLine2TRec1Inv2LayeredLCC(java.lang.String fromBusId,
java.lang.String toBusId1,
java.lang.String toBusId2,
java.lang.String dcLineNo,
AclfNetwork net)
Create an layered HvdcLine2TLCC object
|
static HvdcLine2TLCC<BaseAclfBus<?,?>> |
HvdcObjectFactory.createHvdcLine2TRec1Inv2LCC(java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String dcLineNo,
AclfNetwork net)
Create an HvdcLine2TLCC object with the double operation mode
|
static HvdcLine2TLCC<BaseAclfBus<?,?>> |
HvdcObjectFactory.createHvdcLine2TRec2Inv1LayeredLCC(java.lang.String fromBusId1,
java.lang.String fromBusId2,
java.lang.String toBusId,
java.lang.String dcLineNo,
AclfNetwork net)
Create an HvdcLine2TLCC object with the double operation mode
|
static HvdcLine2TLCC<BaseAclfBus<?,?>> |
HvdcObjectFactory.createHvdcLine2TRec2Inv2LCC(java.lang.String fromBusId1,
java.lang.String fromBusId2,
java.lang.String toBusId1,
java.lang.String toBusId2,
java.lang.String dcLineNo,
AclfNetwork net)
Create an HvdcLine2TLCC object with the double operation mode
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<?,?>> |
HvdcLineFactory.createHvdcLine2TLCC()
Returns a new object of class 'Hvdc Line2 TLCC'.
|
Modifier and Type | Class and Description |
---|---|
class |
HvdcLine2TLCCImpl<TBus extends BaseAclfBus<?,?>>
An implementation of the model object 'Line2 T'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<?,?>> |
HvdcLineFactoryImpl.createHvdcLine2TLCC() |
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<?,?>> |
HvdcLineSwitch.caseHvdcLine2TLCC(HvdcLine2TLCC<TBus> object)
Returns the result of interpreting the object as an instance of 'Hvdc Line2 TLCC'.
|
Modifier and Type | Method and Description |
---|---|
static HvdcLine2TLCC<BaseAclfBus<?,?>> |
HvdcLine2TLCCState.create() |
static HvdcLine2TLCC<BaseAclfBus<?,?>> |
HvdcLine2TLCCState.create(HvdcLine2TLCCState bean) |
Modifier and Type | Method and Description |
---|---|
static ThyConverter<?> |
ThyConverterState.create(HvdcLine2TLCC parentHvdcLine) |
static ThyConverter<?> |
ThyConverterState.create(ThyConverterState bean,
HvdcLine2TLCC<?> parentHvdcLine) |
protected void |
HvdcLine2TLCCState.map2EObject(HvdcLine2TLCC<?> eObj) |
static void |
HvdcLine2TLCCState.readData(com.hazelcast.nio.ObjectDataInput in,
HvdcLine2TLCC<?> eObj) |
void |
HvdcLine2TLCCState.updateEObject(HvdcLine2TLCC<?> eObj) |
static void |
HvdcLine2TLCCState.writeData(com.hazelcast.nio.ObjectDataOutput out,
HvdcLine2TLCC<?> eObj) |
Constructor and Description |
---|
HvdcLine2TLCCState(HvdcLine2TLCC<?> eObj) |