Class PPNodeRGroup
- java.lang.Object
-
- com.actelion.research.chem.descriptor.flexophore.PPNode
-
- com.actelion.research.chem.descriptor.flexophore.entity.PPNodeRGroup
-
public class PPNodeRGroup extends PPNode
PPNodeStructureCopyright: 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 Feb 20, 2013 MvK Start implementation
- Author:
- Modest von Korff
-
-
Field Summary
-
Fields inherited from class com.actelion.research.chem.descriptor.flexophore.PPNode
DUMMY_INTERACT_ID, INFO_DEFAULT, MULT_FREQ, NUM_BYTES_INTERACTION_TYPE, SEPARATOR_ATOMS
-
-
Constructor Summary
Constructors Constructor Description PPNodeRGroup()
PPNodeRGroup(PPNode node, java.lang.String idcode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCoordinates()
java.lang.String
getIdCode()
void
set(java.lang.String idcode, java.lang.String coordinates)
void
setIdCode(java.lang.String idcode)
-
Methods inherited from class com.actelion.research.chem.descriptor.flexophore.PPNode
add, addAtoms, compareTo, containsInteractionID, copy, equalAtoms, equals, get, getAtomicNo, getAtomicNoFromInteractionType, getCopy, getDummy, getFractionCarbonInteractions, getHeteroOnlyNode, getInteractionType, getInteractionTypeCount, getInteractionTypeFromByteArray, getModeFlexophore, getNumBytesEntry, hasHeteroAtom, isAromatic, isCarbonExclusiveNode, read, realize, set, setModeFlexophore, sortInteractionTypes, toString, toStringLong, toStringLongHardPPPoint
-
-
-
-
Constructor Detail
-
PPNodeRGroup
public PPNodeRGroup()
-
PPNodeRGroup
public PPNodeRGroup(PPNode node, java.lang.String idcode)
-
-