Package edu.upf.taln.dri.lib.model.ext
Interface Institution
-
- All Known Implementing Classes:
InstitutionImpl
public interface Institution
Interface to access the metadata of an institution (university, institute, etc.).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
asString(boolean compactOutput)
String representation of the objectString
getAddress()
The name of the institutionString
getCity()
The city of the institutionString
getFullText()
The full text of the institutionString
getName()
The name of the institutionString
getState()
The state of the institutionString
getSubName()
The name of the department, laboratory, group
-
-
-
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:
-
-