Uses of Class
org.simtk.molecularstructure.MoleculeCollection

Packages that use MoleculeCollection
org.simtk.pdb   
org.simtk.rnaml   
 

Uses of MoleculeCollection in org.simtk.pdb
 

Methods in org.simtk.pdb with parameters of type MoleculeCollection
protected abstract  void MoleculeAcquisitionMethodDialog.readStructureFromMoleculeCollection(MoleculeCollection molecules)
          Overload this to make use of preloaded molecule collection
 

Uses of MoleculeCollection in org.simtk.rnaml
 

Constructors in org.simtk.rnaml with parameters of type MoleculeCollection
RnamlDocument(java.io.File rnamlFile, MoleculeCollection molecules)
           
RnamlExportDocument(java.lang.String program, java.lang.String version, MoleculeCollection molecules)