|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parenthesis | |
---|---|
com.discoverygate.webservice.types |
Uses of Parenthesis in com.discoverygate.webservice.types |
---|
Fields in com.discoverygate.webservice.types declared as Parenthesis | |
---|---|
static Parenthesis |
Parenthesis.CLOSED
|
static Parenthesis |
Parenthesis.NONE
|
static Parenthesis |
Parenthesis.OPEN
|
static Parenthesis |
Parenthesis.OPEN_INSIDE_NOT
|
Methods in com.discoverygate.webservice.types that return Parenthesis | |
---|---|
static Parenthesis |
Parenthesis.fromString(java.lang.String value)
|
static Parenthesis |
Parenthesis.fromValue(java.lang.String value)
|
Parenthesis |
BaseSearch.getParenthesis()
Gets the parenthesis value for this BaseSearch. |
Methods in com.discoverygate.webservice.types with parameters of type Parenthesis | |
---|---|
void |
BaseSearch.setParenthesis(Parenthesis parenthesis)
Sets the parenthesis value for this BaseSearch. |
Constructors in com.discoverygate.webservice.types with parameters of type Parenthesis | |
---|---|
BaseSearch(java.lang.String structure,
boolean not,
SearchOperator booleanOperator,
Parenthesis parenthesis,
long parenthesisCount,
java.lang.String customFlags)
|
|
MoleculeSearch(java.lang.String structure,
boolean not,
SearchOperator booleanOperator,
Parenthesis parenthesis,
long parenthesisCount,
java.lang.String customFlags,
MoleculeSearchType searchType,
int customSimilarity)
|
|
ReactionSearch(java.lang.String structure,
boolean not,
SearchOperator booleanOperator,
Parenthesis parenthesis,
long parenthesisCount,
java.lang.String customFlags,
ReactionSearchType searchType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |