Uses of Class
org.qriterium.dogma.DogmaURI

Packages that use DogmaURI
org.qriterium.dogma   
 

Uses of DogmaURI in org.qriterium.dogma
 

Methods in org.qriterium.dogma that return DogmaURI
 DogmaURI ResourceFactory.getNextUri()
           
static DogmaURI ARPAConnectionGenerator.getURI()
           
 

Methods in org.qriterium.dogma that return types with arguments of type DogmaURI
 java.util.Vector<DogmaURI> DogmaResource.getUris()
           
static java.util.Vector<DogmaURI> ARPAConnectionGenerator.getURIVector()
           
 

Methods in org.qriterium.dogma with parameters of type DogmaURI
 void DogmaResource.addUri(DogmaURI uri)
           
static java.lang.String SQLHandler.uriToExec(DogmaURI uri, java.lang.String oper)
          Adds an URI or updates a current one.
static java.lang.String SQLHandler.uriToQuery(DogmaURI uri)
          Creates a SQL-query from the given URI.
 

Method parameters in org.qriterium.dogma with type arguments of type DogmaURI
 void DogmaResource.setUris(java.util.Vector<DogmaURI> uris)
          Set the given DogmaURI-set to be resource's Won't change anything is parameter has only invalid elements.