クラス ChangedRatio


  • public class ChangedRatio
    extends java.lang.Object
    2つの文書を比較した変更割合を扱う
    バージョン:
    1.0 2022/02/01
    作成者:
    Copyright (c) 2022 Antenna House, Inc. All rights reserved.
    • メソッドの概要

      • クラスから継承されたメソッド java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • フィールドの詳細

      • matchRatio

        public double matchRatio
        一致[%]
      • deletedRatio

        public double deletedRatio
        削除[%]
      • insertedRatio

        public double insertedRatio
        挿入[%]