Resource Classes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
*'''[[TaskFrequencyEnum]]''' {{APIComment|{{Template:TaskFrequencyEnum.Cmt}}}}
*'''[[TaskFrequencyEnum]]''' {{APIComment|{{Template:TaskFrequencyEnum.Cmt}}}}
*'''[[TaskRestorationTypeEnum]]''' {{APIComment|{{Template:TaskRestorationTypeEnum.Cmt}}}}
*'''[[TaskRestorationTypeEnum]]''' {{APIComment|{{Template:TaskRestorationTypeEnum.Cmt}}}}
*'''[[TaskClassEnum]]''' {{APIComment|{{Template:Template:TaskClassEnum.Cmt}}}}
*'''[[TaskClassEnum]]''' {{APIComment|{{Template:TaskClassEnum.Cmt}}}}

Revision as of 17:55, 4 February 2014



Use these classes to create resources, edit their properties and calculate reliability metrics from fitted models.

Classes

  • cModel The model class allows you to represent probabilities, durations or costs, either fixed or time-dependent. It also contains methods for accessing the calculations performed with the Quick Calculation Pad (QCP).
  • cAction Synthesis applications allow you to create and track actions to ensure that appropriate progress is being made. Actions are resources that are available for use throughout the project.
  • cURD Universal reliability definitions (URDs) are used to represent a set of properties that can include failure behavior and maintenance tasks. URDs are resources that are available for use throughout the project.
  • cVariable
  • cCrew
  • cPool
  • cCorrectiveTask
  • cScheduledTask

Enumerations