Package com.ibm.fhir.term.graph.loader
Interface FHIRTermGraphLoader
- 
- All Known Implementing Classes:
 AbstractTermGraphLoader,CodeSystemTermGraphLoader,SnomedICD10MapTermGraphLoader,SnomedTermGraphLoader,UMLSTermGraphLoader
public interface FHIRTermGraphLoader 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFHIRTermGraphLoader.Type 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close the loader and its underlying resources.FHIRTermGraphgetGraph()Get the underlyingFHIRTermGraphinstance.voidload()Load theFHIRTermGraph.Map<String,String>options()Get the options used to create thisFHIRTermGraphLoader. 
 - 
 
- 
- 
Method Detail
- 
load
void load()
Load theFHIRTermGraph. 
- 
close
void close()
Close the loader and its underlying resources. 
- 
options
Map<String,String> options()
Get the options used to create thisFHIRTermGraphLoader.- Returns:
 - the options
 
 
- 
getGraph
FHIRTermGraph getGraph()
Get the underlyingFHIRTermGraphinstance.- Returns:
 - the 
FHIRTermGraphinstance 
 
 - 
 
 -