com.sun.labs.minion.lexmorph
Class ATNPhraseExtractor.CityPhrase

java.lang.Object
  extended by com.sun.labs.minion.lexmorph.Phrase
      extended by com.sun.labs.minion.lexmorph.ATNPhraseExtractor.CityPhrase
All Implemented Interfaces:
Value
Enclosing class:
ATNPhraseExtractor

public class ATNPhraseExtractor.CityPhrase
extends Phrase


Field Summary
 Word city
           
 Word country
           
 java.lang.Integer index
           
 Word postalCode
           
 Word statename
           
 
Method Summary
 java.lang.String printString()
           
 java.lang.String toString()
           
 
Methods inherited from class com.sun.labs.minion.lexmorph.Phrase
categoryp, eq, equal, getWordString, isInArray, lexicon, listp, numericalValue, phraseNameString, phrasep, safePrintString, wordp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

city

public Word city

statename

public Word statename

postalCode

public Word postalCode

country

public Word country

index

public java.lang.Integer index
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Phrase

printString

public java.lang.String printString()
Specified by:
printString in interface Value
Overrides:
printString in class Phrase