1#ifndef FPMAS_RUNTIME_API_H
2#define FPMAS_RUNTIME_API_H
10namespace fpmas {
namespace api {
namespace runtime {
virtual void run(Date end)=0
virtual void execute(const scheduler::JobList &job_list)=0
virtual void setCurrentDate(Date date)=0
virtual Date currentDate() const =0
virtual void execute(const scheduler::Job &job)=0
virtual void run(Date start, Date end)=0
Definition: scheduler.h:135
float Date
Definition: scheduler.h:24
std::vector< std::reference_wrapper< const Job > > JobList
Definition: scheduler.h:215