Uses of Class
com.att.gs.codip.resource.rgraph.RGEdge

Packages that use RGEdge
com.att.gs.codip.resource.rgraph   
 

Uses of RGEdge in com.att.gs.codip.resource.rgraph
 

Methods in com.att.gs.codip.resource.rgraph that return RGEdge
 RGEdge RGraph.createEdge(LogicalResource aType)
           
 RGEdge RGraph.createEdge(LogicalResource aType, java.lang.String theID)
           
 RGEdge RGraph.getEdge(java.lang.Object theID)
           
 RGEdge RGNode.lookupProperty(java.lang.Object theID)
           
 RGEdge RGNode.addNewProperty(LogicalResource newPropType, RGNode theObject)
           
 RGEdge RGNode.getProperty(java.lang.Object theID)
           
 RGEdge[] RGNode.getProperties()
           
 

Methods in com.att.gs.codip.resource.rgraph with parameters of type RGEdge
static void RGUtility.printRGEdge(java.io.PrintStream outStream, RGEdge theRGEdge)
          Prints a property to the provided PrintStream.
 void RGraph.addEdge(RGEdge theRGEdge)
           
 void RGraph.removeEdge(RGEdge theRGEdge)
           
 void RGNode.addProperty(RGEdge theProperty)
           
 void RGNode.removeProperty(RGEdge theProperty)
           
 



CODIP AT&T Government Solutions, Inc.