Class SMListDPImpl

    • Field Detail

      • forceAlignmentEndsWithQuery

        protected boolean forceAlignmentEndsWithQuery
        Whether the alignments shall end with the query.
      • normScore

        protected boolean normScore
        Whether or not to return the normalized score.
      • halvingDistancePercentage

        protected double halvingDistancePercentage
        Percentage of the query length as position, where temporal factor shall equal one half.
      • dataSimilarityToUse

        protected String dataSimilarityToUse
        Name of the data similarity measure to be used for comparing data nodes.
      • localSimilarityToUse

        protected String localSimilarityToUse
        Name of the task similarity measure to be used.
    • Constructor Detail

      • SMListDPImpl

        public SMListDPImpl()
    • Method Detail

      • setHalvingDistancePercentage

        public void setHalvingDistancePercentage​(double halvingDistancePercentage)
        Description copied from interface: SMListDP
        Set the percentage of the query length, at which the temporal factor shall equal one half.
        Specified by:
        setHalvingDistancePercentage in interface SMListDP
        Parameters:
        halvingDistancePercentage - Distance as percentage between 0 and 1.
      • setDataSimilarityToUse

        public void setDataSimilarityToUse​(String name)
        Description copied from interface: SMListDP
        Set the data similarity to be used during local node similarity calculation.
        Specified by:
        setDataSimilarityToUse in interface SMListDP
        Parameters:
        name - Name of the sim measure
      • setLocalSimilarityToUse

        public void setLocalSimilarityToUse​(String name)
        Description copied from interface: SMListDP
        Set the task similarity to be used during local node similarity calculation.
        Specified by:
        setLocalSimilarityToUse in interface SMListDP
        Parameters:
        name - Name of the sim measure
      • setNormScore

        public void setNormScore​(boolean normScore)
        Specified by:
        setNormScore in interface SMListDP
      • getForceAlignmentEndsWithQuery

        public boolean getForceAlignmentEndsWithQuery()
        Description copied from interface: SMListDP
        Return property of similarity measure to find an alignment that ends with the query or not.
        Specified by:
        getForceAlignmentEndsWithQuery in interface SMListDP
        Returns:
      • setForceAlignmentEndsWithQuery

        public void setForceAlignmentEndsWithQuery​(boolean endWithQuery)
        Description copied from interface: SMListDP
        Set property of similarity measures to find an alignment that ends with the query.
        Specified by:
        setForceAlignmentEndsWithQuery in interface SMListDP
        Parameters:
        endWithQuery - Whether the alignment shall end with the query. Defaults to true.