RecoSim  1.0
 All Classes Files Functions Variables Enumerations
Public Member Functions | List of all members
Application_interface Class Referenceabstract
Inheritance diagram for Application_interface:
Application

Public Member Functions

virtual string getName (void)=0
 Get the name of the application. More...
 
virtual bool containsTask (int taskID)=0
 Check if the Application contains the task. More...
 
virtual int getFirstTaskID ()=0
 Get the first task id of the application. More...
 
virtual int getTaskNumber ()=0
 Get the task number of the application. More...
 

Member Function Documentation

virtual bool Application_interface::containsTask ( int  taskID)
pure virtual

Check if the Application contains the task.

Parameters
taskIDTask id
Returns
true if application contains the task

Implemented in Application.

virtual int Application_interface::getFirstTaskID ( )
pure virtual

Get the first task id of the application.

Returns
the task id

Implemented in Application.

virtual string Application_interface::getName ( void  )
pure virtual

Get the name of the application.

Returns
name (string)

Implemented in Application.

virtual int Application_interface::getTaskNumber ( )
pure virtual

Get the task number of the application.

Returns
number of tasks

Implemented in Application.


The documentation for this class was generated from the following file: