Package | Description |
---|---|
ambit2.base.data |
Base data structures; no chemistry.
|
ambit2.core.io |
Input output support.
|
ambit2.db.processors | |
ambit2.db.readers | |
ambit2.db.reporters | |
ambit2.db.reporters.xlsx | |
ambit2.db.results | |
ambit2.db.search.property | |
ambit2.db.search.structure | |
ambit2.dbui | |
ambit2.dbui.dictionary | |
ambit2.descriptors.processors | |
ambit2.rest.dataset | |
ambit2.ui | |
ambit2.ui.editors | |
ambit2.ui.table |
Modifier and Type | Class and Description |
---|---|
class |
Endpoints |
class |
PredictedVarsTemplate |
class |
Template
Templates are just a (meaningful) set of properties
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.add(Profile<P> profile,
boolean enabled) |
Constructor and Description |
---|
ProfileListModel(Profile<Property> profile) |
ProfileListModel(Profile<Property> profile,
Boolean visibility) |
Constructor and Description |
---|
ProfileListModel(Hashtable<String,Profile<Property>> profiles,
Boolean visibility) |
Modifier and Type | Field and Description |
---|---|
protected Profile |
SimpleIOListener.properties |
Modifier and Type | Method and Description |
---|---|
Profile |
SimpleIOListener.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleIOListener.setProperties(Profile properties) |
Modifier and Type | Field and Description |
---|---|
protected Profile<Property> |
AbstractDescriptorCalculator.descriptors |
Modifier and Type | Method and Description |
---|---|
Profile<Property> |
AbstractDescriptorCalculator.getDescriptors() |
Modifier and Type | Method and Description |
---|---|
net.idea.modbcum.i.IQueryRetrieval<IStructureRecord> |
ProcessorCreateProfileQuery.process(Profile<Property> target) |
void |
AbstractDescriptorCalculator.setDescriptors(Profile<Property> descriptors) |
Constructor and Description |
---|
RetrieveGroupedValuesByAlias(Profile aliases) |
RetrieveProfileValues(RetrieveProfileValues.SearchMode querymode,
Profile profile,
boolean chemicalsOnly) |
RetrieveProfileValuesAsRow(Profile profile,
boolean chemicalsOnly) |
Modifier and Type | Field and Description |
---|---|
protected Profile |
AbstractStructureRecordReporter.groupProperties |
protected Profile |
QueryHeaderReporter.groupProperties |
protected Profile |
SDFReporter.groupProperties |
protected Profile |
SmilesReporter.groupProperties |
protected Profile<Property> |
QueryPacketReporter.template |
Modifier and Type | Method and Description |
---|---|
Profile |
AbstractStructureRecordReporter.getGroupProperties() |
Profile |
QueryHeaderReporter.getGroupProperties() |
Profile |
SDFReporter.getGroupProperties() |
Profile |
SmilesReporter.getGroupProperties() |
Modifier and Type | Method and Description |
---|---|
void |
QueryHeaderReporter.setGroupProperties(Profile gp) |
void |
SDFReporter.setGroupProperties(Profile gp) |
void |
SmilesReporter.setGroupProperties(Profile gp) |
Constructor and Description |
---|
AbstractStructureRecordReporter(Profile groupedProperties,
Template template) |
AbstractStructureRecordReporter(Result record,
Profile groupedProperties,
Template template) |
ARFF3ColReporter(Template template,
Profile groupedProperties) |
ARFFReporter(Template template,
Profile groupedProperties,
net.idea.modbcum.i.processors.IProcessor... processors) |
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,
Profile groupedPrperties) |
QueryPacketReporter(Profile<Property> template,
int chunkSize) |
SDFReporter(Template template,
Profile groupedProperties,
boolean changeLineSeparator) |
SDFReporter(Template template,
Profile groupedProperties,
boolean molOnly,
boolean changeLineSeparator) |
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 Hashtable<String,Profile<Property>> |
StoredQueryTableModel.properties |
Modifier and Type | Method and Description |
---|---|
void |
StoredQueryTableModel.setProfile(String key,
Profile<Property> profile) |
void |
MemoryRowsModel.updateProfile(Profile profile) |
Modifier and Type | Field and Description |
---|---|
protected Profile<Property> |
ValuesReader.profile |
Modifier and Type | Method and Description |
---|---|
Profile<Property> |
ValuesReader.getProfile() |
Modifier and Type | Method and Description |
---|---|
void |
ValuesReader.setProfile(Profile<Property> profile) |
Modifier and Type | Method and Description |
---|---|
net.idea.modbcum.i.IQueryObject<IStructureRecord> |
ProcessorMissingDescriptorsQuery.process(Profile<Property> descriptors) |
Modifier and Type | Field and Description |
---|---|
protected Profile<Property> |
ProfileEditor.profile |
Modifier and Type | Method and Description |
---|---|
Profile<Property> |
ProfileEditor.getObject() |
Profile<Property> |
ProfileEditor.process(Profile<Property> target) |
Modifier and Type | Method and Description |
---|---|
Profile<Property> |
ProfileEditor.process(Profile<Property> target) |
void |
ProfileEditor.setObject(Profile<Property> object) |
Modifier and Type | Field and Description |
---|---|
protected Profile<Property> |
DictionaryQueryPanel.profile |
Modifier and Type | Method and Description |
---|---|
Profile<Property> |
DictionaryQueryPanel.getProfile() |
Modifier and Type | Method and Description |
---|---|
void |
DictionaryQueryPanel.setProfile(Profile<Property> profile) |
Modifier and Type | Method and Description |
---|---|
protected Profile<Property> |
DescriptorsFactory.createResult() |
Modifier and Type | Method and Description |
---|---|
protected void |
DescriptorsFactory.addToResult(String name,
boolean enabled,
int order,
Profile<Property> result) |
Modifier and Type | Field and Description |
---|---|
protected Profile |
DatasetRDFWriter.groupProperties |
Modifier and Type | Method and Description |
---|---|
Profile |
DatasetRDFWriter.getGroupProperties() |
Modifier and Type | Method and Description |
---|---|
void |
DatasetRDFWriter.setGroupProperties(Profile gp) |
Constructor and Description |
---|
DatasetRDFStaxReporter(String prefix,
org.restlet.Request request,
Template template,
Profile groupedProperties) |
Modifier and Type | Field and Description |
---|---|
protected Profile<Property> |
AmbitSettingsListener.properties |
Modifier and Type | Method and Description |
---|---|
Profile<Property> |
AmbitSettingsListener.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
AmbitSettingsListener.setProperties(Profile properties) |
Modifier and Type | Field and Description |
---|---|
protected Profile<Property> |
TemplateEditor.profile |
Modifier and Type | Method and Description |
---|---|
Profile<Property> |
TemplateEditor.getObject() |
Modifier and Type | Method and Description |
---|---|
void |
TemplateEditor.setObject(Profile<Property> object) |
Modifier and Type | Field and Description |
---|---|
protected Hashtable<String,Profile<Property>> |
StructureRecordsTableModel.properties |
Modifier and Type | Method and Description |
---|---|
void |
StructureRecordsTableModel.setProfile(String key,
Profile<Property> profile) |
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.