public interface RemotePairwiseAlignmentProperties extends Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
String |
getAlignmentOption(String key)
Method that returns the value associated with the key given in parameter.
|
Set<String> |
getAlignmentOptions()
Method to get all keys to the information stored in this object.
|
void |
setAlignementOption(String key,
String val)
Method to set the value for a specific alignment parameter using a key to store in a map.
|
static final long serialVersionUID
String getAlignmentOption(String key) throws BioException
key
- :a String with the required key for this map.BioException
- if key is not in the map of output options.void setAlignementOption(String key, String val)
key
- :the key use to designate the value to be storedval
- :the actual value matched to keySet<String> getAlignmentOptions()
Set
with all keys held in this instance of the objectCopyright © 2014 BioJava. All rights reserved.