Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs.types.CodedNodeGraphReference

Packages that use CodedNodeGraphReference
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.client   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.common   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.service   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.service.globus.resource   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.service   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs   
 

Uses of CodedNodeGraphReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.client
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.client with parameters of type CodedNodeGraphReference
 void CodedNodeGraphClient.intersect(CodedNodeGraphReference graph)
           
 void CodedNodeGraphClient.union(CodedNodeGraphReference graph)
           
 

Uses of CodedNodeGraphReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.common
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.common with parameters of type CodedNodeGraphReference
 void CodedNodeGraphI.intersect(CodedNodeGraphReference graph)
          Return the set of concepts and associations that are present in both graphs.
 void CodedNodeGraphI.union(CodedNodeGraphReference graph)
          Return the union of the two graphs.
 

Uses of CodedNodeGraphReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.service
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.service with parameters of type CodedNodeGraphReference
 void CodedNodeGraphImpl.intersect(CodedNodeGraphReference graph)
           
 void CodedNodeGraphImpl.union(CodedNodeGraphReference graph)
           
 

Uses of CodedNodeGraphReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.service.globus.resource
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.service.globus.resource that return CodedNodeGraphReference
 CodedNodeGraphReference CodedNodeGraphResourceHome.getResourceReference(org.globus.wsrf.ResourceKey key)
          Take a resource key managed by this resource, locates the resource, and created a typed EPR for the resource.
 

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs declared as CodedNodeGraphReference
private  CodedNodeGraphReference IntersectRequestGraph.codedNodeGraphReference
           
private  CodedNodeGraphReference UnionRequestGraph.codedNodeGraphReference
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs that return CodedNodeGraphReference
 CodedNodeGraphReference IntersectRequestGraph.getCodedNodeGraphReference()
          Gets the codedNodeGraphReference value for this IntersectRequestGraph.
 CodedNodeGraphReference UnionRequestGraph.getCodedNodeGraphReference()
          Gets the codedNodeGraphReference value for this UnionRequestGraph.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs with parameters of type CodedNodeGraphReference
 void IntersectRequestGraph.setCodedNodeGraphReference(CodedNodeGraphReference codedNodeGraphReference)
          Sets the codedNodeGraphReference value for this IntersectRequestGraph.
 void UnionRequestGraph.setCodedNodeGraphReference(CodedNodeGraphReference codedNodeGraphReference)
          Sets the codedNodeGraphReference value for this UnionRequestGraph.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs with parameters of type CodedNodeGraphReference
IntersectRequestGraph(CodedNodeGraphReference codedNodeGraphReference)
           
UnionRequestGraph(CodedNodeGraphReference codedNodeGraphReference)
           
 

Uses of CodedNodeGraphReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.service
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.service that return CodedNodeGraphReference
 CodedNodeGraphReference LexEVSGridServiceImpl.getNodeGraph(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.DataModel.cagrid.RelationContainerIdentification relationContainerIdentification)
           
 

Uses of CodedNodeGraphReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs declared as CodedNodeGraphReference
private  CodedNodeGraphReference GetNodeGraphResponse.codedNodeGraphReference
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs that return CodedNodeGraphReference
 CodedNodeGraphReference GetNodeGraphResponse.getCodedNodeGraphReference()
          Gets the codedNodeGraphReference value for this GetNodeGraphResponse.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs with parameters of type CodedNodeGraphReference
 void GetNodeGraphResponse.setCodedNodeGraphReference(CodedNodeGraphReference codedNodeGraphReference)
          Sets the codedNodeGraphReference value for this GetNodeGraphResponse.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs with parameters of type CodedNodeGraphReference
GetNodeGraphResponse(CodedNodeGraphReference codedNodeGraphReference)