org.opentox.resource
Class AbstractResource.URIs

java.lang.Object
  extended by org.opentox.resource.AbstractResource.URIs
Enclosing class:
AbstractResource

public static final class AbstractResource.URIs
extends java.lang.Object

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
AbstractResource.URIs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OpentoxUri

public static final java.lang.String OpentoxUri
Opentox Project URI

See Also:
Constant Field Values

port

public static final java.lang.String port
Server Port on which the services are available.


domainName

public static final java.lang.String domainName
The domain name assigned to the IP of the server.


baseURI

public static final java.lang.String baseURI
Full URI of the service.


modelURI

public static final java.lang.String modelURI
URI for all models stored in the server.


algorithmURI

public static final java.lang.String algorithmURI
URI for all algorithms.


svcAlgorithmURI

public static final java.lang.String svcAlgorithmURI

svmAlgorithmURI

public static final java.lang.String svmAlgorithmURI
URI for Support vector machine regression algorithm.


mlrAlgorithmURI

public static final java.lang.String mlrAlgorithmURI
URI for Multiple Linear Regression Algorithm.


licenceUri

public static final java.lang.String licenceUri
See Also:
Constant Field Values
Constructor Detail

AbstractResource.URIs

public AbstractResource.URIs()