Package org.helm.notation2.tools
Class PolymerUtils
java.lang.Object
org.helm.notation2.tools.PolymerUtils
public class PolymerUtils extends Object
PolymerUtils, class to provide methods for polymer
- Author:
- hecht
-
Constructor Summary
Constructors Constructor Description PolymerUtils() -
Method Summary
Modifier and Type Method Description static intgetTotalMonomerCount(org.helm.notation2.parser.notation.polymer.PolymerNotation polymer)method to get the total monomer count of one PolymerNotation
-
Constructor Details
-
PolymerUtils
public PolymerUtils()
-
-
Method Details
-
getTotalMonomerCount
public static int getTotalMonomerCount(org.helm.notation2.parser.notation.polymer.PolymerNotation polymer)method to get the total monomer count of one PolymerNotation- Parameters:
polymer- PolymerNotation- Returns:
- monomer count
-