org.biojava.dasobert.das
Class AlignmentThread
java.lang.Object
java.lang.Thread
org.biojava.dasobert.das.AlignmentThread
- All Implemented Interfaces:
- Runnable
public class AlignmentThread
- extends Thread
A thread that gets the alignment from a das server
- Author:
- Andreas Prlic
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
AlignmentThread
public AlignmentThread(AlignmentParameters params)
clearAlignmentListeners
public void clearAlignmentListeners()
addAlignmentListener
public void addAlignmentListener(AlignmentListener ali)
getObject
public static Annotation getObject(String objectid,
Alignment ali)
throws NoSuchElementException
- get the data for an object from the alignment
- Parameters:
objectid - an objectId that is member of this alignmentali - an Alignment
- Returns:
- Annotation the description of an Object
- Throws:
NoSuchElementException
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class Thread
Copyright © 2012 BioJava. All Rights Reserved.