| Package | Description |
|---|---|
| com.interpss.simu.multicase.result | |
| com.interpss.simu.multicase.result.impl | |
| com.interpss.simu.multicase.result.util |
| Modifier and Type | Method and Description |
|---|---|
BusLimitRec |
MCaseResultFactory.createBusLimitRec()
Returns a new object of class 'Bus Limit Rec'.
|
BusLimitRec |
AclfBusResultRec.getLimit()
Returns the value of the 'Limit' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AclfBusResultRec.setLimit(BusLimitRec value)
Sets the value of the '
Limit' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
BusLimitRecImpl
An implementation of the model object 'Bus Limit Rec'.
|
| Modifier and Type | Field and Description |
|---|---|
protected BusLimitRec |
AclfBusResultRecImpl.limit
The cached value of the '
Limit' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
BusLimitRec |
MCaseResultFactoryImpl.createBusLimitRec() |
BusLimitRec |
AclfBusResultRecImpl.getLimit() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
AclfBusResultRecImpl.basicSetLimit(BusLimitRec newLimit,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
AclfBusResultRecImpl.setLimit(BusLimitRec newLimit) |
| Modifier and Type | Method and Description |
|---|---|
T |
MCaseResultSwitch.caseBusLimitRec(BusLimitRec object)
Returns the result of interpreting the object as an instance of 'Bus Limit Rec'.
|