Package | Description |
---|---|
ambit2.base.data |
Base data structures; no chemistry.
|
ambit2.base.exceptions | |
ambit2.base.processors.search | |
ambit2.chebi | |
ambit2.core.data.model | |
ambit2.db.processors | |
ambit2.db.readers | |
ambit2.db.reporters | |
ambit2.db.reporters.xlsx | |
ambit2.db.search | |
ambit2.db.update.model | |
ambit2.ml.io | |
ambit2.namestructure | |
ambit2.pubchem | |
ambit2.pubchem.rest | |
ambit2.rest.dataset | |
ambit2.rest.model.task | |
ambit2.rest.rdf | |
ambit2.search |
Modifier and Type | Class and Description |
---|---|
class |
Endpoints |
class |
PredictedVarsTemplate |
Modifier and Type | Method and Description |
---|---|
Template |
PropertyNotInTemplateException.getTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyNotInTemplateException.setTemplate(Template template) |
Constructor and Description |
---|
PropertyNotInTemplateException(Object key,
Template template) |
PropertyNotInTemplateException(String arg0,
Throwable arg1,
Object key,
Template template) |
Modifier and Type | Field and Description |
---|---|
protected Template |
AbstractFinder.profile |
Constructor and Description |
---|
AbstractFinder(Template profile,
REQUEST request,
AbstractFinder.MODE mode) |
Constructor and Description |
---|
ChebiFinder(Template profile,
AbstractFinder.MODE mode) |
Modifier and Type | Field and Description |
---|---|
protected Template |
ModelWrapper.dependent |
protected Template |
Algorithm.input |
protected Template |
ModelWrapper.predictors |
Modifier and Type | Method and Description |
---|---|
Template |
ModelWrapper.getDependent() |
Template |
Algorithm.getInput() |
Template |
ModelWrapper.getPredictors() |
Modifier and Type | Method and Description |
---|---|
void |
ModelWrapper.setDependent(Template dependent) |
void |
Algorithm.setInput(Template input) |
void |
ModelWrapper.setPredictors(Template predictors) |
Modifier and Type | Field and Description |
---|---|
protected Template |
ProcessorCreateQuery.profile |
Modifier and Type | Method and Description |
---|---|
Template |
ProcessorCreateQuery.getProfile() |
Modifier and Type | Method and Description |
---|---|
protected void |
ProcessorCreateQuery.insertProfile(IStoredQuery q,
Template template) |
void |
ProcessorCreateQuery.setProfile(Template profile) |
Modifier and Type | Method and Description |
---|---|
void |
RetrieveTemplateStructure.setFieldname(Template fieldname) |
Constructor and Description |
---|
RetrieveTemplate(Template template) |
RetrieveTemplateStructure(Template template) |
Modifier and Type | Field and Description |
---|---|
protected Template |
AbstractStructureRecordReporter.template |
protected Template |
QueryHeaderReporter.template |
protected Template |
SDFReporter.template |
protected Template |
SmilesReporter.template |
Modifier and Type | Method and Description |
---|---|
Template |
AbstractStructureRecordReporter.getTemplate() |
Template |
QueryHeaderReporter.getTemplate() |
Template |
SDFReporter.getTemplate() |
Template |
SmilesReporter.getTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractStructureRecordReporter.setTemplate(Template template) |
void |
QueryHeaderReporter.setTemplate(Template template) |
void |
SDFReporter.setTemplate(Template template) |
void |
SmilesReporter.setTemplate(Template template) |
protected List<Property> |
CSVReporter.template2Header(Template template,
boolean propertiesOnly) |
protected List<Property> |
QueryHeaderReporter.template2Header(Template template,
boolean propertiesOnly) |
Constructor and Description |
---|
AbstractStructureRecordReporter(Profile groupedProperties,
Template template) |
AbstractStructureRecordReporter(Result record,
Profile groupedProperties,
Template template) |
ARFF3ColReporter(Template template) |
ARFF3ColReporter(Template template,
Profile groupedProperties) |
ARFFReporter(Template template) |
ARFFReporter(Template template,
Profile groupedProperties,
net.idea.modbcum.i.processors.IProcessor... processors) |
CSVReporter(String baseRef,
Template template) |
CSVReporter(String baseRef,
Template template,
Profile groupedProperties,
String urlPrefix) |
CSVReporter(String baseRef,
Template template,
Profile groupedProperties,
String[] folders,
SubstanceEndpointsBundle[] bundles,
String urlPrefix,
boolean includeMol) |
PDFReporter(Template template) |
PDFReporter(Template template,
Profile groupedPrperties) |
QueryTemplateReporter(Template template) |
SDFReporter(Template template,
Profile groupedProperties,
boolean changeLineSeparator) |
SDFReporter(Template template,
Profile groupedProperties,
boolean molOnly,
boolean changeLineSeparator) |
SmilesReporter(boolean writeProperties,
SmilesReporter.Mode mode,
Template template) |
SmilesReporter(boolean writeProperties,
Template template) |
StructureListReporter(List<IStructureRecord> record,
Profile groupedProperties,
Template template) |
StructureListReporter(Profile groupedProperties,
Template template) |
StructureRecordReporter(IStructureRecord record,
Profile groupedProperties,
Template template) |
StructureRecordReporter(Profile groupedProperties,
Template template) |
Constructor and Description |
---|
AbstractXLSXReporter(String baseRef,
boolean hssf,
Template template,
Profile groupedProperties,
SubstanceEndpointsBundle[] bundles,
String urlPrefix,
boolean includeMol) |
StructureRecordXLSXReporter(String baseRef,
boolean hssf,
Template template,
Profile groupedProperties,
SubstanceEndpointsBundle[] bundles,
String urlPrefix,
boolean includeMol,
String configResource) |
SubstanceRecordXLSXReporter(String baseRef,
boolean hssf,
Template template,
Profile groupedProperties,
SubstanceEndpointsBundle[] bundles,
String urlPrefix) |
Modifier and Type | Field and Description |
---|---|
protected Template |
StoredQuery.template |
Modifier and Type | Method and Description |
---|---|
Template |
IStoredQuery.getTemplate() |
Template |
StoredQuery.getTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
IStoredQuery.setTemplate(Template template) |
void |
StoredQuery.setTemplate(Template template) |
Modifier and Type | Method and Description |
---|---|
protected List<TemplateAddProperty> |
CreateModel.processTemplate(Dictionary d,
Template t) |
Modifier and Type | Field and Description |
---|---|
protected Template |
OutputARFF.header |
Constructor and Description |
---|
Name2StructureFinder(Template profile,
AbstractFinder.MODE mode) |
Constructor and Description |
---|
PubchemFinder(Template profile,
AbstractFinder.MODE mode) |
Constructor and Description |
---|
PubChemRestFinder(Template profile,
AbstractFinder.MODE mode,
PUGRestRequest.COMPOUND_DOMAIN_INPUT input) |
Modifier and Type | Field and Description |
---|---|
protected Template |
DatasetRDFWriter.template |
Modifier and Type | Method and Description |
---|---|
Template |
DatasetRDFWriter.getTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
DatasetRDFWriter.setTemplate(Template template) |
protected List<Property> |
DatasetRDFWriter.template2Header(Template template,
boolean propertiesOnly) |
Constructor and Description |
---|
DatasetRDFStaxReporter(String prefix,
org.restlet.Request request,
Template template,
Profile groupedProperties) |
RDFFileWriter(File file,
org.restlet.data.Reference appReference,
Template template) |
Modifier and Type | Method and Description |
---|---|
protected void |
CallableModelCreator.writeAnnotations(Template properties,
UpdateExecutor exec) |
Modifier and Type | Method and Description |
---|---|
static void |
RDFPropertyIterator.readFeaturesRDF(String uri,
Template profile,
org.restlet.data.Reference rootRef,
String referer) |
Constructor and Description |
---|
AllSourcesFinder(Template profile) |
AllSourcesFinder(Template profile,
net.idea.modbcum.i.processors.IProcessor<String,String> request,
AbstractFinder.MODE mode) |
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.