ImmutableStrandView.Builder |
ImmutableStrandView.Builder.addAllCombineStrands(Iterable<? extends DotBracket> elements) |
|
ImmutableStrandView.Builder |
ImmutableStrandView.Builder.addCombineStrands(DotBracket element) |
|
ImmutableStrandView.Builder |
ImmutableStrandView.Builder.addCombineStrands(DotBracket... elements) |
|
ImmutableStrandView.Builder |
ImmutableStrandView.Builder.begin(int begin) |
Initializes the value for the begin attribute.
|
static ImmutableStrandView.Builder |
ImmutableStrandView.builder() |
|
ImmutableStrandView.Builder |
ImmutableStrandView.Builder.combineStrands(Iterable<? extends DotBracket> elements) |
|
ImmutableStrandView.Builder |
ImmutableStrandView.Builder.end(int end) |
Initializes the value for the end attribute.
|
ImmutableStrandView.Builder |
ImmutableStrandView.Builder.from(DotBracket instance) |
Fill a builder with attribute values from the provided pl.poznan.put.structure.formats.DotBracket instance.
|
ImmutableStrandView.Builder |
ImmutableStrandView.Builder.from(Strand instance) |
Fill a builder with attribute values from the provided pl.poznan.put.structure.formats.Strand instance.
|
ImmutableStrandView.Builder |
ImmutableStrandView.Builder.from(StrandView instance) |
Fill a builder with attribute values from the provided pl.poznan.put.structure.formats.StrandView instance.
|
ImmutableStrandView.Builder |
ImmutableStrandView.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableStrandView.Builder |
ImmutableStrandView.Builder.parent(DotBracket parent) |
Initializes the value for the parent attribute.
|