Package org.biojavax

Class SimpleNote

All Implemented Interfaces:
Comparable, Changeable, Note

public class SimpleNote extends AbstractChangeable implements Note
Simple implementation of Note.
Since:
1.5
Author:
Richard Holland, George Waldon - limited firing
  • Constructor Details

    • SimpleNote

      public SimpleNote(ComparableTerm term, String value, int rank)
      Creates a new instance of SimpleNote with a given term, value and rank.
      Parameters:
      term - the term of the note. Cannot be null.
      value - the (optional) value to give it.
      rank - the rank to give it.
    • SimpleNote

      protected SimpleNote()
  • Method Details