Uses of Class
pl.poznan.put.structure.formats.MultiLineDotBracket
Packages that use MultiLineDotBracket
-
Uses of MultiLineDotBracket in pl.poznan.put.structure.formats
Subclasses of MultiLineDotBracket in pl.poznan.put.structure.formatsMethods in pl.poznan.put.structure.formats that return MultiLineDotBracketModifier and TypeMethodDescriptionstatic MultiLineDotBracket
MultiLineDotBracket.fromString
(String input) Creates an instance by reading a set of lines in dot-bracket notation.Methods in pl.poznan.put.structure.formats with parameters of type MultiLineDotBracketModifier and TypeMethodDescriptionstatic ImmutableMultiLineDotBracket
ImmutableMultiLineDotBracket.copyOf
(MultiLineDotBracket instance) Creates an immutable copy of aMultiLineDotBracket
value.ImmutableMultiLineDotBracket.Builder.from
(MultiLineDotBracket instance) Fill a builder with attribute values from the providedMultiLineDotBracket
instance.