Exemplo n.º 1
0
 /**
  * Sets the interface for creating feature store connections. You
  * can call this to replace the default implementation with a
  * custom one.
  *
  * @param factory
  *      New feature store factory implementation.
  */
 public void setFeatureStoreFactory(FeatureStoreFactory factory)
 {
     feature_store_factory = factory;
 }
Exemplo n.º 2
0
 /**
  * Sets the interface for creating feature store connections. You
  * can call this to replace the default implementation with a
  * custom one.
  *
  * @param factory
  *      New feature store factory implementation.
  */
 public void setFeatureStoreFactory(FeatureStoreFactory factory)
 {
     feature_store_factory = factory;
 }