
artoria.ai.support.AutoAiHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artoria-extend Show documentation
Show all versions of artoria-extend Show documentation
Artoria is a java technology framework based on the facade pattern.
The newest version!
package artoria.ai.support;
import artoria.core.ArtificialIntelligence;
public interface AutoAiHandler extends ArtificialIntelligence {
/**
* Get the ai handler name.
* @return The ai handler name
*/
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy