Package org.helm.notation2
Class Chemistry
java.lang.Object
org.helm.notation2.Chemistry
public final class Chemistry extends Object
Chemistry, singleton class to define which Chemistry-Plugin is used
- Author:
- hecht
-
Field Summary
-
Method Summary
Modifier and Type Method Description StringgetChemistry()static ChemistrygetInstance()method to get the singleton instanceorg.helm.chemtoolkit.AbstractChemistryManipulatorgetManipulator()method to get the Manipulatorvoidrefresh()
-
Field Details
-
Method Details
-
getChemistry
-
getInstance
method to get the singleton instance- Returns:
- Chemistry
- Throws:
ChemistryException- if the Chemistry can not be initialized
-
getManipulator
public org.helm.chemtoolkit.AbstractChemistryManipulator getManipulator()method to get the Manipulator- Returns:
- AbstractChemistryManipulator
-
refresh
public void refresh()
-