Uses of Class
pl.poznan.put.structure.BasePair
-
Packages that use BasePair Package Description pl.poznan.put.notation A set of enums describing different notations used in structural biology.pl.poznan.put.structure Package contains classes useful in describing secondary structure (base pairs, helices, etc.) -
-
Uses of BasePair in pl.poznan.put.notation
Methods in pl.poznan.put.notation with parameters of type BasePair Modifier and Type Method Description static SaengerSaenger. assumeCanonical(BasePair basePair)Checks which one ofSaengerinstances matches a canonical base pair of provided sequence. -
Uses of BasePair in pl.poznan.put.structure
Subclasses of BasePair in pl.poznan.put.structure Modifier and Type Class Description classImmutableBasePairImmutable implementation ofBasePair.Methods in pl.poznan.put.structure that return BasePair Modifier and Type Method Description abstract BasePairAnalyzedBasePair. basePair()BasePairClassifiedBasePair. basePair()BasePairImmutableAnalyzedBasePair. basePair()BasePairImmutableQuantifiedBasePair. basePair()abstract BasePairQuantifiedBasePair. basePair()BasePairBasePair. invert()Methods in pl.poznan.put.structure with parameters of type BasePair Modifier and Type Method Description ImmutableAnalyzedBasePair.BuilderImmutableAnalyzedBasePair.Builder. basePair(BasePair basePair)Initializes the value for thebasePairattribute.ImmutableQuantifiedBasePair.BuilderImmutableQuantifiedBasePair.Builder. basePair(BasePair basePair)Initializes the value for thebasePairattribute.intBasePair. compareTo(BasePair t)static ImmutableBasePairImmutableBasePair. copyOf(BasePair instance)Creates an immutable copy of aBasePairvalue.ImmutableBasePair.BuilderImmutableBasePair.Builder. from(BasePair instance)Fill a builder with attribute values from the providedBasePairinstance.static ImmutableAnalyzedBasePairImmutableAnalyzedBasePair. of(BasePair basePair)Construct a new immutableAnalyzedBasePairinstance.static ImmutableQuantifiedBasePairImmutableQuantifiedBasePair. of(BasePair basePair, double shear, double stretch, double stagger, double buckle, double propeller, double opening)Construct a new immutableQuantifiedBasePairinstance.ImmutableAnalyzedBasePairImmutableAnalyzedBasePair. withBasePair(BasePair value)Copy the current immutable object by setting a value for thebasePairattribute.ImmutableQuantifiedBasePairImmutableQuantifiedBasePair. withBasePair(BasePair value)Copy the current immutable object by setting a value for thebasePairattribute.
-