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
ConstructorsConstructorDescriptionOptions(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 aOptionsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanReturns the value of theincludeErrorrecord component.booleanReturns the value of theincludeExcludedrecord component.booleanReturns the value of theincludeFillerrecord component.booleanReturns the value of theincludeFragrecord component.booleanReturns the value of theincludeNonwordrecord component.booleanReturns the value of theincludeOmittedrecord component.booleanReturns the value of theincludeRetracedrecord component.booleanReturns the value of theincludeWWWrecord component.booleanReturns the value of theincludeXXXrecord component.booleanReturns the value of theincludeYYYrecord component.final StringtoString()Returns a string representation of this record class.booleanReturns the value of theuseReplacementrecord component.
-
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 aOptionsrecord class.- Parameters:
includeXXX- the value for theincludeXXXrecord componentincludeYYY- the value for theincludeYYYrecord componentincludeWWW- the value for theincludeWWWrecord componentincludeOmitted- the value for theincludeOmittedrecord componentincludeFrag- the value for theincludeFragrecord componentincludeNonword- the value for theincludeNonwordrecord componentincludeFiller- the value for theincludeFillerrecord componentuseReplacement- the value for theuseReplacementrecord componentincludeExcluded- the value for theincludeExcludedrecord componentincludeRetraced- the value for theincludeRetracedrecord componentincludeError- the value for theincludeErrorrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
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 thecomparemethod from their corresponding wrapper classes. -
includeXXX
public boolean includeXXX()Returns the value of theincludeXXXrecord component.- Returns:
- the value of the
includeXXXrecord component
-
includeYYY
public boolean includeYYY()Returns the value of theincludeYYYrecord component.- Returns:
- the value of the
includeYYYrecord component
-
includeWWW
public boolean includeWWW()Returns the value of theincludeWWWrecord component.- Returns:
- the value of the
includeWWWrecord component
-
includeOmitted
public boolean includeOmitted()Returns the value of theincludeOmittedrecord component.- Returns:
- the value of the
includeOmittedrecord component
-
includeFrag
public boolean includeFrag()Returns the value of theincludeFragrecord component.- Returns:
- the value of the
includeFragrecord component
-
includeNonword
public boolean includeNonword()Returns the value of theincludeNonwordrecord component.- Returns:
- the value of the
includeNonwordrecord component
-
includeFiller
public boolean includeFiller()Returns the value of theincludeFillerrecord component.- Returns:
- the value of the
includeFillerrecord component
-
useReplacement
public boolean useReplacement()Returns the value of theuseReplacementrecord component.- Returns:
- the value of the
useReplacementrecord component
-
includeExcluded
public boolean includeExcluded()Returns the value of theincludeExcludedrecord component.- Returns:
- the value of the
includeExcludedrecord component
-
includeRetraced
public boolean includeRetraced()Returns the value of theincludeRetracedrecord component.- Returns:
- the value of the
includeRetracedrecord component
-
includeError
public boolean includeError()Returns the value of theincludeErrorrecord component.- Returns:
- the value of the
includeErrorrecord component
-