net.sf.zekr.engine.root
Class RootAddress

java.lang.Object
  extended by net.sf.zekr.engine.root.RootAddress

public class RootAddress
extends java.lang.Object

Data model containing a root reference in an IQuranLocation.

Author:
Mohsen Saboorian

Field Summary
 IQuranLocation loc
           
 int wordIndex
           
 
Constructor Summary
RootAddress(IQuranLocation loc, int wordIndex)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loc

public IQuranLocation loc

wordIndex

public int wordIndex
Constructor Detail

RootAddress

public RootAddress(IQuranLocation loc,
                   int wordIndex)