Package com.ibm.fhir.term.graph.factory
Class FHIRTermGraphFactory
- java.lang.Object
 - 
- com.ibm.fhir.term.graph.factory.FHIRTermGraphFactory
 
 
- 
public final class FHIRTermGraphFactory extends Object
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FHIRTermGraphopen(String propFileName)Create aFHIRTermGraphinstance using the given configuration properties file.static FHIRTermGraphopen(org.apache.commons.configuration2.Configuration configuration)Create aFHIRTermGraphinstance using the given configuration object. 
 - 
 
- 
- 
Method Detail
- 
open
public static FHIRTermGraph open(String propFileName)
Create aFHIRTermGraphinstance using the given configuration properties file.- Parameters:
 propFileName- the configuration properties file- Returns:
 - the 
FHIRTermGraphinstance 
 
- 
open
public static FHIRTermGraph open(org.apache.commons.configuration2.Configuration configuration)
Create aFHIRTermGraphinstance using the given configuration object.- Parameters:
 configuration- the configuration object- Returns:
 - the 
FHIRTermGraphinstance 
 
 - 
 
 -