corpus-services  1.0
Formatter.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.visualization;
7 
9 import java.util.Collection;
10 
25 public class Formatter {
26 
27  public Collection<CorpusData> IsUsableFor() {
28  throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
29  }
30 
31 
32 }
Collection< CorpusData > IsUsableFor()
Definition: Formatter.java:27