Default implementation that will add protocol and state data validators (contained in this header file)
More...
|
| | DtDefaultSimulationModelSetValidatorManager () |
| | default constructor More...
|
| |
| virtual | ~DtDefaultSimulationModelSetValidatorManager () |
| | DTOR. More...
|
| |
| virtual void | init (DtExerciseConn *conn) |
| | Need to call this in order to set exercise connection and protocol. More...
|
| |
| virtual bool | validateProtocol (const DtSimulationModelSet &, const std::vector< DtString > ¶meters, DtString &errorString) |
| | Verifies that the protocol that is requested is the one being run. More...
|
| |
| virtual bool | validateHasStateData (const DtSimulationModelSet &, const std::vector< DtString > ¶meters, DtString &errorString) |
| | Validates that whether or not there is state data present that is publishable via the FOM. More...
|
| |
| | DtSimulationModelSetValidatorManager () |
| | default constructor More...
|
| |
| virtual | ~DtSimulationModelSetValidatorManager () |
| | DTOR. More...
|
| |
| virtual bool | accept (const DtSimulationModelSet &, const std::vector< DtString & > ¶meters, DtString &errorString) |
| |
| virtual bool | reject (const DtSimulationModelSet &, const std::vector< DtString & > ¶meters, DtString &errorString) |
| |
| virtual bool | validate (const DtFilename &smsFile, DtString &errorString) const |
| | Validates the given simulation model set file. More...
|
| |
| virtual bool | validate (const DtSimulationModelSet &, DtString &errorString) const |
| |
| virtual bool | validate (const DtScenario &, DtString &errorString) const |
| |
| virtual bool | validate (const DtScenarioExplorer &, DtString &errorString) const |
| |
| virtual void | setValidatorFunction (const DtString &, DtSimulationModelSetValidatorFunction) |
| | Validator functions used for validation. More...
|
| |
| const ValidatorFunctions & | validatorFunctions () const |
| |
Default implementation that will add protocol and state data validators (contained in this header file)