Uses of Class
compbio.runner.disorder.IUPred

Packages that use IUPred
compbio.runner.disorder   
compbio.ws.server   
 

Uses of IUPred in compbio.runner.disorder
 

Methods in compbio.runner.disorder that return IUPred
 IUPred IUPred.setInput(String inFile)
           
 IUPred IUPred.setOutput(String outFile)
           
 

Methods in compbio.runner.disorder that return types with arguments of type IUPred
 Class<IUPred> IUPred.getType()
           
 

Uses of IUPred in compbio.ws.server
 

Method parameters in compbio.ws.server with type arguments of type IUPred
 String IUPredWS.presetAnalize(List<FastaSequence> sequences, Preset<IUPred> preset)