edu.byu.ece.edif.util.jsap.commandgroups
Class JEdifAnalyzeCommandGroup
java.lang.Object
edu.byu.ece.edif.util.jsap.commandgroups.AbstractCommandGroup
edu.byu.ece.edif.util.jsap.commandgroups.JEdifAnalyzeCommandGroup
- All Implemented Interfaces:
- CommandGroup
public class JEdifAnalyzeCommandGroup
- extends AbstractCommandGroup
|
Field Summary |
static java.lang.String |
FALSE
|
static java.lang.String |
NO_IOB_FB
|
static java.lang.String |
OUTPUT_OPTION
Remove IOBs from feedback (Don't count as feedback) |
static java.lang.String |
TRUE
|
static java.lang.String |
USE_BAD_CUT_CONN
|
|
Method Summary |
static boolean |
badCutConn(com.martiansoftware.jsap.JSAPResult result)
|
static java.lang.String |
getOutputFilename(com.martiansoftware.jsap.JSAPResult result)
|
static boolean |
noIOBFB(com.martiansoftware.jsap.JSAPResult result)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OUTPUT_OPTION
public static final java.lang.String OUTPUT_OPTION
- Remove IOBs from feedback (Don't count as feedback)
- See Also:
- Constant Field Values
NO_IOB_FB
public static final java.lang.String NO_IOB_FB
- See Also:
- Constant Field Values
USE_BAD_CUT_CONN
public static final java.lang.String USE_BAD_CUT_CONN
- See Also:
- Constant Field Values
FALSE
public static final java.lang.String FALSE
- See Also:
- Constant Field Values
TRUE
public static final java.lang.String TRUE
- See Also:
- Constant Field Values
JEdifAnalyzeCommandGroup
public JEdifAnalyzeCommandGroup()
badCutConn
public static boolean badCutConn(com.martiansoftware.jsap.JSAPResult result)
noIOBFB
public static boolean noIOBFB(com.martiansoftware.jsap.JSAPResult result)
getOutputFilename
public static java.lang.String getOutputFilename(com.martiansoftware.jsap.JSAPResult result)