OECreateMMPIndexStatus
class OECreateMMPIndexStatus
Encapsulates the status information returned from a matched pair indexing analysis.
See also
OECreateMMPIndexFilefunction
Constructors
OECreateMMPIndexStatus(valid: bool = True) -> OECreateMMPIndexStatus
OECreateMMPIndexStatus(rhs: OECreateMMPIndexStatus) -> OECreateMMPIndexStatus
AddIndexedMol
AddIndexedMol() -> int
Increment the internal count of indexed molecule records by one.
AddUnindexedMol
AddUnindexedMol() -> int
Increment the internal count of unindexed molecule records by one.
GetNumMatchedPairs
GetNumMatchedPairs() -> int
Return the number of Matched Pairs generated from indexing.
GetNumMols
GetNumMols() -> int
Return the internal count of indexed molecule records.
GetTotalMols
GetTotalMols() -> int
Return the internal count of indexed plus unindexed molecule, (i.e., total) records.
GetUnindexedMols
GetUnindexedMols() -> int
Return the internal count of unindexed molecule records.
SetNumMatchedPairs
SetNumMatchedPairs(nummmps: int) -> None
Sets the internal count for the number of Matched Pairs generated from indexing.
SetNumMols
SetNumMols(nummols: int) -> None
Sets the internal count of indexed molecule records to the specified value.
SetUnindexedMols
SetUnindexedMols(unindexed: int) -> None
Sets the internal count of unindexed molecule records to the specified value.
SetValid
SetValid(valid: bool) -> None
Sets the boolean validity of this status class.