acedb
Class SeqResult
java.lang.Object
acedb.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?
|
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 |
SeqResult
public SeqResult(java.lang.String str)
SeqResult
public SeqResult(java.lang.String str,
Aceconnect con)
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()