Uses of Interface
com.ibm.fhir.term.graph.FHIRTermGraph
-
Packages that use FHIRTermGraph Package Description com.ibm.fhir.term.graph.factory com.ibm.fhir.term.graph.impl com.ibm.fhir.term.graph.loader com.ibm.fhir.term.graph.loader.impl com.ibm.fhir.term.graph.provider -
-
Uses of FHIRTermGraph in com.ibm.fhir.term.graph.factory
Methods in com.ibm.fhir.term.graph.factory that return FHIRTermGraph Modifier and Type Method Description static FHIRTermGraphFHIRTermGraphFactory. open(String propFileName)Create aFHIRTermGraphinstance using the given configuration properties file.static FHIRTermGraphFHIRTermGraphFactory. open(org.apache.commons.configuration.Configuration configuration)Create aFHIRTermGraphinstance using the given configuration object. -
Uses of FHIRTermGraph in com.ibm.fhir.term.graph.impl
Classes in com.ibm.fhir.term.graph.impl that implement FHIRTermGraph Modifier and Type Class Description classFHIRTermGraphImpl -
Uses of FHIRTermGraph in com.ibm.fhir.term.graph.loader
Methods in com.ibm.fhir.term.graph.loader that return FHIRTermGraph Modifier and Type Method Description FHIRTermGraphFHIRTermGraphLoader. getGraph()Get the underlyingFHIRTermGraphinstance. -
Uses of FHIRTermGraph in com.ibm.fhir.term.graph.loader.impl
Fields in com.ibm.fhir.term.graph.loader.impl declared as FHIRTermGraph Modifier and Type Field Description protected FHIRTermGraphAbstractTermGraphLoader. graphMethods in com.ibm.fhir.term.graph.loader.impl that return FHIRTermGraph Modifier and Type Method Description FHIRTermGraphAbstractTermGraphLoader. getGraph()Constructors in com.ibm.fhir.term.graph.loader.impl with parameters of type FHIRTermGraph Constructor Description AbstractTermGraphLoader(Map<String,String> options, FHIRTermGraph graph)CodeSystemTermGraphLoader(FHIRTermGraph graph, CodeSystem codeSystem) -
Uses of FHIRTermGraph in com.ibm.fhir.term.graph.provider
Methods in com.ibm.fhir.term.graph.provider that return FHIRTermGraph Modifier and Type Method Description FHIRTermGraphGraphTermServiceProvider. getGraph()Constructors in com.ibm.fhir.term.graph.provider with parameters of type FHIRTermGraph Constructor Description GraphTermServiceProvider(FHIRTermGraph graph)GraphTermServiceProvider(FHIRTermGraph graph, int timeLimit)
-