Uses of Interface
org.qriterium.dogma.iURI

Packages that use iURI
org.qriterium.dogma   
 

Uses of iURI in org.qriterium.dogma
 

Classes in org.qriterium.dogma that implement iURI
 class DogmaURI
           
 

Methods in org.qriterium.dogma with parameters of type iURI
 void ResourceBase.addURI(iURI uri)
           
 boolean ResourceBase.containsURI(iURI uri)
          containsURI checks if the URI given exists and if so, returns true.
 java.util.Vector ResourceBase.getURIs(iURI search)
           
 void iUpdater.processUri(iURI _uri)