infomat.vectorspace.ivector
Class IVectorString

java.lang.Object
  extended by infomat.vectorspace.ivector.IVectorString
All Implemented Interfaces:
IVectorIndex

public class IVectorString
extends java.lang.Object
implements IVectorIndex

A String to be used in a IVector. Most notably a stop string.


Field Summary
private  java.lang.String string
           
 
Constructor Summary
IVectorString(java.lang.String string)
           
 
Method Summary
 int getID()
           
 java.lang.String getLocation()
           
 java.lang.String getString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

string

private java.lang.String string
Constructor Detail

IVectorString

public IVectorString(java.lang.String string)
Method Detail

getString

public java.lang.String getString()
Specified by:
getString in interface IVectorIndex

getLocation

public java.lang.String getLocation()
Specified by:
getLocation in interface IVectorIndex

getID

public int getID()
Specified by:
getID in interface IVectorIndex