Uses of Class
org.qriterium.dogma.DogmaConnection

Packages that use DogmaConnection
org.qriterium.dogma   
 

Uses of DogmaConnection in org.qriterium.dogma
 

Methods in org.qriterium.dogma that return DogmaConnection
 DogmaConnection ResourceFactory.getNextConnection()
           
 

Methods in org.qriterium.dogma that return types with arguments of type DogmaConnection
 java.util.Vector<DogmaConnection> DogmaResource.getConnections()
           
 

Methods in org.qriterium.dogma with parameters of type DogmaConnection
static java.lang.String SQLHandler.connectionToExec(DogmaConnection connection, java.lang.String oper)
          Parses a connection to a new reference row into the database or updates an existing one.
static java.lang.String SQLHandler.connectionToQuery(DogmaConnection connection)
          connectionToQuery searches for a specific connection between two resources.
 void DogmaResource.removeConnection(DogmaConnection c)
          Removes connection from this resource, calls method removeConnection(DogmaConnection, boolean).
 void DogmaResource.removeConnection(DogmaConnection c, boolean toThis)
          Removes connection from this resource, decrements toAmount/fromAmount depending of connection's direction.
 void DogmaResource.removeConnectionFromBoth(DogmaConnection c)
          Removes connection from this resource, and from the resource that is at another side of connection, if connection contains reference to that resource.
 void DogmaResource.updateConnection(DogmaConnection conn)
          This method is meant to be used for updating resources existing connections.
 

Method parameters in org.qriterium.dogma with type arguments of type DogmaConnection
 void DogmaResource.setConnections(java.util.Vector<DogmaConnection> connections)
          Set resource's connections to be the given set.
 DogmaResource[] DogmaResource.split(java.util.Vector<DogmaConnection> moveToNew)
          Splits this resource in two resources.