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

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.iso21090.DataModel.cagrid.CodingSchemeIdentification codingScheme, org.LexGrid.LexBIG.iso21090.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.iso21090.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.iso21090.DataModel.Collections.NameAndValueList association, org.LexGrid.LexBIG.iso21090.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.iso21090.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.iso21090.DataModel.Collections.NameAndValueList directionalNames, org.LexGrid.LexBIG.iso21090.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.iso21090.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.iso21090.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.