Project

General

Profile

task #8162

Updated by Andreas Müller about 5 years ago

This means moving the following model classes: 

 * DefinedTerm 
 * DefinedTermBase 
 * OrderedTerm 
 * OrderedTermBase 
 * OrderedTermVocabulary 
 * Representation 
 * TermBase 
 * TermType 
 * TermVocabulary 

 and the following interfaces: 

 * IDefinedTerm 
 * IEnumTerm 
 * IHasTermType 
 * IKeyTerm 
 * ILoadableTerm 
 * ISimpleTerm 

 and the classes for TermInitializing: 

 * DefaultTermInitializer 
 * EnumeratedTermVoc 
 * VocabularyEnum 

 and the following Exception classes 

 * NoDefinedTermClassException 
 * WrongTermTypeException 

 and the Comparators 

 * OrderedTermComparator 
 * TermIdInInVocabularyComparator 
 * TermLanguageComparator 

 and the EnumTerm helper class 

 * EnumeratedTermVoc

Back