Uses of Class
org.optimizationservices.oscommon.datastructure.osuri.URI

Packages that use URI
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.representationparser   
 

Uses of URI in org.optimizationservices.oscommon.localinterface
 

Fields in org.optimizationservices.oscommon.localinterface declared as URI
 URI[] OSURI.uri
          uri holds an array of URIs.
 

Methods in org.optimizationservices.oscommon.localinterface that return URI
 URI[] OSURI.getURIMatches()
          Get URI matches.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type URI
 boolean OSURI.setURIMatches(URI[] URIs)
          Set URI matches.
 

Uses of URI in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return URI
 URI[] OSuLReader.getURIMatches()
          Get URI matches.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type URI
 boolean OSuLWriter.addURI(URI uri)
          Add a uri match.
 boolean OSuLWriter.setURIMatches(URI[] URIs)
          Set URI matches.