Uses of Class
pl.poznan.put.rna.InteractionType
-
Packages that use InteractionType Package Description pl.poznan.put.rna pl.poznan.put.structure Package contains classes useful in describing secondary structure (base pairs, helices, etc.) -
-
Uses of InteractionType in pl.poznan.put.rna
Subclasses of InteractionType in pl.poznan.put.rna Modifier and Type Class Description classImmutableInteractionTypeImmutable implementation ofInteractionType.Fields in pl.poznan.put.rna declared as InteractionType Modifier and Type Field Description static InteractionTypeInteractionType. BASE_BASEA base-base interaction, base pair.static InteractionTypeInteractionType. BASE_BASE_1HA weak base-base interaction, based on a single hydrogen bond only.static InteractionTypeInteractionType. BASE_PHOSPHATEA base-phosphate interaction (seeBPh).static InteractionTypeInteractionType. BASE_RIBOSEA base-ribose interaction (seeBR).static InteractionTypeInteractionType. OTHERAnother interaction type.static InteractionTypeInteractionType. STACKINGA stacking interaction.static InteractionTypeInteractionType. SUGAR_SUGARA ribose-ribose interaction.Methods in pl.poznan.put.rna that return InteractionType Modifier and Type Method Description InteractionTypeInteractionType. invert()Methods in pl.poznan.put.rna with parameters of type InteractionType Modifier and Type Method Description intInteractionType. compareTo(InteractionType t)static ImmutableInteractionTypeImmutableInteractionType. copyOf(InteractionType instance)Creates an immutable copy of aInteractionTypevalue.ImmutableInteractionType.BuilderImmutableInteractionType.Builder. from(InteractionType instance)Fill a builder with attribute values from the providedInteractionTypeinstance. -
Uses of InteractionType in pl.poznan.put.structure
Methods in pl.poznan.put.structure that return InteractionType Modifier and Type Method Description InteractionTypeAnalyzedBasePair. interactionType()default InteractionTypeClassifiedBasePair. interactionType()InteractionTypeImmutableAnalyzedBasePair. interactionType()InteractionTypeImmutableQuantifiedBasePair. interactionType()InteractionTypeQuantifiedBasePair. interactionType()Methods in pl.poznan.put.structure with parameters of type InteractionType Modifier and Type Method Description ImmutableAnalyzedBasePair.BuilderImmutableAnalyzedBasePair.Builder. interactionType(InteractionType interactionType)Initializes the value for theinteractionTypeattribute.ImmutableQuantifiedBasePair.BuilderImmutableQuantifiedBasePair.Builder. interactionType(InteractionType interactionType)Initializes the value for theinteractionTypeattribute.ImmutableAnalyzedBasePairImmutableAnalyzedBasePair. withInteractionType(InteractionType value)Copy the current immutable object by setting a value for theinteractionTypeattribute.ImmutableQuantifiedBasePairImmutableQuantifiedBasePair. withInteractionType(InteractionType value)Copy the current immutable object by setting a value for theinteractionTypeattribute.
-