Uses of Class
pl.poznan.put.structure.formats.MultiLineDotBracket
-
Packages that use MultiLineDotBracket Package Description pl.poznan.put.structure.formats -
-
Uses of MultiLineDotBracket in pl.poznan.put.structure.formats
Subclasses of MultiLineDotBracket in pl.poznan.put.structure.formats Modifier and Type Class Description classImmutableMultiLineDotBracketImmutable implementation ofMultiLineDotBracket.Methods in pl.poznan.put.structure.formats that return MultiLineDotBracket Modifier and Type Method Description static 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 MultiLineDotBracket Modifier and Type Method Description static ImmutableMultiLineDotBracketImmutableMultiLineDotBracket. copyOf(MultiLineDotBracket instance)Creates an immutable copy of aMultiLineDotBracketvalue.ImmutableMultiLineDotBracket.BuilderImmutableMultiLineDotBracket.Builder. from(MultiLineDotBracket instance)Fill a builder with attribute values from the providedMultiLineDotBracketinstance.
-