|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.qriterium.dogma.DogmaGraphHandler
public class DogmaGraphHandler
Method Summary | |
---|---|
void |
addResource(java.util.Vector<DogmaResource> r)
Adds DogmaResources to the graph. |
static DogmaGraphHandler |
getInstance()
Returns the singleton instance of DogmaGraphHandler |
static void |
main(java.lang.String[] args)
Main class. |
void |
setGraphWalkDistance(int distance)
User API for changing the amount of steps taken in graph walk (default: 3) |
void |
setResourceBase(ResourceBase rb)
Sets the database to use the given configuration file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DogmaGraphHandler getInstance()
public void setResourceBase(ResourceBase rb)
setResourceBase
in interface iDogmaGraphHandler
confFile
- public void setGraphWalkDistance(int distance)
setGraphWalkDistance
in interface iDogmaGraphHandler
distance
- number of steps to be takenpublic void addResource(java.util.Vector<DogmaResource> r)
addResource
in interface iDogmaGraphHandler
r
- DogmaResources we want to add.public static void main(java.lang.String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |