|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RGNode | |
com.att.gs.codip.resource.rgraph |
Uses of RGNode in com.att.gs.codip.resource.rgraph |
Subclasses of RGNode in com.att.gs.codip.resource.rgraph | |
class |
RGCORE
|
class |
RGEdge
|
class |
RGLiteral
|
class |
RGraph
RGNode Graph |
Fields in com.att.gs.codip.resource.rgraph declared as RGNode | |
protected RGNode |
RGEdge.subject
|
protected RGNode |
RGEdge.object
|
Methods in com.att.gs.codip.resource.rgraph that return RGNode | |
RGNode |
RGEdge.getObject()
|
RGNode |
RGEdge.getSubject()
|
RGNode |
RGraph.lookupNode(java.lang.Object theID)
|
RGNode |
RGraph.getNode(java.lang.Object theID)
|
Methods in com.att.gs.codip.resource.rgraph with parameters of type RGNode | |
static void |
RGUtility.printRGNode(java.io.PrintStream outStream,
RGNode theNode)
Prints a class to the provided PrintStream. |
void |
RGEdge.setObject(RGNode theObject)
|
void |
RGEdge.setSubject(RGNode theSubject)
|
java.util.Iterator |
RGraph.resources(RGNode aType)
|
java.util.Collection |
RGraph.getResources(RGNode aType)
|
java.util.Iterator |
RGraph.edges(RGNode aType)
|
java.util.Collection |
RGraph.getEdges(RGNode aType)
|
java.util.Iterator |
RGraph.nodes(RGNode aType)
|
java.util.Collection |
RGraph.getNodes(RGNode aType)
|
void |
RGraph.copySubGraph(RGNode subject,
RGraph subGraph)
Utility/Display/Debug Methods. |
boolean |
RGNode.containsType(RGNode theType)
|
boolean |
RGNode.isType(RGNode theType)
|
void |
RGNode.addType(RGNode theType)
|
void |
RGNode.removeType(RGNode theType)
|
RGEdge |
RGNode.addNewProperty(LogicalResource newPropType,
RGNode theObject)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |