Uses of Class
pl.poznan.put.structure.formats.BpSeq.Entry
-
Packages that use BpSeq.Entry Package Description pl.poznan.put.structure.formats pl.poznan.put.structure.pseudoknots Package contains classes that handle pseudoknots in secondary structure. -
-
Uses of BpSeq.Entry in pl.poznan.put.structure.formats
Subclasses of BpSeq.Entry in pl.poznan.put.structure.formats Modifier and Type Class Description classImmutableEntryImmutable implementation ofBpSeq.Entry.Methods in pl.poznan.put.structure.formats that return BpSeq.Entry Modifier and Type Method Description static BpSeq.EntryBpSeq.Entry. fromString(String line)Parses a string into a BPSEQ entry.Methods in pl.poznan.put.structure.formats that return types with arguments of type BpSeq.Entry Modifier and Type Method Description abstract SortedSet<BpSeq.Entry>BpSeq. entries()SortedSet<BpSeq.Entry>ImmutableBpSeq. entries()SortedSet<BpSeq.Entry>BpSeq. paired()Methods in pl.poznan.put.structure.formats with parameters of type BpSeq.Entry Modifier and Type Method Description ImmutableBpSeq.BuilderImmutableBpSeq.Builder. addEntries(BpSeq.Entry element)Adds one element toentriessortedSet.ImmutableBpSeq.BuilderImmutableBpSeq.Builder. addEntries(BpSeq.Entry... elements)Adds elements toentriessortedSet.intBpSeq.Entry. compareTo(BpSeq.Entry t)static ImmutableEntryImmutableEntry. copyOf(BpSeq.Entry instance)Creates an immutable copy of aBpSeq.Entryvalue.ImmutableEntry.BuilderImmutableEntry.Builder. from(BpSeq.Entry instance)Fill a builder with attribute values from the providedEntryinstance.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.ImmutableBpSeqImmutableBpSeq. withEntries(BpSeq.Entry... elements)Copy the current immutable object with elements that replace the content ofentries.BpSeqBpSeq. withoutPair(BpSeq.Entry 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 BpSeq.Entry Modifier and Type Method Description ImmutableBpSeq.BuilderImmutableBpSeq.Builder. addAllEntries(Iterable<? extends BpSeq.Entry> elements)Adds elements toentriessortedSet.ImmutableBpSeq.BuilderImmutableBpSeq.Builder. entries(Iterable<? extends BpSeq.Entry> elements)Sets or replaces all elements forentriessortedSet.static ImmutableBpSeqImmutableBpSeq. of(Iterable<? extends BpSeq.Entry> entries)Construct a new immutableBpSeqinstance.static ImmutableBpSeqImmutableBpSeq. of(SortedSet<BpSeq.Entry> entries)Construct a new immutableBpSeqinstance.ImmutableBpSeqImmutableBpSeq. withEntries(Iterable<? extends BpSeq.Entry> elements)Copy the current immutable object with elements that replace the content ofentries. -
Uses of BpSeq.Entry in pl.poznan.put.structure.pseudoknots
Methods in pl.poznan.put.structure.pseudoknots that return types with arguments of type BpSeq.Entry Modifier and Type Method Description List<BpSeq.Entry>ImmutableRegion. entries()abstract List<BpSeq.Entry>Region. entries()Methods in pl.poznan.put.structure.pseudoknots with parameters of type BpSeq.Entry Modifier and Type Method Description ImmutableRegion.BuilderImmutableRegion.Builder. addEntries(BpSeq.Entry element)Adds one element toentrieslist.ImmutableRegion.BuilderImmutableRegion.Builder. addEntries(BpSeq.Entry... elements)Adds elements toentrieslist.ImmutableRegionImmutableRegion. withEntries(BpSeq.Entry... elements)Copy the current immutable object with elements that replace the content ofentries.Method parameters in pl.poznan.put.structure.pseudoknots with type arguments of type BpSeq.Entry Modifier and Type Method Description ImmutableRegion.BuilderImmutableRegion.Builder. addAllEntries(Iterable<? extends BpSeq.Entry> elements)Adds elements toentrieslist.ImmutableRegion.BuilderImmutableRegion.Builder. entries(Iterable<? extends BpSeq.Entry> elements)Sets or replaces all elements forentrieslist.static ImmutableRegionImmutableRegion. of(Iterable<? extends BpSeq.Entry> entries)Construct a new immutableRegioninstance.static ImmutableRegionImmutableRegion. of(List<BpSeq.Entry> entries)Construct a new immutableRegioninstance.ImmutableRegionImmutableRegion. withEntries(Iterable<? extends BpSeq.Entry> elements)Copy the current immutable object with elements that replace the content ofentries.
-