FluorophoreCommand

public interface FluorophoreCommand

Executes a command for generating fluorophores. A fluorophore command is a tool for generating a new set of Fluorophore instances. It handles the job of both creating the instances and connecting the correct Listeners to their Observables.

Author:Kyle M. Douglass

Methods

generateFluorophores

public List<Fluorophore> generateFluorophores()

Creates a new set of Fluorophore instances.

Returns:A new list of Fluorophore instances.