dlvhex
2.5.0
|
Properties of a model. More...
#include <include/dlvhex2/ModelBuilder.h>
Public Member Functions | |
ModelProperties () | |
Constructor. | |
std::ostream & | print (std::ostream &o) const |
Prints this properties strcture. | |
Data Fields | |
InterpretationPtr | interpretation |
The interpretation data of this model. | |
bool | dummy |
Whether this model is an input dummy for a root eval unit. | |
bool | childModelsGenerated |
Whether we already tried to create all output models for this (MT_IN/MT_INPROJ) model. |
Properties of a model.
Definition at line 93 of file ModelBuilder.h.
ModelBuilder< EvalGraphT >::ModelProperties::ModelProperties | ( | ) |
Constructor.
Definition at line 164 of file ModelBuilder.h.
std::ostream & ModelBuilder< EvalGraphT >::ModelProperties::print | ( | std::ostream & | o | ) | const |
Prints this properties strcture.
o | Stream to print to. |
o
. Definition at line 174 of file ModelBuilder.h.
References printptr().
bool ModelBuilder< EvalGraphT >::ModelProperties::childModelsGenerated |
Whether we already tried to create all output models for this (MT_IN/MT_INPROJ) model.
Definition at line 103 of file ModelBuilder.h.
bool ModelBuilder< EvalGraphT >::ModelProperties::dummy |
Whether this model is an input dummy for a root eval unit.
Definition at line 101 of file ModelBuilder.h.
InterpretationPtr ModelBuilder< EvalGraphT >::ModelProperties::interpretation |
The interpretation data of this model.
Definition at line 96 of file ModelBuilder.h.