view flys-artifacts/doc/conf/artifacts/fixanalysis.xml @ 5200:42bb6ff78d1b 2.9.11

Directly set the connectionInitSqls on the datasource Somehow the factory fails to set the connectionInitSqls if we add it to the dbcpProperties. So we now set it directly
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 08 Mar 2013 11:48:33 +0100
parents bb521c1d77f1
children fdd2647d1912
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<artifact name="fixanalysis">
    <states>
        <state id="state.fix.river" description="state.fix.river"
            helpText="help.state.fix.river"
            state="de.intevation.flys.artifacts.states.RiverSelect">
            <data name="river" type="String" />
        </state>

        <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition">
            <from state="state.fix.river"/>
            <to state="state.fix.calculation.mode"/>
        </transition>

        <state id="state.fix.calculation.mode"
            helpText="help.state.fix.calculation.mode"
            description="state.fix.calcuation.mode"
            state="de.intevation.flys.artifacts.states.fixation.FixationSelect">
            <data name="calculation.mode" type="String"/>
        </state>

        <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition">
            <from state="state.fix.calculation.mode"/>
            <to state="state.fix.location"/>
        </transition>

        <state id="state.fix.location" description="state.fix.location"
            helpText="help.state.fix.location"
            state="de.intevation.flys.artifacts.states.fixation.LocationSelect">
            <data name="ld_from" type="Double"/>
            <data name="ld_to" type="Double"/>
            <data name="ld_step" type="Double"/>
        </state>

        <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition">
            <from state="state.fix.location"/>
            <to state="state.fix.period"/>
        </transition>

        <state id="state.fix.period" description="state.fix.period"
            helpText="help.state.fix.period"
            state="de.intevation.flys.artifacts.states.fixation.FixationPeriod">
            <data name="start" type="Long"/>
            <data name="end" type="Long"/>
        </state>

        <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition">
            <from state="state.fix.period"/>
            <to state="state.fix.gaugerange"/>
        </transition>

        <state id="state.fix.gaugerange" description="state.fix.gaugerange"
            helpText="help.state.fix.gaugerange"
            state="de.intevation.flys.artifacts.states.fixation.GaugeRange">
            <data name="q1" type="Integer"/>
            <data name="q2" type="Integer"/>
        </state>

        <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition">
            <from state="state.fix.gaugerange"/>
            <to state="state.fix.eventselect"/>
        </transition>

        <state id="state.fix.eventselect" description="state.fix.eventselect"
            helpText="help.state.fix.eventselect"
            state="de.intevation.flys.artifacts.states.fixation.EventSelect">
            <data name="events" type="intarray"/>
        </state>

        <transition transition="de.intevation.flys.artifacts.transitions.ValueCompareTransition">
            <from state="state.fix.eventselect"/>
            <to state="state.fix.analysis.referenceperiod"/>
            <condition data="calculation.mode" value="calculation.analysis"
                operator="equal"/>
        </transition>

        <transition transition="de.intevation.flys.artifacts.transitions.ValueCompareTransition">
            <from state="state.fix.eventselect"/>
            <to state="state.fix.vollmer.function"/>
            <condition data="calculation.mode" value="calculation.vollmer"
                operator="equal"/>
        </transition>

        <state id="state.fix.analysis.referenceperiod"
            helpText="help.state.fix.analysis.referenceperiod"
            description="state.fix.analysis.referenceperiod"
            state="de.intevation.flys.artifacts.states.fixation.ReferencePeriod">
            <data name="ref_start" type="Long"/>
            <data name="ref_end" type="Long"/>
        </state>

        <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition">
            <from state="state.fix.analysis.referenceperiod"/>
            <to state="state.fix.analysis.analysisperiods"/>
        </transition>

        <state id="state.fix.analysis.analysisperiods"
            helpText="help.state.fix.analysis.analysisperiods"
            description="state.fix.analysis.analysisperiods"
            state="de.intevation.flys.artifacts.states.fixation.AnalysisPeriods">
            <data name="ana_data" type="String"/>
        </state>

        <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition">
            <from state="state.fix.analysis.analysisperiods"/>
            <to state="state.fix.analysis.function"/>
        </transition>

        <state id="state.fix.analysis.function"
            helpText="help.state.fix.analysis.function"
            description="state.fix.analysis.function"
            state="de.intevation.flys.artifacts.states.fixation.FunctionSelect">
            <data name="function" type="String"/>
        </state>

        <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition">
            <from state="state.fix.analysis.function"/>
            <to state="state.fix.analysis.preprocessing"/>
        </transition>

        <state id="state.fix.analysis.preprocessing"
            helpText="help.state.fix.analysis.preprocessing"
            description="state.fix.analysis.preprocessing"
            state="de.intevation.flys.artifacts.states.fixation.PreprocessingSelect">
            <data name="preprocessing" type="Boolean"/>
        </state>

        <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition">
            <from state="state.fix.analysis.preprocessing"/>
            <to state="state.fix.analysis.compute"/>
        </transition>

        <state id="state.fix.analysis.compute"
            helpText="help.state.fix.analysis.compute"
            description="state.fix.analysis.compute"
            state="de.intevation.flys.artifacts.states.fixation.FixAnalysisCompute">
            <outputmodes>
                <outputmode name="fix_deltawt_export" description="output.fix_deltawt_export" mine-type="text/plain" type="export">
                    <facets>
                        <facet name="csv" description="facet.fix_deltawt.csv" />
                    </facets>
                </outputmode>
                <outputmode name="fix_parameters_export" description="output.fix_parameters_export" mine-type="text/plain" type="export">
                    <facets>
                        <facet name="fix_parameters" description="facet.fix_parameters.csv" />
                    </facets>
                </outputmode>
                <outputmode name="fix_wq_curve_at_export" description="output.fix_wq_curve_at_export" mime-type="text/plain" type="export">
                    <facets>
                        <facet name="at" description="facet.fix_wq_curve_export.at"/>
                    </facets>
                </outputmode>
                <outputmode name="fix_wq_curve" description="output.fix_wq_curve" mine-type="image/png" type="chart">
                    <facets>
                        <facet name="fix_sector_average_wq_0" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_wq_1" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_wq_2" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_wq_3" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_analysis_events_wq" description="Raw event values used in the calculation"/>
                        <facet name="fix_reference_events_wq" description="Raw event values used in the calculation"/>
                        <facet name="fix_wq_curve" description="WQ curve"/>
                        <facet name="qsectors" description="qsectors."/>
                        <facet name="fix_outlier" description="The outliers"/>
                        <facet name="other.wqkms.q"          description="W-Type of data" />
                        <facet name="other.wqkms.w"          description="W-Type of data" />
                        <facet name="other.wkms" description="facet.other.wkms"/>
                        <facet name="other.wkms.marks" description="facet.other.wkms.makrs"/>
                        <facet name="other.wqkms" description="facet.other.wqkms"/>
                        <facet name="longitudinal_section.w" description="facet.longitudinal_section.w"/>
                        <facet name="other.wq"    description="Point-like data like fixations"/>
                        <facet name="heightmarks_points" description="facet.other.wkms.heightmarks_points"/>
                        <facet name="discharge_curve.curve" description="facet.discharge_curve.curve"/>
                        <facet name="fix_wq_curve.manualpoints" description="Manual points"/>
                    </facets>
                </outputmode>
                <outputmode name="fix_deltawt_curve" description="output.fix_deltawt_curve" mine-type="image/png" type="chart">
                    <facets>
                        <facet name="fix_sector_average_dwt_0" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_dwt_1" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_dwt_2" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_dwt_3" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_analysis_events_dwt" description="Raw event values used in the calculation"/>
                        <facet name="fix_reference_events_dwt" description="Raw event values used in the calculation"/>
                        <facet name="fix_analysis_periods_dwt" description="Dateranges of analysis periods."/>
                        <facet name="fix_deviation_dwt" description="The standard variance"/>
                        <facet name="fix_deltawt_curve.manualpoints" description="Manual points"/>
                        <facet name="fix_reference_period_dwt" description="Reference period"/>
                    </facets>
                </outputmode>
                <outputmode name="fix_longitudinal_section_curve" description="output.fix_longitudinal_section_curve" mine-type="image/png" type="chart">
                    <facets>
                        <facet name="fix_sector_average_ls_0" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_ls_1" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_ls_2" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_ls_3" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_ls_deviation_0" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_ls_deviation_1" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_ls_deviation_2" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_ls_deviation_3" description="Average values for Ws in Q sectors."/>
                        <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations"/>
                        <facet name="fix_deviation_ls" description="The standard variance"/>
                        <facet name="fix_analysis_events_ls" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_reference_events_ls" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_longitudinal_section_curve.manualpoints" description="Manual points"/>
                    </facets>
                </outputmode>
                <outputmode name="fix_derivate_curve" description="output.fix_derivate_curve" mine-type="image/png" type="chart">
                    <facets>
                        <facet name="fix_derivate_curve" description="Derivate curve"/>
                        <facet name="fix_derivate_curve.manualpoints" description="Manual points"/>
                    </facets>
                </outputmode>
                <outputmode name="fix_report" description="output.fix_report.report" mime-type="text/plain" type="report">
                    <facets>
                        <facet name="report" description="facet.fix.report" />
                    </facets>
                </outputmode>
            </outputmodes>
        </state>

        <state id="state.fix.vollmer.function"
            helpText="help.state.fix.vollmer.function"
            description="state.fix.vollmer.function"
            state="de.intevation.flys.artifacts.states.fixation.FunctionSelect">
            <data name="function" type="String"/>
        </state>

        <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition">
            <from state="state.fix.vollmer.function"/>
            <to state="state.fix.vollmer.preprocessing"/>
        </transition>

        <state id="state.fix.vollmer.preprocessing"
            helpText="help.state.fix.vollmer.preprocessing"
            description="state.fix.vollmer.preprocessing"
            state="de.intevation.flys.artifacts.states.fixation.PreprocessingSelect">
            <data name="preprocessing" type="Boolean"/>
        </state>

        <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition">
            <from state="state.fix.vollmer.preprocessing"/>
            <to state="state.fix.vollmer.qs"/>
        </transition>

        <state id="state.fix.vollmer.qs" description="state.fix.vollmer.qs"
            helpText="help.state.fix.vollmer.qs"
            state="de.intevation.flys.artifacts.states.WQAdapted">
            <data name="wq_isq"   type="String" />
            <data name="wq_values" type="WQTriple" />
        </state>

        <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition">
            <from state="state.fix.vollmer.qs"/>
            <to state="state.fix.vollmer.compute"/>
        </transition>

        <state id="state.fix.vollmer.compute"
            helpText="help.state.fix.vollmer.compute"
            description="state.fix.vollmer.compute"
            state="de.intevation.flys.artifacts.states.fixation.FixRealizingCompute">
            <outputmodes>
                <outputmode name="longitudinal_section" description="output.longitudinal_section" mime-type="image/png" type="chart">
                    <facets>
                    	<facet name="longitudinal_section.w" description="facet.longitudinal_section.w"/>
                    	<facet name="longitudinal_section.q" description="facet.longitudinal_section.q"/>
                        <facet name="w_differences" description="facet.w_differences"/>
                        <facet name="other.wkms" description="facet.other.wkms"/>
                        <facet name="other.wqkms" description="facet.other.wqkms"/>
                        <facet name="heightmarks_points" description="facet.other.wkms.heightmarks_points"/>
                        <facet name="w_differences.manualpoints" description="Manuelle Punkte"/>
                        <facet name="longitudinal_section.manualpoints" description="Manuelle Punkte"/>
                        <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations"/>
                        <facet name="longitudinal_section.area" description="facet.longitudinal_section.area"/>
                    </facets>
                </outputmode>
                <outputmode name="fix_wq_curve" description="output.fix_wq_curve" mine-type="image/png" type="chart">
                    <facets>
                        <facet name="fix_sector_average_wq_0" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_wq_1" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_wq_2" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_sector_average_wq_3" description="Average values for Ws in Q sectors."/>
                        <facet name="fix_analysis_events_wq" description="Raw event values used in the calculation"/>
                        <facet name="fix_reference_events_wq" description="Raw event values used in the calculation"/>
                        <facet name="fix_wq_curve" description="WQ curve"/>
                        <facet name="fix_outlier" description="The outliers"/>
                        <facet name="qsectors" description="qsectors."/>
                        <facet name="other.wqkms.q"          description="W-Type of data" />
                        <facet name="other.wqkms.w"          description="W-Type of data" />
                        <facet name="other.wkms" description="facet.other.wqkms"/>
                        <facet name="other.wqkms" description="facet.other.wqkms"/>
                        <facet name="longitudinal_section.w" description="facet.longitudinal_section.w"/>
                        <facet name="other.wq"    description="Point-like data like fixations"/>
                        <facet name="heightmarks_points" description="facet.other.wkms.heightmarks_points"/>
                        <facet name="discharge_curve.curve" description="facet.discharge_curve.curve"/>
                    </facets>
                </outputmode>
                <outputmode name="cross_section" description="output.cross_section" mime-type="image/png" type="chart">
                  <facets>
                    <facet name="cross_section_water_line"   description="facet.cross_section_water_line"/>
                    <facet name="cross_section"              description="facet.cross_section"/>
                    <facet name="area"                       description="an area"/>
                    <facet name="cross_section.area"         description="an area"/>
                    <facet name="cross_section.manualpoints" description="points"/>
                    <facet name="cross_section.manualline"   description="line"/>
                    <facet name="hyk"                        description="hyks"/>
                  </facets>
                </outputmode>
                <outputmode name="fix_wq_curve_at_export" description="output.fix_wq_curve_at_export" mime-type="text/plain" type="export">
                    <facets>
                        <facet name="at" description="facet.fix_wq_curve_export.at"/>
                    </facets>
                </outputmode>
                <outputmode name="fix_waterlevel_export" description="output.fix_waterlevel_export" mine-type="text/plain" type="export">
                    <facets>
                        <facet name="csv" description="facet.waterlevel_export.csv" />
                        <facet name="wst" description="facet.waterlevel_export.wst" />
                        <facet name="pdf" description="facet.waterlevel_export.pdf" />
                    </facets>
                </outputmode>
            </outputmodes>
        </state>
    </states>
</artifact>

http://dive4elements.wald.intevation.org