Interface RemotePairwiseAlignmentOutputProperties

    • Method Detail

      • getOutputOption

        String getOutputOption​(String key)
                        throws Exception
        Method that returns the value associated with the key given in parameter.
        Parameters:
        key - :a String with the required key for this map.
        Returns:
        a String with the value associated with this key
        Throws:
        Exception - if key is not in the map of output options.
      • setOutputOption

        void setOutputOption​(String key,
                             String val)
        Method to set the value for a specific output parameter using a key to store in a map.
        Parameters:
        key - :the key use to designate the value to be stored
        val - :the actual value matched to key
      • getOutputOptions

        Set<StringgetOutputOptions()
        Method to get all keys to the information stored in this object.
        Returns:
        a Set with all keys held in this instance of the object