|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.att.gs.codip.resource.rgraph.RGUtility
A colleciton static of utility methods.
Constructor Summary | |
RGUtility()
|
Method Summary | |
static void |
fullGC()
Perform a full garbage collection. |
static void |
printRGEdge(java.io.PrintStream outStream,
RGEdge theRGEdge)
Prints a property to the provided PrintStream. |
static void |
printRGLiteral(java.io.PrintStream outStream,
RGLiteral theRGLiteral)
Prints a literal to the provided PrintStream. |
static void |
printRGNode(java.io.PrintStream outStream,
RGNode theNode)
Prints a class to the provided PrintStream. |
static void |
printRGraph(java.io.PrintStream outStream,
RGraph aGraph)
Prints an ontology, and all its components, to the provided PrintStream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RGUtility()
Method Detail |
public static void fullGC()
public static void printRGraph(java.io.PrintStream outStream, RGraph aGraph) throws java.lang.Exception
outStream
- The PrintStream to use.aGraph
- The ontology to print.
java.lang.Exception
public static void printRGNode(java.io.PrintStream outStream, RGNode theNode) throws java.lang.Exception
outStream
- The PrintStream to use.
java.lang.Exception
public static void printRGEdge(java.io.PrintStream outStream, RGEdge theRGEdge) throws java.lang.Exception
outStream
- The PrintStream to use.theRGEdge
- The property to print.
java.lang.Exception
public static void printRGLiteral(java.io.PrintStream outStream, RGLiteral theRGLiteral) throws java.lang.Exception
outStream
- The PrintStream to use.theRGLiteral
- The literal to print.
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |