Uses of Interface
org.LexGrid.LexBIG.cagrid.interfaces.CodedNodeSetGrid

Packages that use CodedNodeSetGrid
org.LexGrid.LexBIG.cagrid.adapters   
org.LexGrid.LexBIG.cagrid.interfaces   
 

Uses of CodedNodeSetGrid in org.LexGrid.LexBIG.cagrid.adapters
 

Classes in org.LexGrid.LexBIG.cagrid.adapters that implement CodedNodeSetGrid
 class CodedNodeSetGridAdapter
           
 

Methods in org.LexGrid.LexBIG.cagrid.adapters that return CodedNodeSetGrid
 CodedNodeSetGrid LexBIGServiceConvenienceMethodsGridAdapter.createCodeNodeSet(org.LexGrid.LexBIG.DataModel.cagrid.ConceptIdentification[] conceptCodes, org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
           
 CodedNodeSetGrid CodedNodeSetGridAdapter.difference(CodedNodeSetGrid codesToRemove)
           
 CodedNodeSetGrid CodedNodeSetAdapter.getCodedNodeSetGridInterface()
           
 CodedNodeSetGrid LexBIGServiceGridAdapter.getCodingSchemeConcepts(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
           
 CodedNodeSetGrid LexBIGServiceConvenienceMethodsGridAdapter.getHierarchyRootSet(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.DataModel.cagrid.HierarchyIdentification hierarchyID)
           
 CodedNodeSetGrid CodedNodeSetGridAdapter.intersect(CodedNodeSetGrid codes)
           
 CodedNodeSetGrid CodedNodeSetGridAdapter.restrictToCodes(org.LexGrid.LexBIG.DataModel.Collections.ConceptReferenceList codeList)
           
 CodedNodeSetGrid CodedNodeSetGridAdapter.restrictToMatchingDesignations(org.LexGrid.LexBIG.DataModel.cagrid.MatchCriteria matchText, org.LexGrid.LexBIG.DataModel.enums.SearchDesignationOption option, org.LexGrid.LexBIG.DataModel.cagrid.ExtensionIdentification matchAlgorithm, org.LexGrid.LexBIG.DataModel.cagrid.LanguageIdentification language)
           
 CodedNodeSetGrid CodedNodeSetGridAdapter.restrictToMatchingProperties(org.LexGrid.LexBIG.DataModel.Collections.LocalNameList propertyNames, org.LexGrid.LexBIG.DataModel.enums.PropertyType[] propertyTypes, org.LexGrid.LexBIG.DataModel.Collections.LocalNameList sourceList, org.LexGrid.LexBIG.DataModel.Collections.LocalNameList contextList, org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList qualifierList, org.LexGrid.LexBIG.DataModel.cagrid.MatchCriteria matchText, org.LexGrid.LexBIG.DataModel.cagrid.ExtensionIdentification matchAlgorithm, org.LexGrid.LexBIG.DataModel.cagrid.LanguageIdentification language)
           
 CodedNodeSetGrid CodedNodeSetGridAdapter.restrictToProperties(org.LexGrid.LexBIG.DataModel.Collections.LocalNameList propertyList, org.LexGrid.LexBIG.DataModel.enums.PropertyType[] propertyTypes, org.LexGrid.LexBIG.DataModel.Collections.LocalNameList sourceList, org.LexGrid.LexBIG.DataModel.Collections.LocalNameList contextList, org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList qualifierList)
           
 CodedNodeSetGrid CodedNodeSetGridAdapter.restrictToStatus(org.LexGrid.LexBIG.DataModel.enums.ActiveOption activeOption, org.LexGrid.LexBIG.DataModel.cagrid.Status[] status)
           
 CodedNodeSetGrid CodedNodeGraphGridAdapter.toNodeList(org.LexGrid.LexBIG.DataModel.cagrid.NodeListPolicy policy)
           
 CodedNodeSetGrid CodedNodeSetGridAdapter.union(CodedNodeSetGrid codes)
           
 

Methods in org.LexGrid.LexBIG.cagrid.adapters with parameters of type CodedNodeSetGrid
 CodedNodeSetGrid CodedNodeSetGridAdapter.difference(CodedNodeSetGrid codesToRemove)
           
 CodedNodeSetGrid CodedNodeSetGridAdapter.intersect(CodedNodeSetGrid codes)
           
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.restrictToCodes(CodedNodeSetGrid codes)
           
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.restrictToSourceCodes(CodedNodeSetGrid codes)
           
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.restrictToTargetCodes(CodedNodeSetGrid codes)
           
 CodedNodeSetGrid CodedNodeSetGridAdapter.union(CodedNodeSetGrid codes)
           
 

Uses of CodedNodeSetGrid in org.LexGrid.LexBIG.cagrid.interfaces
 

Methods in org.LexGrid.LexBIG.cagrid.interfaces that return CodedNodeSetGrid
 CodedNodeSetGrid LexBIGServiceConvenienceMethodsGrid.createCodeNodeSet(org.LexGrid.LexBIG.DataModel.cagrid.ConceptIdentification[] conceptCodes, org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
          Create a CodedNodeSet from a set of concept codes in a coding scheme.
 CodedNodeSetGrid CodedNodeSetGrid.difference(CodedNodeSetGrid codesToRemove)
          Return a coded node set that represents the set of concepts in this coded node set that are not included by the given set of codes.
 CodedNodeSetGrid LexBIGServiceGrid.getCodingSchemeConcepts(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
          Returns the set of all (or all active) concepts in the specified coding scheme.
 CodedNodeSetGrid LexBIGServiceConvenienceMethodsGrid.getHierarchyRootSet(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.DataModel.cagrid.HierarchyIdentification hierarchyIdentification)
          Returns all root nodes for the given hierarchy as a CodeNodeSet, which can be further restricted.
 CodedNodeSetGrid CodedNodeSetGrid.intersect(CodedNodeSetGrid codes)
          Return a coded node set that represents the set of concepts that this node set and the provided node set have in common.
 CodedNodeSetGrid CodedNodeSetGrid.restrictToCodes(org.LexGrid.LexBIG.DataModel.Collections.ConceptReferenceList codeList)
          Restrict the set to the list of codes in the supplied conceptReference list
 CodedNodeSetGrid CodedNodeSetGrid.restrictToMatchingDesignations(org.LexGrid.LexBIG.DataModel.cagrid.MatchCriteria matchText, org.LexGrid.LexBIG.DataModel.enums.SearchDesignationOption option, org.LexGrid.LexBIG.DataModel.cagrid.ExtensionIdentification matchAlgorithm, org.LexGrid.LexBIG.DataModel.cagrid.LanguageIdentification language)
          Restrict the list to the set of concepts that have designations that match the supplied string, using the supplied matching algorithm and language
 CodedNodeSetGrid CodedNodeSetGrid.restrictToMatchingProperties(org.LexGrid.LexBIG.DataModel.Collections.LocalNameList propertyNames, org.LexGrid.LexBIG.DataModel.enums.PropertyType[] propertyTypes, org.LexGrid.LexBIG.DataModel.Collections.LocalNameList sourceList, org.LexGrid.LexBIG.DataModel.Collections.LocalNameList contextList, org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList qualifierList, org.LexGrid.LexBIG.DataModel.cagrid.MatchCriteria matchText, org.LexGrid.LexBIG.DataModel.cagrid.ExtensionIdentification matchAlgorithm, org.LexGrid.LexBIG.DataModel.cagrid.LanguageIdentification language)
          Remove all elements from the set that do not have one or more properties that match the given criteria.
 CodedNodeSetGrid CodedNodeSetGrid.restrictToProperties(org.LexGrid.LexBIG.DataModel.Collections.LocalNameList propertyList, org.LexGrid.LexBIG.DataModel.enums.PropertyType[] propertyTypes, org.LexGrid.LexBIG.DataModel.Collections.LocalNameList sourceList, org.LexGrid.LexBIG.DataModel.Collections.LocalNameList contextList, org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList qualifierList)
          Remove all elements from the set that don't have one or more properties that match the given criteria.
 CodedNodeSetGrid CodedNodeSetGrid.restrictToStatus(org.LexGrid.LexBIG.DataModel.enums.ActiveOption activeOption, org.LexGrid.LexBIG.DataModel.cagrid.Status[] conceptStatus)
          Restrict the set to concepts matching the given status criteria.
 CodedNodeSetGrid CodedNodeGraphGrid.toNodeList(org.LexGrid.LexBIG.DataModel.cagrid.NodeListPolicy policy)
          Transform the graph into a simple of list of concept codes, removing all association information.
 CodedNodeSetGrid CodedNodeSetGrid.union(CodedNodeSetGrid codes)
          Return the set union of all of the codes in the containing or the referenced set
 

Methods in org.LexGrid.LexBIG.cagrid.interfaces with parameters of type CodedNodeSetGrid
 CodedNodeSetGrid CodedNodeSetGrid.difference(CodedNodeSetGrid codesToRemove)
          Return a coded node set that represents the set of concepts in this coded node set that are not included by the given set of codes.
 CodedNodeSetGrid CodedNodeSetGrid.intersect(CodedNodeSetGrid codes)
          Return a coded node set that represents the set of concepts that this node set and the provided node set have in common.
 CodedNodeGraphGrid CodedNodeGraphGrid.restrictToCodes(CodedNodeSetGrid 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.
 CodedNodeGraphGrid CodedNodeGraphGrid.restrictToSourceCodes(CodedNodeSetGrid codes)
          Restrict the graph to associations that have one of the codes in the supplied list as source codes.
 CodedNodeGraphGrid CodedNodeGraphGrid.restrictToTargetCodes(CodedNodeSetGrid codes)
          Restrict the graph to associations that have one of the codes in the supplied list as target codes.
 CodedNodeSetGrid CodedNodeSetGrid.union(CodedNodeSetGrid codes)
          Return the set union of all of the codes in the containing or the referenced set