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

com.massisframework.massis.ai.sposh.senses.SimulationSense Maven / Gradle / Ivy

The newest version!
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.massisframework.massis.ai.sposh.senses;

import com.massisframework.massis.ai.sposh.SimulationContext;
import cz.cuni.amis.pogamut.sposh.executor.ParamsSense;

/**
 * SPOSH sense in MASSIS engine
 *
 * @author rpax
 */
public abstract class SimulationSense
        extends ParamsSense {

    public SimulationSense(SimulationContext ctx)
    {
        super(ctx);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy