|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemotePairwiseAlignmentOutputProperties
RemotePairwiseAlignmentOutputProperties: the simplest representation of an object capable of holding output formatting informations to be fed to a RemotePairwiseAlignmentService-implemented object.
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Method Summary | |
|---|---|
String |
getOutputOption(String key)
Method that returns the value associated with the key given in parameter. |
Set<String> |
getOutputOptions()
Method to get all keys to the information stored in this object. |
void |
setOutputOption(String key,
String val)
Method to set the value for a specific output parameter using a key to store in a map. |
| Field Detail |
|---|
static final long serialVersionUID
| Method Detail |
|---|
String getOutputOption(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 setOutputOption(String key,
String val)
key - :the key use to designate the value to be storedval - :the actual value matched to keySet<String> getOutputOptions()
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 | ||||||||