edu.byu.ece.edif.util.jsap.commandgroups
Class JEdifDetectionSelectionCommandGroup
java.lang.Object
edu.byu.ece.edif.util.jsap.commandgroups.AbstractCommandGroup
edu.byu.ece.edif.util.jsap.commandgroups.JEdifDetectionSelectionCommandGroup
- All Implemented Interfaces:
- CommandGroup
public class JEdifDetectionSelectionCommandGroup
- extends AbstractCommandGroup
|
Method Summary |
static java.lang.String |
getClockNetName(com.martiansoftware.jsap.JSAPResult result)
|
static java.lang.String |
getDetectionPortName(com.martiansoftware.jsap.JSAPResult result)
|
static java.lang.String |
getRailTypeString(com.martiansoftware.jsap.JSAPResult result)
|
static boolean |
noDownscaleDetection(com.martiansoftware.jsap.JSAPResult result)
|
static boolean |
noObufs(com.martiansoftware.jsap.JSAPResult result)
|
static boolean |
noOregs(com.martiansoftware.jsap.JSAPResult result)
|
static boolean |
noOutputDetection(com.martiansoftware.jsap.JSAPResult result)
|
static boolean |
noUpscaleDetection(com.martiansoftware.jsap.JSAPResult result)
|
static boolean |
validateOptions(com.martiansoftware.jsap.JSAPResult result,
java.io.PrintStream err)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RAIL_TYPE
public static java.lang.String RAIL_TYPE
PORT_NAME
public static java.lang.String PORT_NAME
NO_DOWNSCALE_DETECTION
public static java.lang.String NO_DOWNSCALE_DETECTION
NO_UPSCALE_DETECTION
public static java.lang.String NO_UPSCALE_DETECTION
NO_OUTPUT_DETECTION
public static java.lang.String NO_OUTPUT_DETECTION
NO_OBUFS
public static java.lang.String NO_OBUFS
NO_OREGS
public static java.lang.String NO_OREGS
CLOCK_NET
public static java.lang.String CLOCK_NET
TRUE
public static java.lang.String TRUE
FALSE
public static java.lang.String FALSE
JEdifDetectionSelectionCommandGroup
public JEdifDetectionSelectionCommandGroup()
getRailTypeString
public static java.lang.String getRailTypeString(com.martiansoftware.jsap.JSAPResult result)
getDetectionPortName
public static java.lang.String getDetectionPortName(com.martiansoftware.jsap.JSAPResult result)
noUpscaleDetection
public static boolean noUpscaleDetection(com.martiansoftware.jsap.JSAPResult result)
noDownscaleDetection
public static boolean noDownscaleDetection(com.martiansoftware.jsap.JSAPResult result)
noOutputDetection
public static boolean noOutputDetection(com.martiansoftware.jsap.JSAPResult result)
noObufs
public static boolean noObufs(com.martiansoftware.jsap.JSAPResult result)
noOregs
public static boolean noOregs(com.martiansoftware.jsap.JSAPResult result)
getClockNetName
public static java.lang.String getClockNetName(com.martiansoftware.jsap.JSAPResult result)
validateOptions
public static boolean validateOptions(com.martiansoftware.jsap.JSAPResult result,
java.io.PrintStream err)