Package ffx.potential.parsers
Class ForceFieldFilter
java.lang.Object
ffx.potential.parsers.ForceFieldFilter
The ForceFieldFilter Class is used to parse and store molecular mechanics data from
keyword/property and parameter (*.PRM) files.
Alternatively, an Apache Commons "Configuration" instance can be parsed.
- Since:
- 1.0
- Author:
- Michael J. Schnieders
-
Constructor Summary
ConstructorsConstructorDescriptionForceFieldFilter(org.apache.commons.configuration2.CompositeConfiguration properties) Constructor for ForceFieldFilter. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidParse a Force Field parameter file and echo the results with slashes.parse()parse
-
Constructor Details
-
ForceFieldFilter
public ForceFieldFilter(org.apache.commons.configuration2.CompositeConfiguration properties) Constructor for ForceFieldFilter.- Parameters:
properties- aCompositeConfigurationobject.
-
-
Method Details
-
main
Parse a Force Field parameter file and echo the results with slashes.- Parameters:
args- an array ofStringobjects.
-
parse
parse- Returns:
- a
ForceFieldobject.
-