Uses of Class
de.folt.models.applicationmodel.termtagger.TermInternalMatch

Packages that use TermInternalMatch
de.folt.models.applicationmodel.termtagger   
 

Uses of TermInternalMatch in de.folt.models.applicationmodel.termtagger
 

Methods in de.folt.models.applicationmodel.termtagger that return types with arguments of type TermInternalMatch
 java.util.Vector<TermInternalMatch> TermTagObjectMatch.getTermInternalMatch()
           
 

Methods in de.folt.models.applicationmodel.termtagger with parameters of type TermInternalMatch
 void TermTagObjectMatch.addSorted(TermInternalMatch termInternalMatch)
           
 

Method parameters in de.folt.models.applicationmodel.termtagger with type arguments of type TermInternalMatch
 void TermTagObjectMatch.setTermInternalMatch(java.util.Vector<TermInternalMatch> termInternalMatch)