ImmutableDefaultDotBracket |
ImmutableDefaultDotBracket.Builder.build() |
|
static ImmutableDefaultDotBracket |
ImmutableDefaultDotBracket.copyOf(DefaultDotBracket instance) |
|
static ImmutableDefaultDotBracket |
ImmutableDefaultDotBracket.of(String sequence,
String structure) |
Construct a new immutable DefaultDotBracket instance.
|
ImmutableDefaultDotBracket |
ImmutableDefaultDotBracket.withSequence(String value) |
Copy the current immutable object by setting a value for the sequence attribute.
|
ImmutableDefaultDotBracket |
ImmutableDefaultDotBracket.withStrands(Iterable<? extends Strand> elements) |
Copy the current immutable object with elements that replace the content of strands.
|
ImmutableDefaultDotBracket |
ImmutableDefaultDotBracket.withStrands(Strand... elements) |
Copy the current immutable object with elements that replace the content of strands.
|
ImmutableDefaultDotBracket |
ImmutableDefaultDotBracket.withStructure(String value) |
Copy the current immutable object by setting a value for the structure attribute.
|