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 tocombineStrandslist.ImmutableStrandView.Builder.addCombineStrands(DotBracket element) Adds one element tocombineStrandslist.ImmutableStrandView.Builder.addCombineStrands(DotBracket... elements) Adds elements tocombineStrandslist.ImmutableStrandView.Builder.begin(int begin) Initializes the value for thebeginattribute.static ImmutableStrandView.BuilderImmutableStrandView.builder()Creates a builder forImmutableStrandView.ImmutableStrandView.Builder.combineStrands(Iterable<? extends DotBracket> elements) Sets or replaces all elements forcombineStrandslist.ImmutableStrandView.Builder.end(int end) Initializes the value for theendattribute.ImmutableStrandView.Builder.from(DotBracket instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.DotBracketinstance.Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.Strandinstance.ImmutableStrandView.Builder.from(StrandView instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.StrandViewinstance.Initializes the value for thenameattribute.ImmutableStrandView.Builder.parent(DotBracket parent) Initializes the value for theparentattribute.