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 ListWithIntVec
ContainerListWithIntVec. get()
ListWithIntVec
ContainerListWithIntVec. getWithCopy(ListWithIntVec orign)
static ListWithIntVec
ListWithIntVec. 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 void
ListWithIntVec. addAllBits(ListWithIntVec liv)
void
ContainerListWithIntVec. back(ListWithIntVec liv)
void
ListWithIntVec. copyIntoThis(ListWithIntVec liv)
static java.lang.String
ExhaustiveFragmentGeneratorAtoms. getIdCodeFromFragment(StereoMolecule mol, ListWithIntVec livIndexAtom)
ListWithIntVec
ContainerListWithIntVec. getWithCopy(ListWithIntVec orign)
boolean
ListWithIntVec. 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 class
ListWithIntVecIdCode
Methods 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 withsize
atoms.Constructors in com.actelion.research.chem.properties.complexity with parameters of type ListWithIntVec Constructor Description ListWithIntVecIdCode(ListWithIntVec liv)
Flat constructor.
-