edu.byu.ece.edif.util.jsap.commandgroups
Class JEdifSterilizeCommandGroup
java.lang.Object
edu.byu.ece.edif.util.jsap.commandgroups.AbstractCommandGroup
edu.byu.ece.edif.util.jsap.commandgroups.JEdifSterilizeCommandGroup
- All Implemented Interfaces:
- CommandGroup
public class JEdifSterilizeCommandGroup
- extends AbstractCommandGroup
|
Method Summary |
static int |
getHLConstant(com.martiansoftware.jsap.JSAPResult result)
|
static java.lang.String |
getHLPortName(com.martiansoftware.jsap.JSAPResult result)
|
static boolean |
getRemoveFMaps(com.martiansoftware.jsap.JSAPResult result)
|
static boolean |
getRemoveHL(com.martiansoftware.jsap.JSAPResult result)
|
static boolean |
getRemoveRLOCs(com.martiansoftware.jsap.JSAPResult result)
|
static boolean |
getReplaceLuts(com.martiansoftware.jsap.JSAPResult result)
|
static boolean |
hlNoTagConstant(com.martiansoftware.jsap.JSAPResult result)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_zeroOne
protected static BoundedIntegerStringParser _zeroOne
- Set := {0,1} Use for hlConst.
_remove_hl_option
protected com.martiansoftware.jsap.Switch _remove_hl_option
_hl_constant_option
protected com.martiansoftware.jsap.FlaggedOption _hl_constant_option
_hl_port_name_option
protected com.martiansoftware.jsap.FlaggedOption _hl_port_name_option
_hl_no_tag_constant
protected com.martiansoftware.jsap.Switch _hl_no_tag_constant
_remove_fmaps_option
protected com.martiansoftware.jsap.Switch _remove_fmaps_option
_replace_lut_option
protected com.martiansoftware.jsap.Switch _replace_lut_option
_remove_rlocs_option
protected com.martiansoftware.jsap.Switch _remove_rlocs_option
REMOVE_HL
public static final java.lang.String REMOVE_HL
- See Also:
- Constant Field Values
HL_CONSTANT
public static final java.lang.String HL_CONSTANT
- See Also:
- Constant Field Values
HL_PORT_NAME
public static final java.lang.String HL_PORT_NAME
- See Also:
- Constant Field Values
HL_USE_PORT
public static final java.lang.String HL_USE_PORT
- See Also:
- Constant Field Values
HL_NO_TAG_CONSTANT
public static final java.lang.String HL_NO_TAG_CONSTANT
- See Also:
- Constant Field Values
REMOVE_FMAPS
public static final java.lang.String REMOVE_FMAPS
- See Also:
- Constant Field Values
REPLACE_LUTS
public static final java.lang.String REPLACE_LUTS
- See Also:
- Constant Field Values
REMOVE_RLOCS
public static final java.lang.String REMOVE_RLOCS
- 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
JEdifSterilizeCommandGroup
public JEdifSterilizeCommandGroup()
getRemoveHL
public static boolean getRemoveHL(com.martiansoftware.jsap.JSAPResult result)
getRemoveFMaps
public static boolean getRemoveFMaps(com.martiansoftware.jsap.JSAPResult result)
getReplaceLuts
public static boolean getReplaceLuts(com.martiansoftware.jsap.JSAPResult result)
getRemoveRLOCs
public static boolean getRemoveRLOCs(com.martiansoftware.jsap.JSAPResult result)
getHLConstant
public static int getHLConstant(com.martiansoftware.jsap.JSAPResult result)
getHLPortName
public static java.lang.String getHLPortName(com.martiansoftware.jsap.JSAPResult result)
hlNoTagConstant
public static boolean hlNoTagConstant(com.martiansoftware.jsap.JSAPResult result)