org.qriterium.dogma
Class ResourceFactory
java.lang.Object
org.qriterium.dogma.ResourceFactory
public class ResourceFactory
- extends java.lang.Object
- Author:
- bjorkgre
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceFactory
public ResourceFactory(java.sql.ResultSet results,
java.lang.String queryType)
ResourceFactory
public ResourceFactory(java.sql.ResultSet results)
hasResources
public boolean hasResources()
hasConnections
public boolean hasConnections()
hasUris
public boolean hasUris()
hasTags
public boolean hasTags()
getNextResource
public DogmaResource getNextResource()
throws java.util.EmptyStackException
- Throws:
java.util.EmptyStackException
getNextConnection
public DogmaConnection getNextConnection()
throws java.util.EmptyStackException
- Throws:
java.util.EmptyStackException
getNextUri
public DogmaURI getNextUri()
throws java.util.EmptyStackException
- Throws:
java.util.EmptyStackException
getNextTag
public java.lang.String getNextTag()
throws java.util.EmptyStackException
- Throws:
java.util.EmptyStackException