Class CompositeSequenceArrayArg

    • Method Detail

      • valueOf

        public static CompositeSequenceArrayArg valueOf​(String s)
                                                 throws MalformedArgException
        Used by RS to parse value of request parameters.
        Parameters:
        s - the request arrayCompositeSequence argument
        Returns:
        an instance of ArrayCompositeSequenceArg representing an array of CompositeSequence identifiers from the input string, or a malformed ArrayCompositeSequenceArg that will throw an BadRequestException when accessing its value, if the input String can not be converted into an array of CompositeSequence identifiers.
        Throws:
        MalformedArgException
      • setPlatform

        public void setPlatform​(ArrayDesign arrayDesign)
      • getPlatformFilter

        public Filter getPlatformFilter()