| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.simu.multicase.result | |
| com.interpss.simu.multicase.result.impl | |
| com.interpss.simu.multicase.result.util |
| Modifier and Type | Method and Description |
|---|---|
static BusResult |
SimuObjectFactory.createBusResult(java.lang.String busId,
StudyCaseResult cResult)
Create a BusResult object and add it to the StudyCaseResult container
|
| Modifier and Type | Method and Description |
|---|---|
BusResult |
MCaseResultFactory.createBusResult()
Returns a new object of class 'Bus Result'.
|
BusResult |
StudyCaseResult.getBusResult(java.lang.String busId)
get bus result by bus Id
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BusResult> |
StudyCaseResult.getBusResultList()
Returns the value of the 'Bus Result List' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BusResultImpl
An implementation of the model object 'Bus Result'.
|
| Modifier and Type | Method and Description |
|---|---|
BusResult |
MCaseResultFactoryImpl.createBusResult() |
BusResult |
StudyCaseResultImpl.getBusResult(java.lang.String busId) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BusResult> |
StudyCaseResultImpl.getBusResultList() |
| Modifier and Type | Method and Description |
|---|---|
T |
MCaseResultSwitch.caseBusResult(BusResult object)
Returns the result of interpreting the object as an instance of 'Bus Result'.
|