Class SimulationRunMetadata


  • public class SimulationRunMetadata
    extends Object
    Aggregation of all metadata information about a simulation run
    • Field Detail

      • auditLog

        protected AuditLog auditLog
        AuditLog> representing the log to print in the CSV report
      • available

        protected int available
      • executed

        protected int executed
      • coveragePercentage

        protected double coveragePercentage
    • Method Detail

      • getAvailable

        public int getAvailable()
      • getExecuted

        public int getExecuted()
      • getCoveragePercentage

        public double getCoveragePercentage()
      • getAuditLog

        public AuditLog getAuditLog()