Uses of Class
com.actelion.research.chem.mcs.ListWithIntVec
-
Packages that use ListWithIntVec Package Description com.actelion.research.chem.mcs com.actelion.research.chem.properties.complexity -
-
Uses of ListWithIntVec in com.actelion.research.chem.mcs
Methods in com.actelion.research.chem.mcs that return ListWithIntVec Modifier and Type Method Description ListWithIntVecContainerListWithIntVec. get()ListWithIntVecContainerListWithIntVec. getWithCopy(ListWithIntVec orign)static ListWithIntVecListWithIntVec. read(java.io.InputStream s)Methods in com.actelion.research.chem.mcs that return types with arguments of type ListWithIntVec Modifier and Type Method Description java.util.List<ListWithIntVec>ExhaustiveFragmentGeneratorAtoms. get(int size)Returns a bit list.java.util.List<ListWithIntVec>ExhaustiveFragmentGeneratorAtoms. getFragmentsForSingleAtom(int indexStartAtom)Methods in com.actelion.research.chem.mcs with parameters of type ListWithIntVec Modifier and Type Method Description voidListWithIntVec. addAllBits(ListWithIntVec liv)voidContainerListWithIntVec. back(ListWithIntVec liv)voidListWithIntVec. copyIntoThis(ListWithIntVec liv)static java.lang.StringExhaustiveFragmentGeneratorAtoms. getIdCodeFromFragment(StereoMolecule mol, ListWithIntVec livIndexAtom)ListWithIntVecContainerListWithIntVec. getWithCopy(ListWithIntVec orign)booleanListWithIntVec. isOverlap(ListWithIntVec liv)Constructors in com.actelion.research.chem.mcs with parameters of type ListWithIntVec Constructor Description ListWithIntVec(ListWithIntVec liv) -
Uses of ListWithIntVec in com.actelion.research.chem.properties.complexity
Subclasses of ListWithIntVec in com.actelion.research.chem.properties.complexity Modifier and Type Class Description classListWithIntVecIdCodeMethods in com.actelion.research.chem.properties.complexity that return types with arguments of type ListWithIntVec Modifier and Type Method Description java.util.List<ListWithIntVec>UniqueFragmentEstimator. get(int size)Returns list with indices for fragments withsizeatoms.Constructors in com.actelion.research.chem.properties.complexity with parameters of type ListWithIntVec Constructor Description ListWithIntVecIdCode(ListWithIntVec liv)Flat constructor.
-