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 TypeMethodDescriptionvoid
FFXSystem.addKeyword
(Keyword k) addKeywordvoid
FFXSystem.removeKeyword
(Keyword kd) removeKeywordModifier and TypeMethodDescriptionvoid
FFXSystem.setKeywords
(Hashtable<String, Keyword> k) Setter for the fieldkeywords
.