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 withsizebonds.Methods in com.actelion.research.chem.mcs with parameters of type IBitArray Modifier and Type Method Description booleanBondVector2IdCode. containsFragmentOpenRing(IBitArray fragDefByBonds)FragmentBondVector2IdCode. getFragment(IBitArray fragDefByBonds)FragmentBondVector2IdCode. getFragment(IBitArray fragDefByBonds, boolean addWildcards)java.lang.StringBondVector2IdCode. getFragmentIdCode(IBitArray fragDefByBonds)java.lang.StringBondVector2IdCode. 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 interfaceIBitArrayFactory<T extends IBitArray>Classes in com.actelion.research.chem.properties.complexity that implement IBitArray Modifier and Type Class Description classBitArray128Methods in com.actelion.research.chem.properties.complexity that return IBitArray Modifier and Type Method Description IBitArrayContainerBitArray. get()IBitArrayContainerFragBondsSolutions. get()IBitArrayFragmentDefinedByBondsIdCode. getBitArray()IBitArrayContainerBitArray. getWithCopy(BitArray128 orign)IBitArrayContainerFragBondsSolutions. 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 voidBitArray128. add(IBitArray f)voidIBitArray. add(IBitArray f)voidFragmentDefinedByBondsIdCode. addBits(IBitArray ba)booleanContainerFragBondsSolutions. addFacultative(IBitArray f)The fragment is added if it is not already in the hash map.voidContainerBitArray. calculateHash(IBitArray f)voidContainerFragBondsSolutions. calculateHash(IBitArray f)voidBitArray128. copyIntoThis(IBitArray orign)Deep copy The index is not copiedvoidIBitArray. copyIntoThis(IBitArray orign)intContainerFragBondsSolutions. getBitsSet(IBitArray f)IBitArrayContainerFragBondsSolutions. getWithCopy(IBitArray orign)booleanBitArray128. isOverlap(IBitArray f)booleanIBitArray. isOverlap(IBitArray f)booleanFragmentDefinedByBondsIdCode. isOverlappingBits(IBitArray ba)voidContainerBitArray. receycle(IBitArray liv)Constructors in com.actelion.research.chem.properties.complexity with parameters of type IBitArray Constructor Description FragmentDefinedByBondsIdCode(IBitArray f)
-