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 aOptions
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.boolean
Returns the value of theincludeError
record component.boolean
Returns the value of theincludeExcluded
record component.boolean
Returns the value of theincludeFiller
record component.boolean
Returns the value of theincludeFrag
record component.boolean
Returns the value of theincludeNonword
record component.boolean
Returns the value of theincludeOmitted
record component.boolean
Returns the value of theincludeRetraced
record component.boolean
Returns the value of theincludeWWW
record component.boolean
Returns the value of theincludeXXX
record component.boolean
Returns the value of theincludeYYY
record component.final String
toString()
Returns a string representation of this record class.boolean
Returns the value of theuseReplacement
record 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 aOptions
record class.- Parameters:
includeXXX
- the value for theincludeXXX
record componentincludeYYY
- the value for theincludeYYY
record componentincludeWWW
- the value for theincludeWWW
record componentincludeOmitted
- the value for theincludeOmitted
record componentincludeFrag
- the value for theincludeFrag
record componentincludeNonword
- the value for theincludeNonword
record componentincludeFiller
- the value for theincludeFiller
record componentuseReplacement
- the value for theuseReplacement
record componentincludeExcluded
- the value for theincludeExcluded
record componentincludeRetraced
- the value for theincludeRetraced
record componentincludeError
- the value for theincludeError
record 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 thecompare
method from their corresponding wrapper classes. -
includeXXX
public boolean includeXXX()Returns the value of theincludeXXX
record component.- Returns:
- the value of the
includeXXX
record component
-
includeYYY
public boolean includeYYY()Returns the value of theincludeYYY
record component.- Returns:
- the value of the
includeYYY
record component
-
includeWWW
public boolean includeWWW()Returns the value of theincludeWWW
record component.- Returns:
- the value of the
includeWWW
record component
-
includeOmitted
public boolean includeOmitted()Returns the value of theincludeOmitted
record component.- Returns:
- the value of the
includeOmitted
record component
-
includeFrag
public boolean includeFrag()Returns the value of theincludeFrag
record component.- Returns:
- the value of the
includeFrag
record component
-
includeNonword
public boolean includeNonword()Returns the value of theincludeNonword
record component.- Returns:
- the value of the
includeNonword
record component
-
includeFiller
public boolean includeFiller()Returns the value of theincludeFiller
record component.- Returns:
- the value of the
includeFiller
record component
-
useReplacement
public boolean useReplacement()Returns the value of theuseReplacement
record component.- Returns:
- the value of the
useReplacement
record component
-
includeExcluded
public boolean includeExcluded()Returns the value of theincludeExcluded
record component.- Returns:
- the value of the
includeExcluded
record component
-
includeRetraced
public boolean includeRetraced()Returns the value of theincludeRetraced
record component.- Returns:
- the value of the
includeRetraced
record component
-
includeError
public boolean includeError()Returns the value of theincludeError
record component.- Returns:
- the value of the
includeError
record component
-