com.massisframework.ai.MSPOSHSense Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of massis-ai-sposh Show documentation
Show all versions of massis-ai-sposh Show documentation
SPOSH High Level Controller
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.massisframework.ai;
import cz.cuni.amis.pogamut.sposh.context.Context;
import cz.cuni.amis.pogamut.sposh.executor.ParamsSense;
/**
* SPOSH sense in MASSIS engine
*
* @author rpax
*/
public abstract class MSPOSHSense
extends ParamsSense, RET_TYPE> {
public MSPOSHSense(Context ctx)
{
super(ctx);
}
}