]> AND Private Git Repository - blast.git/blobdiff - ReferenceInterface.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
added patterns and started OP computation
[blast.git] / ReferenceInterface.h
index cd5bd0ff12366a02a89537766463eee3bab9542f..9ea4b23a054f9633c02cdc23a9fbaedf2156a6f1 100644 (file)
@@ -19,7 +19,7 @@ class ReferenceInterface : public AbstractInterface {
 public :  
 
   ReferenceInterface(AbstractBlock *_owner) throw(Exception);
-  ReferenceInterface(AbstractBlock* _owner, const QString& _name, const QString& _type, const QString& _width, int _direction, int _purpose, int _level, int _multiplicity=1) throw (Exception);
+  ReferenceInterface(AbstractBlock* _owner, const QString& _name, const QString& _type, const QString& _width, int _direction, int _purpose, int _multiplicity=1) throw (Exception);
 
   // getters
   inline int getMultiplicity() { return multiplicity; }
@@ -32,8 +32,7 @@ public :
 
   // others
 
-  static int translatePurpose(const QString& txt);
-  static int translateLevel(const QString& txt);
+  static int translatePurpose(const QString& txt);  
   static int translateMultiplicity(const QString& txt);
 
   inline AbstractInterface *clone(){ return NULL; }