privatestaticfinalStringDESCRIPTION="Which bus detection algorithm to use. Use 'no-bus' to skip bus detection, 'fix-point' for using the fix-point algorithm, and 'top-k' for selecting the K top-nodes. [DEFAULT=no-bus].";
privatestaticfinalStringDESCRIPTION="Which bus detection algorithm to use. Use 'no-bus' to skip bus detection, 'fix-point' for using the fixed-point algorithm, and 'top-k' for selecting the K top-nodes. [DEFAULT=no-bus].";
/** Short option name. */
/** Short option name. */
privatestaticfinalCharacterCMD_SHORT=null;
privatestaticfinalCharacterCMD_SHORT=null;
...
@@ -54,7 +54,7 @@ public class DsmBusDetectionAlgorithmOption extends EnumOption<BusDetectionAlgor
...
@@ -54,7 +54,7 @@ public class DsmBusDetectionAlgorithmOption extends EnumOption<BusDetectionAlgor