ModelCategoryEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:API}}{{Template:APIBreadcrumb | {{Template:API}}{{Template:APIBreadcrumb}} | ||
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 | ||
|} | |} | ||
==See Also== | |||
*[[CModel Class|cModel Class]] | |||
*[[CModel.SetModel|cModel.SetModel Method]] |
Latest revision as of 21:32, 13 November 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 |