Modifier and Type | Method and Description |
---|---|
AclfGenBusAdapter |
IAclfBusAdaptation.toGenBus()
convert (adapt) the bus object to a gen bus adapter object
|
Modifier and Type | Interface and Description |
---|---|
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 |
---|---|
AclfGenBusAdapter |
AclfObjAdapterFactory.createAclfGenBusAdapter()
Returns a new object of class 'Aclf Gen Bus Adapter'.
|
Modifier and Type | Class and Description |
---|---|
class |
AclfGenBusAdapterImpl
An implementation of the model object 'Gen 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 |
---|---|
AclfGenBusAdapter |
AclfObjAdapterFactoryImpl.createAclfGenBusAdapter() |
Modifier and Type | Method and Description |
---|---|
T |
AclfObjAdapterSwitch.caseAclfGenBusAdapter(AclfGenBusAdapter object)
Returns the result of interpreting the object as an instance of 'Aclf Gen Bus Adapter'.
|
Modifier and Type | Method and Description |
---|---|
AclfGenBusAdapter |
BaseAclfBusImpl.toGenBus() |
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<BaseAclfBus<?,?>,AclfGenBusAdapter> |
AclfAdptFunction.genBusAptr
Gen bus adapter function GenBusAdapter = f(AclfBus)
|