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 MultiLineDotBracketMultiLineDotBracket.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 ImmutableMultiLineDotBracketImmutableMultiLineDotBracket.copyOf(MultiLineDotBracket instance) Creates an immutable copy of aMultiLineDotBracketvalue.ImmutableMultiLineDotBracket.Builder.from(MultiLineDotBracket instance) Fill a builder with attribute values from the providedMultiLineDotBracketinstance.