Class GFF3Record.Impl

    • Constructor Detail

      • Impl

        public Impl()
    • Method Detail

      • setSequenceID

        public void setSequenceID​(java.lang.String sequenceID)
      • setSource

        public void setSource​(Term source)
      • setType

        public void setType​(Term type)
      • setStart

        public void setStart​(int start)
      • setEnd

        public void setEnd​(int end)
      • setScore

        public void setScore​(double score)
      • setPhase

        public void setPhase​(int phase)
      • getAnnotation

        public Annotation getAnnotation()
        Description copied from interface: Annotatable
        Should return the associated annotation object.
        Specified by:
        getAnnotation in interface Annotatable
        Returns:
        an Annotation object, never null