| 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 BranchResult |
SimuObjectFactory.createBranchResult(java.lang.String braId,
StudyCaseResult cResult)
Create a BranchResult object and add it to the StudyCaseResult container
|
| Modifier and Type | Method and Description |
|---|---|
BranchResult |
MCaseResultFactory.createBranchResult()
Returns a new object of class 'Branch Result'.
|
BranchResult |
StudyCaseResult.getBranchResult(java.lang.String branchId)
get branch result by branch id
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BranchResult> |
StudyCaseResult.getBranchResultList()
Returns the value of the 'Branch Result List' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BranchResultImpl
An implementation of the model object 'Branch Result'.
|
| Modifier and Type | Method and Description |
|---|---|
BranchResult |
MCaseResultFactoryImpl.createBranchResult() |
BranchResult |
StudyCaseResultImpl.getBranchResult(java.lang.String branchId) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BranchResult> |
StudyCaseResultImpl.getBranchResultList() |
| Modifier and Type | Method and Description |
|---|---|
T |
MCaseResultSwitch.caseBranchResult(BranchResult object)
Returns the result of interpreting the object as an instance of 'Branch Result'.
|