Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.bo |
Business objects for entities used in the Web Frontend Application.
|
cz.cuni.mff.odcleanstore.webfrontend.bo.cr |
Conflict Resolution related business objects.
|
cz.cuni.mff.odcleanstore.webfrontend.bo.dn |
Data Normalization related business objects.
|
cz.cuni.mff.odcleanstore.webfrontend.bo.en |
Engine related business objects.
|
cz.cuni.mff.odcleanstore.webfrontend.bo.oi |
Object Identification related business objects.
|
cz.cuni.mff.odcleanstore.webfrontend.bo.onto |
Ontology management related business objects.
|
cz.cuni.mff.odcleanstore.webfrontend.bo.prefixes |
URL prefix related business objects.
|
cz.cuni.mff.odcleanstore.webfrontend.bo.qa |
Quality Assessment related business objects.
|
cz.cuni.mff.odcleanstore.webfrontend.bo.qe |
Query execution related business objects.
|
cz.cuni.mff.odcleanstore.webfrontend.core.components |
Custom Wicket components.
|
cz.cuni.mff.odcleanstore.webfrontend.dao |
The DAO layer.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthoredEntity
Abstract parent for business objects that track their author.
|
class |
EntityWithSurrogateKey
A generic parent of all classes which represent business entities with
surrogate keys (e.g.
|
class |
Role
The Role BO.
|
class |
RuleEntity
Base class for transformer rules.
|
class |
RulesGroupEntity
Base class for transformer rule groups.
|
class |
User
The User BO.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregationType
The BO to represent a type of CR aggregation policy.
|
class |
ErrorStrategy
The BO to represent a CR error strategy.
|
class |
GlobalAggregationSettings
The BO to represent the default CR aggregation settings.
|
class |
MultivalueType
The BO to represent a type of CR multivalue policy.
|
class |
PropertySettings
The BO to represent the CR aggregation settings bound to a specific
RDF property.
|
Modifier and Type | Class and Description |
---|---|
class |
CompiledDNRule
The BO to represent a compiled DN rule.
|
class |
CompiledDNRuleComponent
The BO to represent a component of a compiled DN rule.
|
class |
DNConcatenateTemplateInstance
The BO to represent an instance of the concatenate template.
|
class |
DNFilterTemplateInstance
The BO to represent an instance of the filter template.
|
class |
DNRenameTemplateInstance
The BO to represent an instance of the rename template.
|
class |
DNReplaceTemplateInstance
The BO to represent an instance of the replace template.
|
class |
DNRule
The BO to represent a DN rule.
|
class |
DNRuleComponent
The BO to represent a component of an DN rule.
|
class |
DNRuleComponentType
The BO to represent a type of DN rule components.
|
class |
DNRulesGroup
The BO to represent a group of DN rules.
|
class |
DNTemplateInstance
A generic parent of all BO's to represent template instances of DN rules.
|
Modifier and Type | Class and Description |
---|---|
class |
AttachedEngine |
class |
GraphInError
BO for error records bound to a certain input graph
|
class |
GraphInErrorCount
BO for an error counter for engine monitoring pages
|
class |
InputGraph
BO to represent all input graphs in database
|
class |
InputGraphState
BO for a state of an input graph
This is an enumeration stored in database
|
class |
Pipeline
The BO to represent a pipeline.
|
class |
RuleAssignment
The BO to represent an assignment of a group of rules to a transformer
instance.
|
class |
Transformer
The BO to represent a transformer.
|
class |
TransformerInstance
The BO to represent an instance of a transformer inside a pipeline.
|
Modifier and Type | Class and Description |
---|---|
class |
OIFileFormat
The BO which represents an OI file format.
|
class |
OIOutput
The BO which represents an OI output.
|
class |
OIOutputType
The BO which represents an OI output type.
|
class |
OIRule
The BO which represents an OI rule.
|
class |
OIRulesGroup
The BO which represents a group of OI rules.
|
Modifier and Type | Class and Description |
---|---|
class |
Mapping
Business entity representing a mapping between ontologies' entities.
|
class |
Ontology
Business entity representing an ontology.
|
class |
RelationType
Business entity representing a relation type between ontology entities.
|
Modifier and Type | Class and Description |
---|---|
class |
Prefix
The BO representing an RDF prefix.
|
Modifier and Type | Class and Description |
---|---|
class |
QARule
The BO which represents a QA rule.
|
class |
QARulesGroup
The BO which represents a group of QA rules.
|
Modifier and Type | Class and Description |
---|---|
class |
LabelProperty
The BO to represent a QE label property.
|
Modifier and Type | Class and Description |
---|---|
class |
SortTableButton<BO extends BusinessEntity>
A generic button to sort a table by one of its columns.
|
Modifier and Type | Class and Description |
---|---|
class |
DaoTemplate<T extends BusinessEntity>
Utility base class for DAOs, implementing common methods for loading of business entities.
|
Copyright © 2013. All Rights Reserved.