com.iphrase.runtime.query.result
Class Voiceover.WordExpansion

java.lang.Object
  |
  +--com.iphrase.runtime.query.result.Voiceover.WordExpansion
Enclosing class:
Voiceover

public class Voiceover.WordExpansion
extends java.lang.Object

Represent a word expansion from one word to many expansions.


Method Summary
 java.lang.String[] getExpansions()
          Get the array of expansions for the word.
 java.lang.String getWord()
          Get the original word or concept.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWord

public java.lang.String getWord()
Get the original word or concept.
Returns:
String word

getExpansions

public java.lang.String[] getExpansions()
Get the array of expansions for the word.
Returns:
String array of expansions.

© Copyright 2005, 2006. IBM Corporation. All rights reserved.