Uses of Class
pl.poznan.put.structure.formats.ImmutableStrandView.Builder
Packages that use ImmutableStrandView.Builder
-
Uses of ImmutableStrandView.Builder in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableStrandView.BuilderModifier and TypeMethodDescriptionImmutableStrandView.Builder.addAllCombineStrands
(Iterable<? extends DotBracket> elements) Adds elements tocombineStrands
list.ImmutableStrandView.Builder.addCombineStrands
(DotBracket element) Adds one element tocombineStrands
list.ImmutableStrandView.Builder.addCombineStrands
(DotBracket... elements) Adds elements tocombineStrands
list.ImmutableStrandView.Builder.begin
(int begin) Initializes the value for thebegin
attribute.static ImmutableStrandView.Builder
ImmutableStrandView.builder()
Creates a builder forImmutableStrandView
.ImmutableStrandView.Builder.combineStrands
(Iterable<? extends DotBracket> elements) Sets or replaces all elements forcombineStrands
list.ImmutableStrandView.Builder.end
(int end) Initializes the value for theend
attribute.ImmutableStrandView.Builder.from
(DotBracket instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.DotBracket
instance.Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.Strand
instance.ImmutableStrandView.Builder.from
(StrandView instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.StrandView
instance.Initializes the value for thename
attribute.ImmutableStrandView.Builder.parent
(DotBracket parent) Initializes the value for theparent
attribute.