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

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.iso21090.DataModel.cagrid.ConceptIdentification[] conceptCodes, org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.iso21090.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.iso21090.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.iso21090.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
          Returns the set of all (or all active) concepts in the specified coding scheme.
 CodedNodeSetGrid LexBIGServiceConvenienceMethodsGrid.getHierarchyRootSet(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.iso21090.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.iso21090.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.iso21090.DataModel.Collections.ConceptReferenceList codeList)
          Restrict the set to the list of codes in the supplied conceptReference list
 CodedNodeSetGrid CodedNodeSetGrid.restrictToMatchingDesignations(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.MatchCriteria matchText, org.LexGrid.LexBIG.iso21090.DataModel.enums.SearchDesignationOption option, org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification matchAlgorithm, org.LexGrid.LexBIG.iso21090.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.iso21090.DataModel.Collections.LocalNameList propertyNames, org.LexGrid.LexBIG.iso21090.DataModel.enums.PropertyType[] propertyTypes, org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList sourceList, org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList contextList, org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList qualifierList, org.LexGrid.LexBIG.iso21090.DataModel.cagrid.MatchCriteria matchText, org.LexGrid.LexBIG.iso21090.DataModel.cagrid.ExtensionIdentification matchAlgorithm, org.LexGrid.LexBIG.iso21090.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.iso21090.DataModel.Collections.LocalNameList propertyList, org.LexGrid.LexBIG.iso21090.DataModel.enums.PropertyType[] propertyTypes, org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList sourceList, org.LexGrid.LexBIG.iso21090.DataModel.Collections.LocalNameList contextList, org.LexGrid.LexBIG.iso21090.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.iso21090.DataModel.enums.ActiveOption activeOption, org.LexGrid.LexBIG.iso21090.DataModel.cagrid.Status[] conceptStatus)
          Restrict the set to concepts matching the given status criteria.
 CodedNodeSetGrid CodedNodeGraphGrid.toNodeList(org.LexGrid.LexBIG.iso21090.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