#include <InputLibrarySet.h>
Public Methods | |
void | addDimension (InputDimension *p_dimension) |
void | setName (const std::string &p_name) |
std::string | getName (void) const |
std::string | toString (void) const |
std::vector< InputDimension * > | getDimension (void) |
std::vector< std::string > | getDimensionNames (void) const |
|
Add an InputDimension that was created and filled according to the user input file parsing. |
|
Return the list of InputDimension object associated with this class. |
|
Return the list of the names of each InputDimension associated with the object of InputLibrarySet class. |
|
Return the name of the corresponding LibrarySet. |
|
Set the name of the LibrarySet (combinatorial library). |
|
Return a text containing all the information held by an object of this class. |