@Path(value="/Sequence") public class ReadSequence extends Object
| Constructor and Description |
|---|
ReadSequence() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
generateHELMPeptide(String peptide) |
javax.ws.rs.core.Response |
generateHELMRNA(String rna) |
@Path(value="/PEPTIDE/{c}")
@GET
@Produces(value="application/json")
@Consumes(value="application/json")
public javax.ws.rs.core.Response generateHELMPeptide(@PathParam(value="c")
String peptide)
throws org.helm.notation2.exception.ChemistryException
org.helm.notation2.exception.ChemistryException@Path(value="/RNA/{c}")
@GET
@Produces(value="application/json")
@Consumes(value="application/json")
public javax.ws.rs.core.Response generateHELMRNA(@PathParam(value="c")
String rna)
throws org.helm.notation2.exception.ChemistryException
org.helm.notation2.exception.ChemistryExceptionCopyright © 2018. All rights reserved.