Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs.IntersectRequestGraph

Packages that use IntersectRequestGraph
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs   
 

Uses of IntersectRequestGraph in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs declared as IntersectRequestGraph
private  IntersectRequestGraph IntersectRequest.graph
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs that return IntersectRequestGraph
 IntersectRequestGraph IntersectRequest.getGraph()
          Gets the graph value for this IntersectRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs with parameters of type IntersectRequestGraph
 void IntersectRequest.setGraph(IntersectRequestGraph graph)
          Sets the graph value for this IntersectRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs with parameters of type IntersectRequestGraph
IntersectRequest(IntersectRequestGraph graph)