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 |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:API}}{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
Line 19: | Line 19: | ||
|CostWithoutUnits||6||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 |