Uses of Class
pl.poznan.put.structure.formats.Ct.ExtendedEntry
-
Packages that use Ct.ExtendedEntry Package Description pl.poznan.put.structure.formats -
-
Uses of Ct.ExtendedEntry in pl.poznan.put.structure.formats
Subclasses of Ct.ExtendedEntry in pl.poznan.put.structure.formats Modifier and Type Class Description classImmutableExtendedEntryImmutable implementation ofCt.ExtendedEntry.Methods in pl.poznan.put.structure.formats that return Ct.ExtendedEntry Modifier and Type Method Description static Ct.ExtendedEntryCt.ExtendedEntry. fromDotBracketSymbol(DotBracket dotBracket, List<DotBracketSymbol> symbols, int i)Converts a dot-bracket symbol into an instance of this class.static Ct.ExtendedEntryCt.ExtendedEntry. fromEntry(BpSeq.Entry entry)Converts a BPSEQ entry into an instance of this class.static Ct.ExtendedEntryCt.ExtendedEntry. fromEntryAndPdbResidue(BpSeq.Entry entry, ChainNumberICode residue, PdbModel model)Converts a BPSEQ entry into an instance of this class using information from a parsed 3D data.static Ct.ExtendedEntryCt.ExtendedEntry. fromString(String line)Creates an instance from a string in format: int string int int int int.Methods in pl.poznan.put.structure.formats that return types with arguments of type Ct.ExtendedEntry Modifier and Type Method Description abstract SortedSet<Ct.ExtendedEntry>Ct. entries()SortedSet<Ct.ExtendedEntry>ImmutableCt. entries()Methods in pl.poznan.put.structure.formats with parameters of type Ct.ExtendedEntry Modifier and Type Method Description ImmutableCt.BuilderImmutableCt.Builder. addEntries(Ct.ExtendedEntry element)Adds one element toentriessortedSet.ImmutableCt.BuilderImmutableCt.Builder. addEntries(Ct.ExtendedEntry... elements)Adds elements toentriessortedSet.intCt.ExtendedEntry. compareTo(Ct.ExtendedEntry t)static ImmutableExtendedEntryImmutableExtendedEntry. copyOf(Ct.ExtendedEntry instance)Creates an immutable copy of aCt.ExtendedEntryvalue.ImmutableExtendedEntry.BuilderImmutableExtendedEntry.Builder. from(Ct.ExtendedEntry instance)Fill a builder with attribute values from the providedExtendedEntryinstance.ImmutableCtImmutableCt. withEntries(Ct.ExtendedEntry... elements)Copy the current immutable object with elements that replace the content ofentries.CtCt. withoutPair(Ct.ExtendedEntry entry)Creates a copy of this instance, but with the given pair removed.Method parameters in pl.poznan.put.structure.formats with type arguments of type Ct.ExtendedEntry Modifier and Type Method Description ImmutableCt.BuilderImmutableCt.Builder. addAllEntries(Iterable<? extends Ct.ExtendedEntry> elements)Adds elements toentriessortedSet.ImmutableCt.BuilderImmutableCt.Builder. entries(Iterable<? extends Ct.ExtendedEntry> elements)Sets or replaces all elements forentriessortedSet.static ImmutableCtImmutableCt. of(Iterable<? extends Ct.ExtendedEntry> entries)Construct a new immutableCtinstance.static ImmutableCtImmutableCt. of(SortedSet<Ct.ExtendedEntry> entries)Construct a new immutableCtinstance.ImmutableCtImmutableCt. withEntries(Iterable<? extends Ct.ExtendedEntry> elements)Copy the current immutable object with elements that replace the content ofentries.
-