The SEDRIS Data Representation Model
APPENDIX A - Classes In Out |
---|
An instance of this DRM class specifies whether a <Source> instance that is associated with a <Process Step> is an input to the <Process Step> or an output generated by the <Process Step>.
Indicates that a particular DTED cell (represented by a <Source> instance) is an input to a terrain surface generation process (represented by a <Process Step> instance).
Indicates that an <Environment Root> instance (represented by a <Source> instance) is the output of a high-level environmental database generation process (represented by a <Process Step> instance).
This class provides a mechanism by which <Sources> can be associated with <Process Step>s to describe the overall creation of a transmittal. A logical network of <Process Step>s can be defined by linking the <Process Step> that generates a particular <Source> to all of the <Process Step>s that consume that <Source>. For each associated <Source>, <Process Step> pair, the <In Out> instance identifies whether the <Source> is an input or an output of the <Process Step>.
SE_Boolean | input; | (notes) |
---|
If the value of the input field is SE_TRUE, the given <Source> instance is an input to the <Process Step> instance; otherwise, the <Source> instance is an output from the <Process Step> instance.
|