org.kemet.impl.grammar.model
Class Preposition

java.lang.Object
  extended by org.kemet.impl.grammar.model.Preposition
All Implemented Interfaces:
java.io.Serializable

public class Preposition
extends java.lang.Object
implements java.io.Serializable

Since:
0.6
Author:
fabricemaupin

BEAN : information about preposition.

See Also:
Serialized Form

Constructor Summary
Preposition()
           instantiate the object.
 
Method Summary
static void clear()
           remove all instances.
 java.lang.String getId()
           return the identification.
static java.util.HashMap<java.lang.String,Preposition> getSeek()
           return the list of instances.
 java.lang.String getValue()
           return the value.
static java.lang.String isFoundByTransliteration(java.lang.String transliteration)
           the transliteration is a preposition ?
 void setId(java.lang.String id)
           fix the identification.
 void setValue(java.lang.String value)
           fix the value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preposition

public Preposition()

instantiate the object.

Since:
0.6
Method Detail

getSeek

public static java.util.HashMap<java.lang.String,Preposition> getSeek()

return the list of instances.

Returns:
instances
Since:
0.6

clear

public static void clear()

remove all instances.

Since:
0.6

isFoundByTransliteration

public static java.lang.String isFoundByTransliteration(java.lang.String transliteration)

the transliteration is a preposition ?

Parameters:
transliteration - current transliteration to compare with list of prepositions
Returns:
list of hieroglyphs
Since:
0.6

getValue

public java.lang.String getValue()

return the value.

Returns:
mode
Since:
0.6

setValue

public void setValue(java.lang.String value)

fix the value.

Parameters:
value - value to fix
Since:
0.6

getId

public java.lang.String getId()

return the identification.

Returns:
identification
Since:
0.6

setId

public void setId(java.lang.String id)

fix the identification.

Parameters:
id - identification to fix
Since:
0.6


Copyright © 2008 F. MAUPIN. All Rights Reserved.