Package chemaxon.marvin.alignment
Class MCSAlignment.Factory
- java.lang.Object
-
- chemaxon.marvin.alignment.MCSAlignment.Factory
-
- Enclosing interface:
- MCSAlignment
public static class MCSAlignment.Factory extends Object
Factory class for ConformationAlignment.
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MCSAlignment
createNew(Molecule reference)
Constructs a new instance of ConformationAlignment class.
-
-
-
Method Detail
-
createNew
public static MCSAlignment createNew(Molecule reference)
Constructs a new instance of ConformationAlignment class.- Parameters:
reference
- reference molecule- Returns:
- a new instance
- See Also:
MCSAlignment
-
-