| 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTransferand
@ThreadSafe public final class Transferand
An object of a paired-region transfer. It defines a contiguous region of the source document.
| Constructor Summary | |
|---|---|
Transferand(HostServiceRegistry.UniqueID origin,
                       File documentFile,
                       int gIndex0,
                       int gIndex1)
Creates a Transferand.  | 
|
| Method Summary | |
|---|---|
 File | 
documentFile()
A file containing a copy of the source document.  | 
 boolean | 
equals(Object o)
Returns true iff o is a transferand from the same document file, and with the same g-indeces.  | 
 int | 
gIndex0()
Returns the g-index of the first gene of the transferand, in document order.  | 
 int | 
gIndex1()
Returns the g-index of the last gene of the transferand, in document order.  | 
 HostServiceRegistry.UniqueID | 
origin()
Identifies the program agent that constructed the transferand.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Transferand(HostServiceRegistry.UniqueID origin,
                   File documentFile,
                   int gIndex0,
                   int gIndex1)
origin - per origin()documentFile - per documentFile()gIndex0 - per gIndex0()gIndex1 - per gIndex1()| Method Detail | 
|---|
public File documentFile()
public int gIndex0()
public int gIndex1()
public final HostServiceRegistry.UniqueID origin()
public boolean equals(Object o)
equals in class Object
  | 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||