feynman.framework.system
Interface PhysicalConfiguration
- public interface PhysicalConfiguration
Interface for defining the configuration of a physical system before any
operations or measurements are performed on the physical system.
The class that will be used by the simulation should be defined in the
Simulation.properties file in the following manner:
# Define the class to use to configure the physical System.
PhysicalConfigurationClass=InitialSetup
- Version:
- $Revision: 1.1.1.1 $ $Date: 2002/11/12 02:25:43 $
- Author:
- Wes Bailey
configure
public void configure(PhysicalSystem system)
- Implement this method to define how to configure the system.