static ImmutableInteractionType.Builder |
ImmutableInteractionType.builder() |
|
ImmutableInteractionType.Builder |
ImmutableInteractionType.Builder.description(String description) |
|
ImmutableInteractionType.Builder |
ImmutableInteractionType.Builder.from(InteractionType instance) |
Fill a builder with attribute values from the provided InteractionType instance.
|
ImmutableInteractionType.Builder |
ImmutableInteractionType.Builder.isPairing(boolean isPairing) |
Initializes the value for the isPairing attribute.
|
ImmutableInteractionType.Builder |
ImmutableInteractionType.Builder.left(NucleotideComponentType left) |
Initializes the value for the left attribute.
|
ImmutableInteractionType.Builder |
ImmutableInteractionType.Builder.right(NucleotideComponentType right) |
Initializes the value for the right attribute.
|