Enum Class SysMLProfile.VerificationMethodKindEnum

java.lang.Object
java.lang.Enum<SysMLProfile.VerificationMethodKindEnum>
com.nomagic.magicdraw.sysml.util.SysMLProfile.VerificationMethodKindEnum
All Implemented Interfaces:
Serializable, Comparable<SysMLProfile.VerificationMethodKindEnum>, Constable
Enclosing class:
SysMLProfile

public static enum SysMLProfile.VerificationMethodKindEnum extends Enum<SysMLProfile.VerificationMethodKindEnum>
1) Analysis indicates that verification will be performed by technical evaluation using mathematical representations, charts, graphs, circuit diagrams, data reduction, or representative data. Analysis also includes the verification of requirements under conditions, which are simulated or modeled; where the results are derived from the analysis of the results produced by the model, 2) Demonstration indicates that verification will be performed by operation, movement or adjustment of the item under specific conditions to perform the design functions without recording of quantitative data. Demonstration is typically considered the least restrictive of the verification types, 3) Inspection indicates that verification will be performed by examination of the item, reviewing descriptive documentation, and comparing the appropriate characteristics with a predetermined standard to determine conformance to requirements without the use of special laboratory equipment or procedures, and 4) Test indicates that verification will be performed through systematic exercising of the applicable item under appropriate conditions with instrumentation to measure required parameters and the collection, analysis, and evaluation of quantitative data to show that measured parameters equal or exceed specified requirements.
  • Enum Constant Details

    • ANALYSIS

      public static final SysMLProfile.VerificationMethodKindEnum ANALYSIS
      Analysis indicates that verification will be performed by technical evaluation using mathematical representations, charts, graphs, circuit diagrams, data reduction, or representative data. Analysis also includes the verification of requirements under conditions, which are simulated or modeled; where the results are derived from the analysis of the results produced by the model
    • DEMONSTRATION

      public static final SysMLProfile.VerificationMethodKindEnum DEMONSTRATION
      Demonstration indicates that verification will be performed by operation, movement or adjustment of the item under specific conditions to perform the design functions without recording of quantitative data. Demonstration is typically considered the least restrictive of the verification types
    • INSPECTION

      public static final SysMLProfile.VerificationMethodKindEnum INSPECTION
      Inspection indicates that verification will be performed by examination of the item, reviewing descriptive documentation, and comparing the appropriate characteristics with a predetermined standard to determine conformance to requirements without the use of special laboratory equipment or procedures
    • TEST

      public static final SysMLProfile.VerificationMethodKindEnum TEST
      Test indicates that verification will be performed through systematic exercising of the applicable item under appropriate conditions with instrumentation to measure required parameters and the collection, analysis, and evaluation of quantitative data to show that measured parameters equal or exceed specified requirements
  • Method Details