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

model.MARK_II.SensorCell Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
package model.MARK_II;

/**
 * A data structure that represents a single input bit from an external sensor
 * source.
 *
 * @author Quinn Liu ([email protected])
 * @author Michael Cogswell ([email protected])
 * @version April 4, 2013
 */
public abstract class SensorCell extends Cell {
    public SensorCell() {
        super();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy