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

model.MARK_II.unimplementedBiology.Thalamus Maven / Gradle / Ivy

The newest version!
package model.MARK_II.unimplementedBiology;

/**
 * "Relay station" for all sensory information(except smell) which
 * is conveyed to the cortex.
 *
 * @author Quinn Liu ([email protected])
 * @version June 5, 2013
 */
public class Thalamus {
    private model.MARK_II.unimplementedBiology.LGN LGN;

    public Thalamus(LGN LGN) {
        this.LGN = LGN;
    }

    public LGN getLGN() {
        return this.LGN;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy