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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs declared as UnionRequestGraph
private  UnionRequestGraph UnionRequest.graph
           
 

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

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

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