|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.qriterium.dogma.FakeBase
public class FakeBase
Method Summary | |
---|---|
void |
createRandomConnections()
Creates random connections for the current fakebase |
void |
createStraightConnections()
Creates straight walking connections for the current fakebase |
static FakeBase |
getInstance()
Returns the singleton instance of FakeBase |
DogmaResource |
getResource(java.lang.String name)
Gets a resource by canoname from fakebase |
void |
setFakeBase()
Sets fakebase to use these resources, used for DogmaGraphHandler debugging |
static void |
setFakeBase(java.util.Vector<DogmaResource> res)
Sets fakebase to use the given vector |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FakeBase getInstance()
public void setFakeBase()
public static void setFakeBase(java.util.Vector<DogmaResource> res)
public void createStraightConnections()
public void createRandomConnections()
public DogmaResource getResource(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |