Modifier and Type | Method and Description |
---|---|
AclfCapacitorBusAdapter |
IAclfBusAdaptation.toCapacitorBus()
convert (adapt) the bus object to a capacitor bus adapter object
|
Modifier and Type | Method and Description |
---|---|
AclfCapacitorBusAdapter |
AclfObjAdapterFactory.createAclfCapacitorBusAdapter()
Returns a new object of class 'Aclf Capacitor Bus Adapter'.
|
Modifier and Type | Class and Description |
---|---|
class |
AclfCapacitorBusAdapterImpl
An implementation of the model object 'Capacitor Bus Adapter'.
|
Modifier and Type | Method and Description |
---|---|
AclfCapacitorBusAdapter |
AclfObjAdapterFactoryImpl.createAclfCapacitorBusAdapter() |
Modifier and Type | Method and Description |
---|---|
T |
AclfObjAdapterSwitch.caseAclfCapacitorBusAdapter(AclfCapacitorBusAdapter object)
Returns the result of interpreting the object as an instance of 'Aclf Capacitor Bus Adapter'.
|
Modifier and Type | Method and Description |
---|---|
AclfCapacitorBusAdapter |
BaseAclfBusImpl.toCapacitorBus() |
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<BaseAclfBus<?,?>,AclfCapacitorBusAdapter> |
AclfAdptFunction.capacitorBusAptr
Capacitor bus adapter function CapacitorBusAdapter = f(AclfBus)
|