| Modifier and Type | Method and Description |
|---|---|
static Modification |
SimuObjectFactory.createModification()
create a Modification object
|
static Modification |
SimuObjectFactory.createModification(BranchModification braMod)
create a Modification object and add the branch modification object
|
static Modification |
SimuObjectFactory.createModification(BusModification busMod)
create a Modification object and add the bus modification object
|
| Modifier and Type | Method and Description |
|---|---|
Modification |
Modification2ModelMapper.map2Model(org.interpss.xml.schema.ModificationXmlType from) |
| Modifier and Type | Method and Description |
|---|---|
Modification |
StudyCase.getModification()
Returns the value of the 'Modification' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StudyCase.setModification(Modification value)
Sets the value of the '
Modification' reference. |
| Modifier and Type | Method and Description |
|---|---|
Modification |
StudyCaseImpl.basicGetModification() |
Modification |
StudyCaseImpl.getModification() |
| Modifier and Type | Method and Description |
|---|---|
void |
StudyCaseImpl.setModification(Modification newModification) |
| Modifier and Type | Method and Description |
|---|---|
Modification |
MCaseModifyFactory.createModification()
Returns a new object of class 'Modification'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModificationImpl
An implementation of the model object 'Modification'.
|
| Modifier and Type | Method and Description |
|---|---|
Modification |
MCaseModifyFactoryImpl.createModification() |
| Modifier and Type | Method and Description |
|---|---|
T |
MCaseModifySwitch.caseModification(Modification object)
Returns the result of interpreting the object as an instance of 'Modification'.
|