|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.qriterium.dogma.ARPAConnectionGenerator
public class ARPAConnectionGenerator
Constructor Summary | |
---|---|
ARPAConnectionGenerator()
|
Method Summary | |
---|---|
static java.util.Vector<DogmaResource> |
createRandomConnections(java.util.Vector<DogmaResource> res)
Creates random connections for given resources. |
static java.util.Vector<DogmaResource> |
createRandomResources()
|
static java.util.Vector<DogmaResource> |
createStraightConnections(java.util.Vector<DogmaResource> res)
Creates straight connections for DogmaGraphWalker debugging purposes. |
static DogmaResource |
getResource()
|
static java.util.Vector<DogmaResource> |
getResourceVector()
|
static java.util.Vector<DogmaResource> |
getResourceVectorWithUris()
|
static DogmaResource |
getResourceWithUris()
|
static DogmaURI |
getURI()
|
static java.util.Vector<DogmaURI> |
getURIVector()
|
static void |
printConnections(java.util.Vector<DogmaResource> res)
Prints all the connections of given resources. |
static void |
printOnlyOutConnections(java.util.Vector<DogmaResource> res)
Prints only the connections pointing out from the handled resource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ARPAConnectionGenerator()
Method Detail |
---|
public static java.util.Vector<DogmaResource> createRandomResources()
public static java.util.Vector<DogmaResource> createRandomConnections(java.util.Vector<DogmaResource> res)
res
- The original resources
public static java.util.Vector<DogmaResource> createStraightConnections(java.util.Vector<DogmaResource> res)
res
- The original resources
public static void printConnections(java.util.Vector<DogmaResource> res)
res
- public static void printOnlyOutConnections(java.util.Vector<DogmaResource> res)
res
- public static DogmaResource getResource()
public static java.util.Vector<DogmaResource> getResourceVector()
public static DogmaURI getURI()
public static java.util.Vector<DogmaURI> getURIVector()
public static java.util.Vector<DogmaResource> getResourceVectorWithUris()
public static DogmaResource getResourceWithUris()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |