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

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

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

Classes in org.LexGrid.LexBIG.cagrid.adapters that implement CodedNodeGraphGrid
 class CodedNodeGraphGridAdapter
           
 

Methods in org.LexGrid.LexBIG.cagrid.adapters that return CodedNodeGraphGrid
 CodedNodeGraphGrid CodedNodeGraphAdapter.getCodedNodeGraphGridInterface()
           
 CodedNodeGraphGrid LexBIGServiceGridAdapter.getNodeGraph(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.DataModel.cagrid.RelationContainerIdentification relationsName)
           
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.intersect(CodedNodeGraphGrid graph)
           
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.restrictToAssociations(org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList association, org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associationQualifiers)
           
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.restrictToCodes(CodedNodeSetGrid codes)
           
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.restrictToCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme)
           
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.restrictToDirectionalNames(org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList directionalNames, org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associationQualifiers)
           
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.restrictToSourceCodes(CodedNodeSetGrid codes)
           
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.restrictToSourceCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme)
           
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.restrictToTargetCodes(CodedNodeSetGrid codes)
           
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.restrictToTargetCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme)
           
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.union(CodedNodeGraphGrid graph)
           
 

Methods in org.LexGrid.LexBIG.cagrid.adapters with parameters of type CodedNodeGraphGrid
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.intersect(CodedNodeGraphGrid graph)
           
 CodedNodeGraphGrid CodedNodeGraphGridAdapter.union(CodedNodeGraphGrid graph)
           
 

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

Methods in org.LexGrid.LexBIG.cagrid.interfaces that return CodedNodeGraphGrid
 CodedNodeGraphGrid LexBIGServiceGrid.getNodeGraph(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.DataModel.cagrid.RelationContainerIdentification relationsName)
          Returns the node graph as represented in the particular relationship set in the coding scheme.
 CodedNodeGraphGrid CodedNodeGraphGrid.intersect(CodedNodeGraphGrid graph)
          Return the set of concepts and associations that are present in both graphs.
 CodedNodeGraphGrid CodedNodeGraphGrid.restrictToAssociations(org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList association, org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associationQualifiers)
          Restrict the graph to the nodes that participate as a source or target of the named association and, if supplied, the named association qualifiers.
 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.restrictToCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme)
          Restrict the graph to concept codes (source and target) that originate from the supplied code system.
 CodedNodeGraphGrid CodedNodeGraphGrid.restrictToDirectionalNames(org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList directionalNames, org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associationQualifiers)
          Restrict the graph to the nodes that participate as a source or target of an association whose directional name matches the one provided and, if supplied, the named association qualifiers.
 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.restrictToSourceCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme)
          Restrict the graph to edges that have concepts derived from the supplied code system as a source.
 CodedNodeGraphGrid CodedNodeGraphGrid.restrictToTargetCodes(CodedNodeSetGrid codes)
          Restrict the graph to associations that have one of the codes in the supplied list as target codes.
 CodedNodeGraphGrid CodedNodeGraphGrid.restrictToTargetCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingScheme)
          Restrict the graph to edges that have concepts derived from the supplied code system as a target.
 CodedNodeGraphGrid CodedNodeGraphGrid.union(CodedNodeGraphGrid graph)
          Return the union of the two graphs.
 

Methods in org.LexGrid.LexBIG.cagrid.interfaces with parameters of type CodedNodeGraphGrid
 CodedNodeGraphGrid CodedNodeGraphGrid.intersect(CodedNodeGraphGrid graph)
          Return the set of concepts and associations that are present in both graphs.
 CodedNodeGraphGrid CodedNodeGraphGrid.union(CodedNodeGraphGrid graph)
          Return the union of the two graphs.