All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.massisframework.ai.MSPOSHSense Maven / Gradle / Ivy

There is a newer version: 1.2.22
Show newest version
/*
 * 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);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy