
Contains support for constructing manipulators based on JSON data
Initialize modelbound data and add to corresponding model object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(CompositeManipulator), | intent(inout), | allocatable | :: | manip | ||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| class(Normalization), | intent(in) | :: | normObj |
Add GroupEvaluator type manipulator based json file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(CompositeManipulator), | intent(inout) | :: | manip | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| class(Normalization), | intent(in) | :: | normObj | |||
| character(len=*), | intent(in) | :: | jsonPrefix |
Add TermEvaluator type manipulator based json file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(CompositeManipulator), | intent(inout) | :: | manip | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| class(Normalization), | intent(in) | :: | normObj | |||
| character(len=*), | intent(in) | :: | jsonPrefix |
Add ModelbounDataExtractor type manipulator based json file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(CompositeManipulator), | intent(inout) | :: | manip | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| class(Normalization), | intent(in) | :: | normObj | |||
| character(len=*), | intent(in) | :: | jsonPrefix |