csli.dialog.app.calo.main.services
Interface KBService

All Superinterfaces:
Service
All Known Implementing Classes:
KBServiceImpl

public interface KBService
extends Service

A service which may be used for debugging and monitoring the status of the CSLI KB.


Method Summary
 Set<String> listCorpora()
          List the set of corpora for which some data is available.
 Set<String> listMeetings(String corpusId)
          List the meetings from the specified corpus for which some data is available.
 Set<String> listPeople(String corpusId)
          List the people who participated in some way in the specified corpus.
 void reinit()
          Reinit the KB service, now that new meetings have been imported.
 
Methods inherited from interface csli.dialog.app.calo.main.Service
getGui, getTitle, isServiceAlive
 

Method Detail

listCorpora

Set<String> listCorpora()
List the set of corpora for which some data is available.

Returns:

listMeetings

Set<String> listMeetings(String corpusId)
List the meetings from the specified corpus for which some data is available.

Parameters:
corpusId -
Returns:

listPeople

Set<String> listPeople(String corpusId)
List the people who participated in some way in the specified corpus.

Parameters:
corpusId -
Returns:

reinit

void reinit()
Reinit the KB service, now that new meetings have been imported.