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
ConstructorDescriptionForceFieldFilter
(org.apache.commons.configuration2.CompositeConfiguration properties) Constructor for ForceFieldFilter. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Parse 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
- aCompositeConfiguration
object.
-
-
Method Details
-
main
Parse a Force Field parameter file and echo the results with slashes.- Parameters:
args
- an array ofString
objects.
-
parse
parse- Returns:
- a
ForceField
object.
-