acedb
Class SeqResult

java.lang.Object
  extended byacedb.SeqResult
All Implemented Interfaces:
Constants

public class SeqResult
extends java.lang.Object
implements Constants

class SeqResult used to retrieve a set of DNA sequences It was yesterday and today that I wrote this class. It was such a tragedy! Yesterday. How could we eliminate evil? If is write a lot of nice Java code to Acedb driver it will help indirectly?


Field Summary
 
Fields inherited from interface acedb.Constants
ACESERV_MSGDATA, ACESERV_MSGENCORE, ACESERV_MSGFAIL, ACESERV_MSGKILL, ACESERV_MSGOK, ACESERV_MSGREQ, RESULT_BACKWARD, RESULT_FORWARD, RESULT_RANDOM
 
Constructor Summary
SeqResult(java.lang.String str)
           
SeqResult(java.lang.String str, Aceconnect con)
           
 
Method Summary
 void close()
           
 java.lang.String getName()
          return the name of the current sequence
 java.lang.String getSequence()
          return the String of the sequence
 boolean next()
          starts with end = -1, begin=0, in each iteration begin is on >
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeqResult

public SeqResult(java.lang.String str)

SeqResult

public SeqResult(java.lang.String str,
                 Aceconnect con)
Method Detail

getSequence

public java.lang.String getSequence()
return the String of the sequence


getName

public java.lang.String getName()
return the name of the current sequence


next

public boolean next()
starts with end = -1, begin=0, in each iteration begin is on >


close

public void close()