@@ -85,7 +85,11 @@ public class IeAbstractQuality {
return v;
}
-
+ /**
+ * 是否是良好值
+ *
+ * @return boolean
+ */
public boolean isGoodValue(){
return !this.isBlocked()&&!isInvalid()&&!isSubstituted()&&!isNotTopical();
@@ -52,6 +52,11 @@ public class IeMeasuredQuality extends IeAbstractQuality {
return !this.isOverflow()&&super.isGoodValue();