#include <InputFormat.h>
Public Methods | |
void | addProperty (InputProperty *p_property) |
unsigned int | getNbrProperty (void) const |
std::string | toString (void) const |
const std::vector< InputProperty * > & | getProperties (void) const |
|
Add a InputProperty object to the list of property to consider. The order is important because each property has the 'goodness' thresholds embedded and these will be applied in order to the input Fragment column. |
|
Return the number of properties added in the list. |
|
Return a list of Property object registered in this object. |
|
Return string text containing all the information about the actual state of this InputFormat object. |