Modifier and Type | Class and Description |
---|---|
class |
GenRefImpl<TGen extends AclfGen>
An implementation of the model object 'Gen Ref'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen> |
RefSwitch.caseGenRef(GenRef<TGen> object)
Returns the result of interpreting the object as an instance of 'Gen Ref'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DclfAlgoGen
A representation of the model object 'Dclf Algo Gen'.
|
Modifier and Type | Class and Description |
---|---|
class |
DclfAlgoGenImpl
An implementation of the model object 'Dclf Algo Gen'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen> |
DclfAlgoAdapterSwitch.caseGenRef(GenRef<TGen> object)
Returns the result of interpreting the object as an instance of 'Gen Ref'.
|