Changeset 230 in PSPA for Interface_Web/trunk/pspaWT/include


Ignore:
Timestamp:
Jan 3, 2013, 6:35:36 PM (11 years ago)
Author:
lemeur
Message:

fin implementation fit

Location:
Interface_Web/trunk/pspaWT/include
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/include/dataManager.h

    r227 r230  
    99#include "sectionToExecute.h"
    1010#include "nomDeLogiciel.h"
    11 
     11#include "trivaluedBool.h"
    1212class dataManager
    1313{
     
    4949  string getLabelFromElementNumero(int numero);
    5050  void initializeExecution(string workingDir);
    51   string checkExecute();
    52   bool executeTransport( unsigned int indexDeb, unsigned int indexFin, string workingDir,  string& resul);
    53   bool executeParmela( unsigned int indexDeb, unsigned int indexFin, string workingDir, string& resul);
     51  trivaluedBool checkExecute(string& diagnostic);
     52  bool executeTransport( unsigned int numeroDeb, unsigned int numeroFin, string workingDir,  string& resul);
     53  bool executeParmela( unsigned int numeroDeb, unsigned int numeroFin, string workingDir, string& resul);
    5454  bool executeAll(string workingDir, string& resul);
    5555  void saveConfiguration(string workingDir, string nameOfFile);
  • Interface_Web/trunk/pspaWT/include/elementsCollection.h

    r226 r230  
    2424  abstractElement* addElement(typedElement elemType);
    2525  abstractElement* getElementPointer(string label) const;
    26   abstractElement* getElementPointer(unsigned int index) const;
     26  abstractElement* getElementPointerFromIndex(unsigned int index) const;
    2727  abstractElement* getElementPointerFromNumero(int num) const;
    2828
Note: See TracChangeset for help on using the changeset viewer.