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 FHIRTermGraph
FHIRTermGraphFactory. open(String propFileName)
Create aFHIRTermGraph
instance using the given configuration properties file.static FHIRTermGraph
FHIRTermGraphFactory. open(org.apache.commons.configuration2.Configuration configuration)
Create aFHIRTermGraph
instance 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 class
FHIRTermGraphImpl
-
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 FHIRTermGraph
FHIRTermGraphLoader. getGraph()
Get the underlyingFHIRTermGraph
instance. -
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 FHIRTermGraph
AbstractTermGraphLoader. graph
Methods in com.ibm.fhir.term.graph.loader.impl that return FHIRTermGraph Modifier and Type Method Description FHIRTermGraph
AbstractTermGraphLoader. 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 FHIRTermGraph
GraphTermServiceProvider. getGraph()
Constructors in com.ibm.fhir.term.graph.provider with parameters of type FHIRTermGraph Constructor Description GraphTermServiceProvider(FHIRTermGraph graph)
GraphTermServiceProvider(FHIRTermGraph graph, int timeLimit)
-