org.biojava.bio.program.das
Class DAS
java.lang.Object
org.biojava.utils.AbstractChangeable
org.biojava.bio.program.das.DAS
- All Implemented Interfaces:
- Changeable
public class DAS
- extends AbstractChangeable
A collection of DAS datasources.
- Author:
- Matthew Pocock, Thomas Down
Constructor Summary |
DAS()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVERS
public static final ChangeType SERVERS
DAS
public DAS()
getTypes
public static Set getTypes(URL dasURL)
throws BioException
- Throws:
BioException
setThreadFetches
public static void setThreadFetches(boolean b)
getThreadFetches
public static boolean getThreadFetches()
addActivityListener
public static void addActivityListener(ActivityListener al)
removeActivityListener
public static void removeActivityListener(ActivityListener al)
startedActivity
public static void startedActivity(Object source)
completedActivity
public static void completedActivity(Object source)
activityProgress
public static void activityProgress(Object source,
int current,
int target)
addDasURL
public void addDasURL(URL dasURL)
throws BioException,
ChangeVetoException
- Throws:
BioException
ChangeVetoException
getReferenceServers
public Set getReferenceServers()