| Package | Description |
|---|---|
| com.interpss.core.acsc.adpter | |
| com.interpss.core.acsc.adpter.impl | |
| com.interpss.core.acsc.adpter.util | |
| com.interpss.core.funcImpl |
| Modifier and Type | Method and Description |
|---|---|
AcscLine |
AcscObjAdapterFactory.createAcscLine()
Returns a new object of class 'Acsc Line'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcscLineImpl
An implementation of the model object 'Line Adapter'.
|
| Modifier and Type | Method and Description |
|---|---|
AcscLine |
AcscObjAdapterFactoryImpl.createAcscLine() |
| Modifier and Type | Method and Description |
|---|---|
T |
AcscObjAdapterSwitch.caseAcscLine(AcscLine object)
Returns the result of interpreting the object as an instance of 'Acsc Line'.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.Function<AcscBranch,AcscLine> |
AcscFunction.acscLineAptr
Acsc line adapter function AcscLine = f(AcscBranch)
|