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