Class AnalyzedBasePair

    • Constructor Detail

      • AnalyzedBasePair

        public AnalyzedBasePair()
    • 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

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

        public final Boolean getIsRepresented()
        Returns the value of isRepresented(), but this naming is required by Spring.
        Returns:
        The value of isRepresented();