Interface Institution

  • All Known Implementing Classes:
    InstitutionImpl

    public interface Institution
    Interface to access the metadata of an institution (university, institute, etc.).
    • Method Detail

      • getFullText

        String getFullText()
        The full text of the institution
        Returns:
      • getName

        String getName()
        The name of the institution
        Returns:
      • getSubName

        String getSubName()
        The name of the department, laboratory, group
        Returns:
      • getAddress

        String getAddress()
        The name of the institution
        Returns:
      • getState

        String getState()
        The state of the institution
        Returns:
      • getCity

        String getCity()
        The city of the institution
        Returns:
      • asString

        String asString​(boolean compactOutput)
        String representation of the object
        Returns: