Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs.types.CodedNodeSetReference

Packages that use CodedNodeSetReference
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.stubs   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.client   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.common   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.service   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.service.globus.resource   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.service   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.service   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs   
 

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

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.client with parameters of type CodedNodeSetReference
 void CodedNodeGraphClient.restrictToCodes(CodedNodeSetReference codes)
           
 void CodedNodeGraphClient.restrictToSourceCodes(CodedNodeSetReference codes)
           
 void CodedNodeGraphClient.restrictToTargetCodes(CodedNodeSetReference codes)
           
 

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

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.common with parameters of type CodedNodeSetReference
 void CodedNodeGraphI.restrictToCodes(CodedNodeSetReference codes)
          Return a graph that contains only the codes that are present in the supplied list, and all edges that still have a source and target code remaining.
 void CodedNodeGraphI.restrictToSourceCodes(CodedNodeSetReference codes)
          Restrict the graph to associations that have one of the codes in the supplied list as source codes.
 void CodedNodeGraphI.restrictToTargetCodes(CodedNodeSetReference codes)
          Restrict the graph to associations that have one of the codes in the supplied list as target codes.
 

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

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.service that return CodedNodeSetReference
 CodedNodeSetReference CodedNodeGraphImpl.toNodeList(org.LexGrid.LexBIG.DataModel.cagrid.NodeListPolicy nodeListPolicy)
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.service with parameters of type CodedNodeSetReference
 void CodedNodeGraphImpl.restrictToCodes(CodedNodeSetReference codes)
           
 void CodedNodeGraphImpl.restrictToSourceCodes(CodedNodeSetReference codes)
           
 void CodedNodeGraphImpl.restrictToTargetCodes(CodedNodeSetReference codes)
           
 

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs declared as CodedNodeSetReference
private  CodedNodeSetReference RestrictToCodesRequestCodes.codedNodeSetReference
           
private  CodedNodeSetReference RestrictToSourceCodesRequestCodes.codedNodeSetReference
           
private  CodedNodeSetReference RestrictToTargetCodesRequestCodes.codedNodeSetReference
           
private  CodedNodeSetReference ToNodeListResponse.codedNodeSetReference
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs that return CodedNodeSetReference
 CodedNodeSetReference RestrictToCodesRequestCodes.getCodedNodeSetReference()
          Gets the codedNodeSetReference value for this RestrictToCodesRequestCodes.
 CodedNodeSetReference RestrictToSourceCodesRequestCodes.getCodedNodeSetReference()
          Gets the codedNodeSetReference value for this RestrictToSourceCodesRequestCodes.
 CodedNodeSetReference RestrictToTargetCodesRequestCodes.getCodedNodeSetReference()
          Gets the codedNodeSetReference value for this RestrictToTargetCodesRequestCodes.
 CodedNodeSetReference ToNodeListResponse.getCodedNodeSetReference()
          Gets the codedNodeSetReference value for this ToNodeListResponse.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs with parameters of type CodedNodeSetReference
 void RestrictToCodesRequestCodes.setCodedNodeSetReference(CodedNodeSetReference codedNodeSetReference)
          Sets the codedNodeSetReference value for this RestrictToCodesRequestCodes.
 void RestrictToSourceCodesRequestCodes.setCodedNodeSetReference(CodedNodeSetReference codedNodeSetReference)
          Sets the codedNodeSetReference value for this RestrictToSourceCodesRequestCodes.
 void RestrictToTargetCodesRequestCodes.setCodedNodeSetReference(CodedNodeSetReference codedNodeSetReference)
          Sets the codedNodeSetReference value for this RestrictToTargetCodesRequestCodes.
 void ToNodeListResponse.setCodedNodeSetReference(CodedNodeSetReference codedNodeSetReference)
          Sets the codedNodeSetReference value for this ToNodeListResponse.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs with parameters of type CodedNodeSetReference
RestrictToCodesRequestCodes(CodedNodeSetReference codedNodeSetReference)
           
RestrictToSourceCodesRequestCodes(CodedNodeSetReference codedNodeSetReference)
           
RestrictToTargetCodesRequestCodes(CodedNodeSetReference codedNodeSetReference)
           
ToNodeListResponse(CodedNodeSetReference codedNodeSetReference)
           
 

Uses of CodedNodeSetReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.client
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.client with parameters of type CodedNodeSetReference
 void CodedNodeSetClient.difference(CodedNodeSetReference codes)
           
 void CodedNodeSetClient.intersect(CodedNodeSetReference codes)
           
 void CodedNodeSetClient.union(CodedNodeSetReference codes)
           
 

Uses of CodedNodeSetReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.common
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.common with parameters of type CodedNodeSetReference
 void CodedNodeSetI.difference(CodedNodeSetReference codes)
           
 void CodedNodeSetI.intersect(CodedNodeSetReference codes)
           
 void CodedNodeSetI.union(CodedNodeSetReference codes)
           
 

Uses of CodedNodeSetReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.service
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.service with parameters of type CodedNodeSetReference
 void CodedNodeSetImpl.difference(CodedNodeSetReference codes)
           
 void CodedNodeSetImpl.intersect(CodedNodeSetReference codes)
           
 void CodedNodeSetImpl.union(CodedNodeSetReference codes)
           
 

Uses of CodedNodeSetReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.service.globus.resource
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.service.globus.resource that return CodedNodeSetReference
 CodedNodeSetReference CodedNodeSetResourceHome.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 CodedNodeSetReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as CodedNodeSetReference
private  CodedNodeSetReference DifferenceRequestCodes.codedNodeSetReference
           
private  CodedNodeSetReference IntersectRequestCodes.codedNodeSetReference
           
private  CodedNodeSetReference UnionRequestCodes.codedNodeSetReference
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs that return CodedNodeSetReference
 CodedNodeSetReference DifferenceRequestCodes.getCodedNodeSetReference()
          Gets the codedNodeSetReference value for this DifferenceRequestCodes.
 CodedNodeSetReference IntersectRequestCodes.getCodedNodeSetReference()
          Gets the codedNodeSetReference value for this IntersectRequestCodes.
 CodedNodeSetReference UnionRequestCodes.getCodedNodeSetReference()
          Gets the codedNodeSetReference value for this UnionRequestCodes.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type CodedNodeSetReference
 void DifferenceRequestCodes.setCodedNodeSetReference(CodedNodeSetReference codedNodeSetReference)
          Sets the codedNodeSetReference value for this DifferenceRequestCodes.
 void IntersectRequestCodes.setCodedNodeSetReference(CodedNodeSetReference codedNodeSetReference)
          Sets the codedNodeSetReference value for this IntersectRequestCodes.
 void UnionRequestCodes.setCodedNodeSetReference(CodedNodeSetReference codedNodeSetReference)
          Sets the codedNodeSetReference value for this UnionRequestCodes.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type CodedNodeSetReference
DifferenceRequestCodes(CodedNodeSetReference codedNodeSetReference)
           
IntersectRequestCodes(CodedNodeSetReference codedNodeSetReference)
           
UnionRequestCodes(CodedNodeSetReference codedNodeSetReference)
           
 

Uses of CodedNodeSetReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.service
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.service that return CodedNodeSetReference
 CodedNodeSetReference LexBIGServiceConvenienceMethodsImpl.createCodeNodeSet(org.LexGrid.LexBIG.DataModel.cagrid.ConceptIdentification[] conceptIdentification, org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
           
 CodedNodeSetReference LexBIGServiceConvenienceMethodsImpl.getHierarchyRootSet(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.DataModel.cagrid.HierarchyIdentification hierarchyIdentification)
           
 

Uses of CodedNodeSetReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs declared as CodedNodeSetReference
private  CodedNodeSetReference CreateCodeNodeSetResponse.codedNodeSetReference
           
private  CodedNodeSetReference GetHierarchyRootSetResponse.codedNodeSetReference
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs that return CodedNodeSetReference
 CodedNodeSetReference CreateCodeNodeSetResponse.getCodedNodeSetReference()
          Gets the codedNodeSetReference value for this CreateCodeNodeSetResponse.
 CodedNodeSetReference GetHierarchyRootSetResponse.getCodedNodeSetReference()
          Gets the codedNodeSetReference value for this GetHierarchyRootSetResponse.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs with parameters of type CodedNodeSetReference
 void CreateCodeNodeSetResponse.setCodedNodeSetReference(CodedNodeSetReference codedNodeSetReference)
          Sets the codedNodeSetReference value for this CreateCodeNodeSetResponse.
 void GetHierarchyRootSetResponse.setCodedNodeSetReference(CodedNodeSetReference codedNodeSetReference)
          Sets the codedNodeSetReference value for this GetHierarchyRootSetResponse.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs with parameters of type CodedNodeSetReference
CreateCodeNodeSetResponse(CodedNodeSetReference codedNodeSetReference)
           
GetHierarchyRootSetResponse(CodedNodeSetReference codedNodeSetReference)
           
 

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

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.service that return CodedNodeSetReference
 CodedNodeSetReference LexEVSGridServiceImpl.getCodingSchemeConcepts(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
           
 

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs declared as CodedNodeSetReference
private  CodedNodeSetReference GetCodingSchemeConceptsResponse.codedNodeSetReference
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs that return CodedNodeSetReference
 CodedNodeSetReference GetCodingSchemeConceptsResponse.getCodedNodeSetReference()
          Gets the codedNodeSetReference value for this GetCodingSchemeConceptsResponse.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs with parameters of type CodedNodeSetReference
 void GetCodingSchemeConceptsResponse.setCodedNodeSetReference(CodedNodeSetReference codedNodeSetReference)
          Sets the codedNodeSetReference value for this GetCodingSchemeConceptsResponse.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs with parameters of type CodedNodeSetReference
GetCodingSchemeConceptsResponse(CodedNodeSetReference codedNodeSetReference)