Class DoubleLengthPcsSorterTests.SorterBuilderInput
Inheritance
System.Object
DoubleLengthPcsSorterTests.SorterBuilderInput
Implements
System.IEquatable<DoubleLengthPcsSorterTests.SorterBuilderInput>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MoreStructures.Tests.SuffixArrays.CyclicShifts
Assembly: MoreStructures.Tests.dll
Syntax
public sealed class SorterBuilderInput : IEquatable<DoubleLengthPcsSorterTests.SorterBuilderInput>
Constructors
| Improve this Doc View SourceSorterBuilderInput(String, Int32, Int32[], Int32[], Boolean)
Declaration
public SorterBuilderInput(string Input, int PcsLength, int[] Order, int[] EqClasses, bool InputWithTerminator)
Parameters
Type | Name | Description |
---|---|---|
System.String | Input | |
System.Int32 | PcsLength | |
System.Int32[] | Order | |
System.Int32[] | EqClasses | |
System.Boolean | InputWithTerminator |
Properties
| Improve this Doc View SourceEqClasses
Declaration
public int[] EqClasses { get; set; }
Property Value
Type | Description |
---|---|
System.Int32[] |
Input
Declaration
public string Input { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InputWithTerminator
Declaration
public bool InputWithTerminator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Order
Declaration
public int[] Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32[] |
PcsLength
Declaration
public int PcsLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>