org.qriterium.dogma
Class FakeBase

java.lang.Object
  extended by org.qriterium.dogma.FakeBase

public class FakeBase
extends java.lang.Object


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

getInstance

public static FakeBase getInstance()
Returns the singleton instance of FakeBase


setFakeBase

public void setFakeBase()
Sets fakebase to use these resources, used for DogmaGraphHandler debugging


setFakeBase

public static void setFakeBase(java.util.Vector<DogmaResource> res)
Sets fakebase to use the given vector


createStraightConnections

public void createStraightConnections()
Creates straight walking connections for the current fakebase


createRandomConnections

public void createRandomConnections()
Creates random connections for the current fakebase


getResource

public DogmaResource getResource(java.lang.String name)
Gets a resource by canoname from fakebase