|
|||||||||
| Home >> All >> feynman >> framework >> [ system overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 $
| Method Summary | |
void |
configure(PhysicalSystem system)
Implement this method to define how to configure the system. |
| Method Detail |
configure
public void configure(PhysicalSystem system)
- Implement this method to define how to configure the system.
|
|||||||||
| Home >> All >> feynman >> framework >> [ system overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC