ImmutableBasePairParameters |
ImmutableBasePairParameters.Builder.build() |
|
static ImmutableBasePairParameters |
ImmutableBasePairParameters.copyOf(BasePairParameters instance) |
|
static ImmutableBasePairParameters |
ImmutableBasePairParameters.of(double shear,
double stretch,
double stagger,
Angle buckle,
Angle propeller,
Angle opening,
Angle interBaseAngle) |
Construct a new immutable BasePairParameters instance.
|
ImmutableBasePairParameters |
ImmutableBasePairParameters.withBuckle(Angle value) |
Copy the current immutable object by setting a value for the buckle attribute.
|
ImmutableBasePairParameters |
ImmutableBasePairParameters.withInterBaseAngle(Angle value) |
Copy the current immutable object by setting a value for the interBaseAngle attribute.
|
ImmutableBasePairParameters |
ImmutableBasePairParameters.withOpening(Angle value) |
Copy the current immutable object by setting a value for the opening attribute.
|
ImmutableBasePairParameters |
ImmutableBasePairParameters.withPropeller(Angle value) |
Copy the current immutable object by setting a value for the propeller attribute.
|
ImmutableBasePairParameters |
ImmutableBasePairParameters.withShear(double value) |
Copy the current immutable object by setting a value for the shear attribute.
|
ImmutableBasePairParameters |
ImmutableBasePairParameters.withStagger(double value) |
Copy the current immutable object by setting a value for the stagger attribute.
|
ImmutableBasePairParameters |
ImmutableBasePairParameters.withStretch(double value) |
Copy the current immutable object by setting a value for the stretch attribute.
|