Uses of Class
ffx.utilities.Keyword
Packages that use Keyword
Package
Description
The Parsers package handles reading/writing files to/from the internal data structure.
The UI package provides views and controllers for manipulating molecular systems.
-
Uses of Keyword in ffx.potential.parsers
Methods in ffx.potential.parsers that return types with arguments of type KeywordModifier and TypeMethodDescriptionopenopenMethod parameters in ffx.potential.parsers with type arguments of type Keyword -
Uses of Keyword in ffx.ui
Modifier and TypeMethodDescriptionvoidFFXSystem.addKeyword(Keyword k) addKeywordvoidFFXSystem.removeKeyword(Keyword kd) removeKeywordModifier and TypeMethodDescriptionvoidFFXSystem.setKeywords(Hashtable<String, Keyword> k) Setter for the fieldkeywords.