|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemotePairwiseAlignmentProperties
RemotePairwiseAlignmentProperties is a interface that contains the barest of methods for setting and getting Alignment properties. Ideally, one would extend this class if creating a service by creating wrapper methods that actually call either getAlignementOption or setAlignementOption with specific values for parameter names and checking values for options. For an example, go see NCBIQBlastProperties
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final long serialVersionUID
| Method Detail |
|---|
String getAlignmentOption(String key)
throws Exception
key - :a String with the required key for this map.
Exception - 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 object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||