ModelCategoryEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
== Members == | == Members == | ||
{| {{ | {| {{APITableEnum}} | ||
|- | |- | ||
| style="width: | | style="width: 150px;"|Reliability||style="width: 70px;"|1||Reliability model | ||
|- | |- | ||
|ProbabilityOfFailure||Probability of failure model | |ProbabilityOfFailure||2||Probability of failure model | ||
|- | |- | ||
|EventOccurence||Event occurrence model | |EventOccurence||3||Event occurrence model | ||
|- | |- | ||
|Duration||Duration model | |Duration||4||Duration model | ||
|- | |- | ||
|CostPerUnitTime||Cost per unit time model | |CostPerUnitTime||5||Cost per unit time model | ||
|- | |- | ||
|CostWithoutUnits||Cost model | |CostWithoutUnits||6||Cost model | ||
|} | |} |
Revision as of 23:18, 6 August 2015
Member of: SynthesisAPI
Specifies the model category of a cModel object, which represents a model resource.
Members
Name | Value | Description |
---|---|---|
Reliability | 1 | Reliability model |
ProbabilityOfFailure | 2 | Probability of failure model |
EventOccurence | 3 | Event occurrence model |
Duration | 4 | Duration model |
CostPerUnitTime | 5 | Cost per unit time model |
CostWithoutUnits | 6 | Cost model |