public interface ZooProvider
ZooProvider
is a service provider that enables ServiceLoader
to locate
and load at the run time.Modifier and Type | Method and Description |
---|---|
ModelZoo |
getModelZoo()
Returns the instance of the
ModelZoo . |
default java.lang.String |
getName()
Gets the name of the
ModelZoo . |