Package org.openmolecules.chem.conf.gen
Class RigidFragmentCache.CacheEntry
- java.lang.Object
-
- org.openmolecules.chem.conf.gen.RigidFragmentCache.CacheEntry
-
- All Implemented Interfaces:
java.lang.Comparable<RigidFragmentCache.CacheEntry>
- Enclosing class:
- RigidFragmentCache
public static class RigidFragmentCache.CacheEntry extends java.lang.Object implements java.lang.Comparable<RigidFragmentCache.CacheEntry>
-
-
Constructor Summary
Constructors Constructor Description CacheEntry(Coordinates[][] coordinates, double[] likelihoods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(RigidFragmentCache.CacheEntry o)
void
incrementHitCount()
-
-
-
Constructor Detail
-
CacheEntry
public CacheEntry(Coordinates[][] coordinates, double[] likelihoods)
-
-
Method Detail
-
incrementHitCount
public void incrementHitCount()
-
compareTo
public int compareTo(RigidFragmentCache.CacheEntry o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<RigidFragmentCache.CacheEntry>
-
-