| Modifier and Type | Method and Description |
|---|---|
AclfLineAdapter |
IAclfBranchAdaptation.toLine()
adapt the branch object to Line Adapter object
|
| Modifier and Type | Method and Description |
|---|---|
AclfLineAdapter |
AclfObjAdapterFactory.createAclfLineAdapter()
Returns a new object of class 'Aclf Line Adapter'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AclfLineAdapterImpl
An implementation of the model object 'Line Adapter'.
|
| Modifier and Type | Method and Description |
|---|---|
AclfLineAdapter |
AclfObjAdapterFactoryImpl.createAclfLineAdapter() |
| Modifier and Type | Method and Description |
|---|---|
T |
AclfObjAdapterSwitch.caseAclfLineAdapter(AclfLineAdapter object)
Returns the result of interpreting the object as an instance of 'Aclf Line Adapter'.
|
| Modifier and Type | Method and Description |
|---|---|
AclfLineAdapter |
AclfBranchImpl.toLine() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AcscLineAdapter
A representation of the model object 'Line Adapter'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcscLineAdapterImpl
An implementation of the model object 'Line Adapter'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AcscObjAdapterSwitch.caseAclfLineAdapter(AclfLineAdapter object)
Returns the result of interpreting the object as an instance of 'Aclf Line Adapter'.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.Function<AclfBranch,AclfLineAdapter> |
AclfAdptFunction.lineAptr
Line branch adapter function LineBranchAdapter = f(AclfBus)
|