cct.adf
Class ADFSnapshot
java.lang.Object
cct.adf.ADFSnapshot
public class ADFSnapshot
- extends java.lang.Object
Title: Computational Chemistry Tookit
Description:
Copyright: Copyright (c) 2005-2008 Dr. Vladislav Vassiliev
Company: ANU
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADFSnapshot
public ADFSnapshot()
getAtoms
public java.util.ArrayList<ADFAtom> getAtoms()
addProperty
public void addProperty(java.lang.String type,
double value)
getProperty
public double getProperty(java.lang.String type)
throws java.lang.Exception
- Throws:
java.lang.Exception
setAtoms
public void setAtoms(java.util.ArrayList<ADFAtom> atoms)