Uses of Interface
com.actelion.research.chem.properties.complexity.IBitArray
-
Packages that use IBitArray Package Description com.actelion.research.chem.mcs com.actelion.research.chem.properties.complexity -
-
Uses of IBitArray in com.actelion.research.chem.mcs
Methods in com.actelion.research.chem.mcs that return types with arguments of type IBitArray Modifier and Type Method Description java.util.List<IBitArray>
ExhaustiveFragmentGeneratorBonds. getFragments(int bonds)
Returns list with indices for fragments withsize
bonds.Methods in com.actelion.research.chem.mcs with parameters of type IBitArray Modifier and Type Method Description boolean
BondVector2IdCode. containsFragmentOpenRing(IBitArray fragDefByBonds)
Fragment
BondVector2IdCode. getFragment(IBitArray fragDefByBonds)
Fragment
BondVector2IdCode. getFragment(IBitArray fragDefByBonds, boolean addWildcards)
java.lang.String
BondVector2IdCode. getFragmentIdCode(IBitArray fragDefByBonds)
java.lang.String
BondVector2IdCode. getFragmentIdCodeCarbonSkeleton(IBitArray fragDefByBonds)
Constructor parameters in com.actelion.research.chem.mcs with type arguments of type IBitArray Constructor Description RunBondVector2IdCode(int id, Pipeline<IBitArray> pipeInputFragIndexListsFromEFG, Pipeline<FragmentDefinedByBondsIdCode> pipeOutputFragmentDefinedByBondsIdCode)
-
Uses of IBitArray in com.actelion.research.chem.properties.complexity
Classes in com.actelion.research.chem.properties.complexity with type parameters of type IBitArray Modifier and Type Interface Description interface
IBitArrayFactory<T extends IBitArray>
Classes in com.actelion.research.chem.properties.complexity that implement IBitArray Modifier and Type Class Description class
BitArray128
Methods in com.actelion.research.chem.properties.complexity that return IBitArray Modifier and Type Method Description IBitArray
ContainerBitArray. get()
IBitArray
ContainerFragBondsSolutions. get()
IBitArray
FragmentDefinedByBondsIdCode. getBitArray()
IBitArray
ContainerBitArray. getWithCopy(BitArray128 orign)
IBitArray
ContainerFragBondsSolutions. getWithCopy(IBitArray orign)
Methods in com.actelion.research.chem.properties.complexity that return types with arguments of type IBitArray Modifier and Type Method Description java.util.List<IBitArray>
ContainerFragBondsSolutions. getList(int bonds)
Methods in com.actelion.research.chem.properties.complexity with parameters of type IBitArray Modifier and Type Method Description void
BitArray128. add(IBitArray f)
void
IBitArray. add(IBitArray f)
void
FragmentDefinedByBondsIdCode. addBits(IBitArray ba)
boolean
ContainerFragBondsSolutions. addFacultative(IBitArray f)
The fragment is added if it is not already in the hash map.void
ContainerBitArray. calculateHash(IBitArray f)
void
ContainerFragBondsSolutions. calculateHash(IBitArray f)
void
BitArray128. copyIntoThis(IBitArray orign)
Deep copy The index is not copiedvoid
IBitArray. copyIntoThis(IBitArray orign)
int
ContainerFragBondsSolutions. getBitsSet(IBitArray f)
IBitArray
ContainerFragBondsSolutions. getWithCopy(IBitArray orign)
boolean
BitArray128. isOverlap(IBitArray f)
boolean
IBitArray. isOverlap(IBitArray f)
boolean
FragmentDefinedByBondsIdCode. isOverlappingBits(IBitArray ba)
void
ContainerBitArray. receycle(IBitArray liv)
Constructors in com.actelion.research.chem.properties.complexity with parameters of type IBitArray Constructor Description FragmentDefinedByBondsIdCode(IBitArray f)
-