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