corpus-services  1.0
ContentData.java
Go to the documentation of this file.
1 /*
2  * To change this license header, choose License Headers in Project Properties.
3  * To change this template file, choose Tools | Templates
4  * and open the template in the editor.
5  */
6 package de.uni_hamburg.corpora;
7 
12 interface ContentData extends CorpusData{
13  // getReferencedRecordings();
14  // get Speakers
15  //get Tiers
16 }