Modifier and Type | Method and Description |
---|---|
AclfLoadBusAdapter |
IAclfBusAdaptation.toLoadBus()
convert (adapt) the bus object to a load bus adapter object
|
Modifier and Type | Interface and Description |
---|---|
interface |
AclfCapacitorBusAdapter
A representation of the model object 'Capacitor Bus Adapter'.
|
interface |
AclfGenBusAdapter
A representation of the model object 'Gen Bus Adapter'.
|
interface |
AclfPQGenBusAdapter
A representation of the model object 'PQ Bus Adapter'.
|
interface |
AclfPVGenBusAdapter
A representation of the model object 'PV Bus Adapter'.
|
interface |
AclfSwingBusAdapter
A representation of the model object 'Swing Bus Adapter'.
|
Modifier and Type | Method and Description |
---|---|
AclfLoadBusAdapter |
AclfObjAdapterFactory.createAclfLoadBusAdapter()
Returns a new object of class 'Aclf Load Bus Adapter'.
|
Modifier and Type | Class and Description |
---|---|
class |
AclfCapacitorBusAdapterImpl
An implementation of the model object 'Capacitor Bus Adapter'.
|
class |
AclfGenBusAdapterImpl
An implementation of the model object 'Gen Bus Adapter'.
|
class |
AclfLoadBusAdapterImpl
An implementation of the model object 'Load Bus Adapter'.
|
class |
AclfPQGenBusAdapterImpl
An implementation of the model object 'PQ Bus Adapter'.
|
class |
AclfPVGenBusAdapterImpl
An implementation of the model object 'PV Bus Adapter'.
|
class |
AclfSwingBusAdapterImpl
An implementation of the model object 'Swing Bus Adapter'.
|
Modifier and Type | Method and Description |
---|---|
AclfLoadBusAdapter |
AclfObjAdapterFactoryImpl.createAclfLoadBusAdapter() |
Modifier and Type | Method and Description |
---|---|
T |
AclfObjAdapterSwitch.caseAclfLoadBusAdapter(AclfLoadBusAdapter object)
Returns the result of interpreting the object as an instance of 'Aclf Load Bus Adapter'.
|
Modifier and Type | Method and Description |
---|---|
AclfLoadBusAdapter |
BaseAclfBusImpl.toLoadBus() |
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<BaseAclfBus<?,?>,AclfLoadBusAdapter> |
AclfAdptFunction.loadBusAptr
Load bus adapter function LoadBusAdapter = f(AclfBus)
|