|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opentox.resource.OTResource.URIs
public static final class OTResource.URIs
URIs of the available services.
Field Summary | |
---|---|
static java.lang.String |
algorithmURI
URI for all algorithms. |
static java.lang.String |
baseURI
Full URI of the service. |
static java.lang.String |
domainName
The domain name assigned to the IP of the server. |
static java.lang.String |
licenceUri
|
static java.lang.String |
mlrAlgorithmURI
URI for Multiple Linear Regression Algorithm. |
static java.lang.String |
modelURI
URI for all models stored in the server. |
static java.lang.String |
OpentoxUri
Opentox Project URI |
static java.lang.String |
port
Server Port on which the services are available. |
static java.lang.String |
svcAlgorithmURI
|
static java.lang.String |
svmAlgorithmURI
URI for Support vector machine regression algorithm. |
Constructor Summary | |
---|---|
OTResource.URIs()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String OpentoxUri
public static final java.lang.String port
public static final java.lang.String domainName
public static final java.lang.String baseURI
public static final java.lang.String modelURI
public static final java.lang.String algorithmURI
public static final java.lang.String svcAlgorithmURI
public static final java.lang.String svmAlgorithmURI
public static final java.lang.String mlrAlgorithmURI
public static final java.lang.String licenceUri
Constructor Detail |
---|
public OTResource.URIs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |