Class Citation


  • public final class Citation
    extends java.lang.Object
    • Method Detail

      • getPage

        public java.util.Optional<CitationPage> getPage()
      • getReferenceText

        public java.util.Optional<java.lang.String> getReferenceText()
        Returns:
        The text that was referenced
      • getPolygon

        public java.util.Optional<java.util.List<Polygon>> getPolygon()
        Returns:
        Array of points defining the polygon around the referenced text
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object