Interface ReferencesSources

All Known Implementing Classes:
Conclusion, Document, Event, EventRole, Fact, Field, FieldValue, Gender, Name, Person, PlaceDescription, Relationship, SourceDescription, Subject

public interface ReferencesSources
Conclusion data that references sources.
Author:
Ryan Heaton
  • Method Summary

    Modifier and Type
    Method
    Description
    The references to the sources of a conclusion resource.
    void
    The references to the sources of a conclusion resource.
  • Method Details

    • getSources

      List<SourceReference> getSources()
      The references to the sources of a conclusion resource.
      Returns:
      The references to the sources of a conclusion resource.
    • setSources

      void setSources(List<SourceReference> notes)
      The references to the sources of a conclusion resource.
      Parameters:
      notes - The references to the sources of a conclusion resource.