Interface EvaluationGroupFeature

    • Method Detail

      • copyToTable

        void copyToTable​(java.lang.String tableTag)
        Copy the contents of the evaluation group to a table.
        Parameters:
        tableTag - The tag of the table to copy to.
      • create

        EvaluationFeature create​(java.lang.String tag,
                                 java.lang.String oper)
        Create an evaluation feature.
        Parameters:
        tag - Feature tag.
        oper - Type of evaluation.
        Returns:
        Created evaluation feature.
      • feature

        EvaluationFeatureList feature()
        Returns the evaluation feature list.
        Returns:
        Evaluation features.
      • feature

        EvaluationFeature feature​(java.lang.String tag)
        Returns an evaluation feature.
        Parameters:
        tag - Evaluation feature tag.
        Returns:
        Evaluation feature.
      • run

        void run()
        Compute the numerical result.