Modifier and Type | Method and Description |
---|---|
static DclfAlgoGen |
DclfAlgoObjectFactory.createDclfAlgoGen(DclfAlgoBus dclfBus,
AclfGen gen) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DclfAlgoGen> |
IDclfAlgoLookup.getDclfAlgoGenNameLookupTable()
get the DclfAlgoGen name to object lookup table
|
Modifier and Type | Method and Description |
---|---|
DclfAlgoGen |
DclfAlgoAdapterFactory.createDclfAlgoGen()
Returns a new object of class 'Dclf Algo Gen'.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<DclfAlgoGen> |
DclfAlgoBus.getGen(java.lang.String genId)
get DclfAlgoGen object by id
|
org.eclipse.emf.common.util.EList<DclfAlgoGen> |
DclfAlgoBus.getGenList()
Returns the value of the 'Gen List' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
DclfAlgoGenImpl
An implementation of the model object 'Dclf Algo Gen'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<DclfAlgoGen> |
DclfAlgoBusImpl.genList
The cached value of the '
Gen List ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
DclfAlgoGen |
DclfAlgoAdapterFactoryImpl.createDclfAlgoGen() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<DclfAlgoGen> |
DclfAlgoBusImpl.getGen(java.lang.String genId) |
org.eclipse.emf.common.util.EList<DclfAlgoGen> |
DclfAlgoBusImpl.getGenList() |
Modifier and Type | Method and Description |
---|---|
T |
DclfAlgoAdapterSwitch.caseDclfAlgoGen(DclfAlgoGen object)
Returns the result of interpreting the object as an instance of 'Dclf Algo Gen'.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DclfAlgoGen> |
DclfAlgorithmImpl.getDclfAlgoGenNameLookupTable() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DclfAlgoGen> |
CommonLangFactoryImpl.createDclfAlgoGenLookupTableFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
java.util.Optional<DclfAlgoGen> |
CommonLangFactoryImpl.createOptionalDclfAlgoGenFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
static DclfAlgoGen |
DclfAlgoGenState.create() |
static DclfAlgoGen |
DclfAlgoGenState.create(DclfAlgoGenState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
DclfAlgoGenState.map2EObject(DclfAlgoGen eObj) |
static void |
DclfAlgoGenState.readData(com.hazelcast.nio.ObjectDataInput in,
DclfAlgoGen eObj) |
void |
DclfAlgoGenState.updateEObject(DclfAlgoGen eObj) |
static void |
DclfAlgoGenState.writeData(com.hazelcast.nio.ObjectDataOutput out,
DclfAlgoGen eObj) |
Constructor and Description |
---|
DclfAlgoGenState(DclfAlgoGen eObj) |