Class SingleFlexophoreEntityExtractorContainer
- java.lang.Object
-
- com.actelion.research.chem.descriptor.flexophore.entity.SingleFlexophoreEntityExtractorContainer
-
public class SingleFlexophoreEntityExtractorContainer extends java.lang.Object
SingleFlexophoreEntityExtractor Extract pharmacophore points and linker.Copyright: Actelion Ltd., Inc. All Rights Reserved This software is the proprietary information of Actelion Pharmaceuticals, Ltd. Use is subject to license terms.
- Version:
- 1.0 Jan 14, 2013 MvK Start implementation
- Author:
- Modest von Korff
-
-
Constructor Summary
Constructors Constructor Description SingleFlexophoreEntityExtractorContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Linker>
getLinkerList()
java.util.List<FlexophorePoint>
getPharmacophorePointList()
void
process(Pipeline<IDCodeCoord> queuePipe)
-
-
-
Method Detail
-
process
public void process(Pipeline<IDCodeCoord> queuePipe) throws UnparametrizedAtomTypeException
- Throws:
UnparametrizedAtomTypeException
-
getPharmacophorePointList
public java.util.List<FlexophorePoint> getPharmacophorePointList()
-
getLinkerList
public java.util.List<Linker> getLinkerList()
-
-