|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DogmaResource | |
---|---|
org.qriterium.dogma | |
org.qriterium.dogma.gui |
Uses of DogmaResource in org.qriterium.dogma |
---|
Methods in org.qriterium.dogma that return DogmaResource | |
---|---|
DogmaResource |
DogmaConnection.getFromResource()
|
DogmaResource |
ResourceFactory.getNextResource()
|
static DogmaResource |
ARPAConnectionGenerator.getResource()
|
DogmaResource |
ResourceBase.getResource(java.lang.String canoname)
|
DogmaResource |
FakeBase.getResource(java.lang.String name)
Gets a resource by canoname from fakebase |
DogmaResource |
ResourceBase.getResourceForGuess(java.lang.String canoname)
Returns a DogmaResource for quess. |
DogmaResource[] |
DogmaConnection.getResources()
|
static DogmaResource |
ARPAConnectionGenerator.getResourceWithUris()
|
DogmaResource |
DogmaConnection.getToResource()
|
DogmaResource[] |
DogmaResource.split(java.util.Vector<DogmaConnection> moveToNew)
Splits this resource in two resources. |
Methods in org.qriterium.dogma that return types with arguments of type DogmaResource | |
---|---|
static java.util.Vector<DogmaResource> |
ARPAConnectionGenerator.createRandomConnections(java.util.Vector<DogmaResource> res)
Creates random connections for given resources. |
static java.util.Vector<DogmaResource> |
ARPAConnectionGenerator.createRandomResources()
|
static java.util.Vector<DogmaResource> |
ARPAConnectionGenerator.createStraightConnections(java.util.Vector<DogmaResource> res)
Creates straight connections for DogmaGraphWalker debugging purposes. |
java.util.Vector<DogmaResource> |
ResourceBase.getLastView()
Gets the resources with the tag "LAST_VIEW" -- a faster implementation |
java.util.Vector<DogmaResource> |
ResourceBase.getResourceForGuess(java.lang.String[] canonames)
Returns a Vector of Dogmaresources for quess. |
java.util.Vector<DogmaResource> |
ResourceBase.getResources(java.util.Stack<java.lang.Integer> resourceIds)
Gets the resources and all their data to the given id's |
java.util.Vector<DogmaResource> |
ResourceBase.getResources(java.util.Stack<java.lang.Integer> resourceIds,
boolean returnConnections,
boolean returnUris,
boolean returnTags)
Gets the resources and the needed data to the given id's. |
static java.util.Vector<DogmaResource> |
ARPAConnectionGenerator.getResourceVector()
|
static java.util.Vector<DogmaResource> |
ARPAConnectionGenerator.getResourceVectorWithUris()
|
java.util.Vector<DogmaResource> |
DogmaQDUpdateParser.getResultVector()
Returns the resultvector currently in the parser. |
static java.util.Vector<DogmaResource> |
DataSaver.readFileToResourceBase(ResourceBase base,
java.lang.String file)
Reads the resources and their contents of the given String - file to the resourcebase. |
Methods in org.qriterium.dogma with parameters of type DogmaResource | |
---|---|
void |
ResourceBase.addTag(DogmaResource r)
addTag adds all new tags found in the given resource to the database. |
static java.lang.String |
SQLHandler.collectionQuery(DogmaResource resource)
collectionQuery is not currently in use. |
static java.lang.String |
SQLHandler.connectionQuery(DogmaResource resource)
connectionQuery searches all connections associated with resource given as a parameter. |
void |
DogmaResource.merge(DogmaResource another)
Merges two resources into one |
static void |
DogmaActions.onResourceAttributeUpdate(DogmaResource r,
java.lang.String description)
Run if the attributes of the resource are changed. |
static void |
DogmaActions.onResourceOpenInFormView(DogmaResource r)
Run when the resource is opened in formview. |
static void |
DogmaActions.onResourceSelection(DogmaResource r)
Run when the resource is selected in resourcetable. |
static void |
DogmaActions.onResourceSubSetAdd(DogmaResource r)
Run when the resource is added to a new subset. |
static void |
DogmaActions.onResourceURIOpen(DogmaResource r,
java.lang.String uri)
Run when a uri belonging to the resource is opened. |
static java.lang.String |
SQLHandler.resourceSearch(DogmaResource resource)
|
static java.lang.String |
SQLHandler.resourceToExec(DogmaResource resource,
java.lang.String oper)
Parses resource to a SQL-query. |
static java.lang.String |
SQLHandler.resourceToQuery(DogmaResource resource)
resourceToQuery parses an SQL query from a given Dogmaresource. |
static java.lang.String |
SQLHandler.uriToQuery(DogmaResource resource)
constructs a query to search any URI associated with given resource. |
Method parameters in org.qriterium.dogma with type arguments of type DogmaResource | |
---|---|
void |
ResourceBase.addLastView(java.util.Vector<DogmaResource> vector)
Adds "LAST_VIEW" - tags to each resource in resultvector. |
void |
DogmaGraphHandler.addResource(java.util.Vector<DogmaResource> r)
Adds DogmaResources to the graph. |
void |
iDogmaGraphHandler.addResource(java.util.Vector<DogmaResource> r)
|
void |
ResourceBase.addResourceVector(java.util.Vector<DogmaResource> resourceVector)
Adds the contents of a resourcevector to the resourcebase. |
void |
ResourceBase.addTag(java.util.Vector<DogmaResource> vector,
java.lang.String tag)
Adds a given tag to the vector of resources. |
static java.util.Vector<DogmaResource> |
ARPAConnectionGenerator.createRandomConnections(java.util.Vector<DogmaResource> res)
Creates random connections for given resources. |
static java.util.Vector<DogmaResource> |
ARPAConnectionGenerator.createStraightConnections(java.util.Vector<DogmaResource> res)
Creates straight connections for DogmaGraphWalker debugging purposes. |
java.util.Stack<java.lang.Integer> |
ResourceBase.getResourceIds(java.util.Vector<DogmaResource> vector)
Returns the id's of the resources in the resourcevector. |
static void |
DogmaActions.onQueryResult(java.util.Vector<DogmaResource> resultSet)
Run when the resultset is received from a query. |
static void |
DogmaActions.onResourceSubSetAdd(java.util.Vector<DogmaResource> subset)
Run when the set of resources is added to a new subset. |
static void |
ARPAConnectionGenerator.printConnections(java.util.Vector<DogmaResource> res)
Prints all the connections of given resources. |
static void |
ARPAConnectionGenerator.printOnlyOutConnections(java.util.Vector<DogmaResource> res)
Prints only the connections pointing out from the handled resource |
static void |
FakeBase.setFakeBase(java.util.Vector<DogmaResource> res)
Sets fakebase to use the given vector |
Constructors in org.qriterium.dogma with parameters of type DogmaResource | |
---|---|
DogmaConnection(DogmaResource fR,
DogmaResource tR)
Creates new connection between (from,to)-pair of resources. |
|
DogmaConnection(DogmaResource fR,
DogmaResource tR,
java.lang.String typeS)
|
Uses of DogmaResource in org.qriterium.dogma.gui |
---|
Methods in org.qriterium.dogma.gui that return DogmaResource | |
---|---|
DogmaResource |
DogmaClipboard.getFirstOnClipboard()
Returns the first DogmaResource currently on the clipboard. |
DogmaResource |
DogmaURITable.getResource()
Returns the current dogmaresource that is having it's uris shown |
DogmaResource |
DogmaResourceTable.getResourceOnRow(int row)
Returns the DogmaResource on the tableRow from the vector. |
static DogmaResource |
TableLib.rowToResource(DogmaResourceTable model,
int row)
Converts a given row from the given KTableSortedModel to a DogmaResource |
Methods in org.qriterium.dogma.gui that return types with arguments of type DogmaResource | |
---|---|
java.util.Vector<DogmaResource> |
DogmaClipboard.getContents()
Returns a Vector of DogmaResources currently on the clipboard. |
java.util.Vector<DogmaResource> |
DogmaDBCommComponent.getResourceVector()
Gets the current Vector of DogmaResources in the DogmaDBCommComponent |
static java.util.Vector<DogmaResource> |
TableLib.getSelectedResources(de.kupzog.ktable.KTable table,
DogmaResourceTable model)
Converts currently selected rows into DogmaResources and adds them into a vector. |
java.util.Vector<DogmaResource> |
DogmaResourceTable.getTableContents()
Returns table contents as a Vector of DogmaResources |
Methods in org.qriterium.dogma.gui with parameters of type DogmaResource | |
---|---|
void |
DogmaClipboard.add(DogmaResource resource)
Adds a single DogmaResource into clipboard. |
void |
DogmaDBCommComponent.addResource(DogmaResource resource)
Inserts a resource to the current vector. |
void |
DogmaURIComponent.setContent(DogmaResource r)
Sets the component to show the URI:s corresponding to the given resource. |
void |
DogmaFormView.setResource(DogmaResource resource)
Makes the FormView to show the given resource. |
void |
DogmaMain.setUriComponentContent(DogmaResource r)
Sets the uricomponent to contain the URI:s from DogmaResource r. |
abstract void |
DogmaCore.setUriComponentContent(DogmaResource resource)
Sets the content of the uritablecomponent to match the given resource. |
void |
DogmaDBCommComponent.updateResource(DogmaResource resource)
Update a resource to the resourceVector |
Method parameters in org.qriterium.dogma.gui with type arguments of type DogmaResource | |
---|---|
void |
DogmaDBCommComponent.insertQuerySet(java.util.Vector<DogmaResource> vector)
Inserts the set of resources we got from a query to the vector and initiates the component with the new data. |
void |
DogmaDBCommComponent.insertResourceVector(java.util.Vector<DogmaResource> vector)
Inserts a vectorString to the current set |
void |
DogmaDBCommComponent.insertSet(java.util.Vector<DogmaResource> vector)
Inserts the set of resources we got from a query to the vector and initiates the component. |
void |
DogmaResourceTableComponent.setContent(java.util.Vector<DogmaResource> resources)
Sets the content of the ResourceTableComponent to match the given resourcevector. |
void |
DogmaMain.setResourceTableContent(java.util.Vector<DogmaResource> v)
Sets the DogmaResourceTableComponent to contain the resources from DogmaResourceVector v |
abstract void |
DogmaCore.setResourceTableContent(java.util.Vector<DogmaResource> resourceVector)
Sets the content of the resourcetablecomponent to match the given resourcevector. |
Constructors in org.qriterium.dogma.gui with parameters of type DogmaResource | |
---|---|
DogmaFormView(DogmaResource resource)
Makes FormView for manipulation of existing resource |
|
DogmaURITable(DogmaResource resource,
DogmaURIComponent uriComp)
Creates a new URITable based on the given resource and it's uris. |
Constructor parameters in org.qriterium.dogma.gui with type arguments of type DogmaResource | |
---|---|
DogmaMain(java.util.Vector<DogmaResource> resources)
Opens new resourcebrowser with given resources as table content. |
|
DogmaResourceTable(java.util.Vector<DogmaResource> resources)
this is the main method for starting the table with vector of resources |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |