Class ModelFactory


  • public final class ModelFactory
    extends java.lang.Object
    A class that loads a model given a name.
    Author:
    Alex Kalderimis
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Model loadModel​(java.lang.String name)
      Load a named model from the classpath
      • Methods inherited from class java.lang.Object

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

      • loadModel

        public static Model loadModel​(java.lang.String name)
        Load a named model from the classpath
        Parameters:
        name - the model name
        Returns:
        the model