public class FilterMatcherBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
FilterMatcherBase(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
SWIGTYPE_p_boost__shared_ptrT_RDKit__FilterMatcherBase_t |
Clone() |
SWIGTYPE_p_boost__shared_ptrT_RDKit__FilterMatcherBase_t |
copy() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(FilterMatcherBase obj) |
boolean |
getMatches(ROMol mol,
FilterMatch_Vect matchVect) |
java.lang.String |
getName() |
boolean |
hasMatch(ROMol mol) |
boolean |
isValid() |
protected static long getCPtr(FilterMatcherBase obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public boolean isValid()
public java.lang.String getName()
public boolean getMatches(ROMol mol, FilterMatch_Vect matchVect)
public boolean hasMatch(ROMol mol)
public SWIGTYPE_p_boost__shared_ptrT_RDKit__FilterMatcherBase_t Clone()
public SWIGTYPE_p_boost__shared_ptrT_RDKit__FilterMatcherBase_t copy()