view artifacts/doc/conf/artifacts/sqrelation.xml @ 8312:9f5059f4f01a

Configured "static" sq relation to use a default D4EArtifact and two states to hold the parameters and outs. * Updated configuration * Added new state
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 24 Sep 2014 11:59:49 +0200
parents e8283197d889
children a5fbcdd85359
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<artifact name="staticsqrelation">
    <states>
        <state id="state.sqrelation.init" description="state.sqrelation.init" state="org.dive4elements.river.artifacts.states.sq.SQInitState">
            <data name="river" type="String"/>
            <data name="station" type="Integer" />
            <data name="station_name" type="String" />
        </state>
        <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition">
            <from state="state.sqrelation.init"/>
            <to state="state.sqrelation.static"/>
        </transition>
         <state id="state.sqrelation.static" description="state.sqrelation.static" state="org.dive4elements.river.artifacts.states.sq.SQStaticState">
            <outputmodes>
                <outputmode name="sq_relation_a" description="output.sq_relation" type="chart">
                    <facets>
                        <facet name="sq_a_curve" description="A facet for sq curve"/>
                        <facet name="sq_relation_a.manualpoints" />
                    </facets>
                </outputmode>
                <outputmode name="sq_relation_b" description="output.sq_relation" type="chart">
                    <facets>
                        <facet name="sq_b_curve" description="A facet for sq curve"/>
                        <facet name="sq_relation_b.manualpoints" />
                    </facets>
                </outputmode>
                <outputmode name="sq_relation_c" description="output.sq_relation" type="chart">
                    <facets>
                        <facet name="sq_c_curve" description="A facet for sq curve"/>
                        <facet name="sq_relation_c.manualpoints" />
                    </facets>
                </outputmode>
                <outputmode name="sq_relation_d" description="output.sq_relation" type="chart">
                    <facets>
                        <facet name="sq_d_curve" description="A facet for sq curve"/>
                        <facet name="sq_relation_d.manualpoints" />
                    </facets>
                </outputmode>
                <outputmode name="sq_relation_e" description="output.sq_relation" type="chart">
                    <facets>
                        <facet name="sq_e_curve" description="A facet for sq curve"/>
                        <facet name="sq_relation_e.manualpoints" />
                    </facets>
                </outputmode>
                <outputmode name="sq_relation_f" description="output.sq_relation" type="chart">
                    <facets>
                        <facet name="sq_relation_f.manualpoints" />
                        <facet name="sq_f_curve" description="A facet for sq curve"/>
                    </facets>
                </outputmode>
                <outputmode name="sq_relation_g" description="output.sq_relation" type="chart">
                    <facets>
                        <facet name="sq_relation_g.manualpoints" />
                        <facet name="sq_g_curve" description="A facet for sq curve"/>
                    </facets>
                </outputmode>
            </outputmodes>
         </state>
    </states>
</artifact>

http://dive4elements.wald.intevation.org