Record Class OrthographyTierElementFilter.Options

java.lang.Object
java.lang.Record
ca.phon.session.alignment.OrthographyTierElementFilter.Options
Enclosing class:
OrthographyTierElementFilter

public static record OrthographyTierElementFilter.Options(boolean includeXXX, boolean includeYYY, boolean includeWWW, boolean includeOmitted, boolean includeFrag, boolean includeNonword, boolean includeFiller, boolean useReplacement, boolean includeExcluded, boolean includeRetraced, boolean includeError) extends Record
  • Constructor Summary

    Constructors
    Constructor
    Description
    Options(boolean includeXXX, boolean includeYYY, boolean includeWWW, boolean includeOmitted, boolean includeFrag, boolean includeNonword, boolean includeFiller, boolean useReplacement, boolean includeExcluded, boolean includeRetraced, boolean includeError)
    Creates an instance of a Options record class.
  • Method Summary

    Modifier and Type
    Method
    Description
    final boolean
    Indicates whether some other object is "equal to" this one.
    final int
    Returns a hash code value for this object.
    boolean
    Returns the value of the includeError record component.
    boolean
    Returns the value of the includeExcluded record component.
    boolean
    Returns the value of the includeFiller record component.
    boolean
    Returns the value of the includeFrag record component.
    boolean
    Returns the value of the includeNonword record component.
    boolean
    Returns the value of the includeOmitted record component.
    boolean
    Returns the value of the includeRetraced record component.
    boolean
    Returns the value of the includeWWW record component.
    boolean
    Returns the value of the includeXXX record component.
    boolean
    Returns the value of the includeYYY record component.
    final String
    Returns a string representation of this record class.
    boolean
    Returns the value of the useReplacement record component.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Options

      public Options(boolean includeXXX, boolean includeYYY, boolean includeWWW, boolean includeOmitted, boolean includeFrag, boolean includeNonword, boolean includeFiller, boolean useReplacement, boolean includeExcluded, boolean includeRetraced, boolean includeError)
      Creates an instance of a Options record class.
      Parameters:
      includeXXX - the value for the includeXXX record component
      includeYYY - the value for the includeYYY record component
      includeWWW - the value for the includeWWW record component
      includeOmitted - the value for the includeOmitted record component
      includeFrag - the value for the includeFrag record component
      includeNonword - the value for the includeNonword record component
      includeFiller - the value for the includeFiller record component
      useReplacement - the value for the useReplacement record component
      includeExcluded - the value for the includeExcluded record component
      includeRetraced - the value for the includeRetraced record component
      includeError - the value for the includeError record component
  • Method Details

    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with the compare method from their corresponding wrapper classes.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • includeXXX

      public boolean includeXXX()
      Returns the value of the includeXXX record component.
      Returns:
      the value of the includeXXX record component
    • includeYYY

      public boolean includeYYY()
      Returns the value of the includeYYY record component.
      Returns:
      the value of the includeYYY record component
    • includeWWW

      public boolean includeWWW()
      Returns the value of the includeWWW record component.
      Returns:
      the value of the includeWWW record component
    • includeOmitted

      public boolean includeOmitted()
      Returns the value of the includeOmitted record component.
      Returns:
      the value of the includeOmitted record component
    • includeFrag

      public boolean includeFrag()
      Returns the value of the includeFrag record component.
      Returns:
      the value of the includeFrag record component
    • includeNonword

      public boolean includeNonword()
      Returns the value of the includeNonword record component.
      Returns:
      the value of the includeNonword record component
    • includeFiller

      public boolean includeFiller()
      Returns the value of the includeFiller record component.
      Returns:
      the value of the includeFiller record component
    • useReplacement

      public boolean useReplacement()
      Returns the value of the useReplacement record component.
      Returns:
      the value of the useReplacement record component
    • includeExcluded

      public boolean includeExcluded()
      Returns the value of the includeExcluded record component.
      Returns:
      the value of the includeExcluded record component
    • includeRetraced

      public boolean includeRetraced()
      Returns the value of the includeRetraced record component.
      Returns:
      the value of the includeRetraced record component
    • includeError

      public boolean includeError()
      Returns the value of the includeError record component.
      Returns:
      the value of the includeError record component