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