Class Nomen

java.lang.Object
  extended byNomen

public class Nomen
extends java.lang.Object

This class is used to handle nomen. All important nomen information from the Cologne Dictionary (supplied by "Akademie för uns kölsche Sproch" can be saved here. The informations are saved in the HashMap Nomen of the @inheritdocKoelnDic class.

Author:
Arthur Laub Arthur.Laub@urz.uni-hd.de Project: Kölschifier.

Field Summary
(package private)  java.lang.String genus
           
(package private)  java.lang.String koelemma
           
(package private)  java.lang.String plural
           
 
Constructor Summary
(package private) Nomen(java.lang.String koelemma, java.lang.String genus, java.lang.String plural)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

koelemma

java.lang.String koelemma

genus

java.lang.String genus

plural

java.lang.String plural
Constructor Detail

Nomen

Nomen(java.lang.String koelemma,
      java.lang.String genus,
      java.lang.String plural)