Class OAVStateFactory


  • public class OAVStateFactory
    extends java.lang.Object
    Factory to decouple state creation.
    • Constructor Summary

      Constructors 
      Constructor Description
      OAVStateFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IOAVState createOAVState​(OAVTypeModel model)
      Create a new OAV state for the given type model.
      • Methods inherited from class java.lang.Object

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

      • OAVStateFactory

        public OAVStateFactory()
    • Method Detail

      • createOAVState

        public static IOAVState createOAVState​(OAVTypeModel model)
        Create a new OAV state for the given type model.