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 FHIRTermGraph
FHIRTermGraphFactory. open(java.lang.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 org.linuxforhealth.fhir.term.graph.impl
Classes in org.linuxforhealth.fhir.term.graph.impl that implement FHIRTermGraph Modifier and Type Class Description class
FHIRTermGraphImpl
-
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 FHIRTermGraph
FHIRTermGraphLoader. getGraph()
Get the underlyingFHIRTermGraph
instance. -
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 FHIRTermGraph
AbstractTermGraphLoader. graph
Methods in org.linuxforhealth.fhir.term.graph.loader.impl that return FHIRTermGraph Modifier and Type Method Description FHIRTermGraph
AbstractTermGraphLoader. 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 FHIRTermGraph
GraphTermServiceProvider. getGraph()
Constructors in org.linuxforhealth.fhir.term.graph.provider with parameters of type FHIRTermGraph Constructor Description GraphTermServiceProvider(FHIRTermGraph graph)
GraphTermServiceProvider(FHIRTermGraph graph, int timeLimit)
-