Class FHIRTermGraphFactory


  • public final class FHIRTermGraphFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static FHIRTermGraph open​(java.lang.String propFileName)
      Create a FHIRTermGraph instance using the given configuration properties file.
      static FHIRTermGraph open​(org.apache.commons.configuration2.Configuration configuration)
      Create a FHIRTermGraph instance using the given configuration object.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • open

        public static FHIRTermGraph open​(java.lang.String propFileName)
        Create a FHIRTermGraph instance using the given configuration properties file.
        Parameters:
        propFileName - the configuration properties file
        Returns:
        the FHIRTermGraph instance
      • open

        public static FHIRTermGraph open​(org.apache.commons.configuration2.Configuration configuration)
        Create a FHIRTermGraph instance using the given configuration object.
        Parameters:
        configuration - the configuration object
        Returns:
        the FHIRTermGraph instance