Class Citation


  • public class Citation
    extends Object
    A generated citation that can be put into the text
    Author:
    Michel Kraemer
    • Constructor Detail

      • Citation

        public Citation​(int index,
                        String text)
    • Method Detail

      • getIndex

        public int getIndex()
        Returns:
        the citation's index
      • getText

        public String getText()
        Returns:
        the citation's text
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object