public class SLNSearchManager extends Object
Constructor and Description |
---|
SLNSearchManager() |
Modifier and Type | Method and Description |
---|---|
String |
getAllErrorsAsString() |
List<String> |
getErrors() |
SLNContainer |
getQuerySLNContainer() |
boolean |
isFlagAutoResetErrors() |
boolean |
isFlagMatchMolecularProperties() |
boolean |
matches(org.openscience.cdk.interfaces.IAtomContainer target) |
void |
reset() |
void |
setErrors(List<String> errors) |
void |
setFlagAutoResetErrors(boolean flagAutoResetErrors) |
void |
setFlagMatchMolecularProperties(boolean flagMatchMolecularProperties) |
void |
setQuery(String slnQuery) |
void |
setQuerySLNContainer(SLNContainer query) |
public void setQuery(String slnQuery)
public void reset()
public String getAllErrorsAsString()
public SLNContainer getQuerySLNContainer()
public void setQuerySLNContainer(SLNContainer query)
public boolean isFlagAutoResetErrors()
public void setFlagAutoResetErrors(boolean flagAutoResetErrors)
public boolean isFlagMatchMolecularProperties()
public void setFlagMatchMolecularProperties(boolean flagMatchMolecularProperties)
Copyright © 2004–2021 Ideaconsult Ltd.. All rights reserved.