Package ai.stapi.schema.adHocLoaders
Class AbstractFileModelDefinitionsLoader
java.lang.Object
ai.stapi.schema.adHocLoaders.AbstractFileModelDefinitionsLoader
- All Implemented Interfaces:
SpecificAdHocModelDefinitionsLoader
public abstract class AbstractFileModelDefinitionsLoader
extends Object
implements SpecificAdHocModelDefinitionsLoader
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractFileModelDefinitionsLoader(FileLoader fileLoader, String scope, String tag) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.schema.adHocLoaders.SpecificAdHocModelDefinitionsLoader
load
-
Field Details
-
scope
-
tag
-
-
Constructor Details
-
AbstractFileModelDefinitionsLoader
-
-
Method Details
-
load
- Specified by:
loadin interfaceSpecificAdHocModelDefinitionsLoader
-
getScope
- Specified by:
getScopein interfaceSpecificAdHocModelDefinitionsLoader
-
getTag
- Specified by:
getTagin interfaceSpecificAdHocModelDefinitionsLoader
-