// --------------------------------------------------------------------------------------------------------------------
/**
- * @deprecated since 4.0
+ * @deprecated since 3.7.1
*/
@Deprecated
public static final String ABSTRACTNESS_KEY = "abstractness";
/**
- * @deprecated since 4.0
+ * @deprecated since 3.7.1
*/
@Deprecated
public static final Metric ABSTRACTNESS = new Metric.Builder(ABSTRACTNESS_KEY, "Abstractness", Metric.ValueType.PERCENT)
.create();
/**
- * @deprecated since 4.0
+ * @deprecated since 3.7.1
*/
@Deprecated
public static final String INSTABILITY_KEY = "instability";
/**
- * @deprecated since 4.0
+ * @deprecated since 3.7.1
*/
@Deprecated
public static final Metric INSTABILITY = new Metric.Builder(INSTABILITY_KEY, "Instability", Metric.ValueType.PERCENT)
.create();
/**
- * @deprecated since 4.0
+ * @deprecated since 3.7.1
*/
@Deprecated
public static final String DISTANCE_KEY = "distance";
/**
- * @deprecated since 4.0
+ * @deprecated since 3.7.1
*/
@Deprecated
public static final Metric DISTANCE = new Metric.Builder(DISTANCE_KEY, "Distance", Metric.ValueType.FLOAT)
.create();
/**
- * @deprecated since 4.0
+ * @deprecated since 3.7.1
*/
@Deprecated
public static final String AFFERENT_COUPLINGS_KEY = "ca";
/**
- * @deprecated since 4.0
+ * @deprecated since 3.7.1
*/
@Deprecated
public static final Metric AFFERENT_COUPLINGS = new Metric.Builder(AFFERENT_COUPLINGS_KEY, "Afferent couplings", Metric.ValueType.INT)
.create();
/**
- * @deprecated since 4.0
+ * @deprecated since 3.7.1
*/
@Deprecated
public static final String EFFERENT_COUPLINGS_KEY = "ce";
/**
- * @deprecated since 4.0
+ * @deprecated since 3.7.1
*/
@Deprecated
public static final Metric EFFERENT_COUPLINGS = new Metric.Builder(EFFERENT_COUPLINGS_KEY, "Efferent couplings", Metric.ValueType.INT)