Package 

Interface SegRPSTN

  • All Implemented Interfaces:
    org.veupathdb.lib.blast.common.fields.Seg , org.veupathdb.lib.blast.serial.BlastField

    
    public interface SegRPSTN
     implements Seg
                        

    -seg <String>

    Filter query sequence with SEG (Format: 'yes', 'window locut hicut', or 'no' to disable)

    Default = no

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class SegRPSTN.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean getIsYes() Indicates whether this SEG value equals "yes".
      abstract Boolean getIsNo() Indicates whether this SEG value equals "no".
      abstract Integer getWindow() SEG windowDefault = 12
      abstract Double getLocut() SEG locutDefault = 2.2
      abstract Double getHicut() SEG hicutDefault = 2.5
      abstract Boolean getIsDefault() Indicates whether the field is currently set to its default value.
      abstract String getName() The name of this field.
      • Methods inherited from class org.veupathdb.lib.blast.common.fields.Seg

        appendCliParts, appendCliSegment, appendJson, toJson
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait