Class QuantifiedBasePair

    • Constructor Detail

      • QuantifiedBasePair

        public QuantifiedBasePair()
    • Method Detail

      • basePair

        @Parameter(order=1)
        public abstract BasePair basePair()
        Specified by:
        basePair in interface ClassifiedBasePair
        Returns:
        The pair of nucleotides which interact.
      • bph

        @Default
        public BPh bph()
        Specified by:
        bph in interface ClassifiedBasePair
        Returns:
        The classification of base-phosphate interaction (if applicable).
      • br

        @Default
        public BR br()
        Specified by:
        br in interface ClassifiedBasePair
        Returns:
        The classification of base-ribose interaction (if applicable).
      • isRepresented

        @Default
        @Auxiliary
        public boolean isRepresented()
        Specified by:
        isRepresented in interface ClassifiedBasePair
        Returns:
        True if this interaction is represented in secondary structure.
      • shear

        @Parameter(order=2)
        @Auxiliary
        public abstract double shear()
        Returns:
        The value of shear parameter.
      • stretch

        @Parameter(order=3)
        @Auxiliary
        public abstract double stretch()
        Returns:
        The value of stretch parameter.
      • stagger

        @Parameter(order=4)
        @Auxiliary
        public abstract double stagger()
        Returns:
        The value of stagger parameter.
      • buckle

        @Parameter(order=5)
        @Auxiliary
        public abstract double buckle()
        Returns:
        The value of buckle parameter.
      • propeller

        @Parameter(order=6)
        @Auxiliary
        public abstract double propeller()
        Returns:
        The value of propeller parameter.
      • opening

        @Parameter(order=7)
        @Auxiliary
        public abstract double opening()
        Returns:
        The value of opening parameter.