A B C D E F G H I J K L M N O P Q R S T U V W X Y 

M

Machine_Learning - Static variable in class de.fuberlin.wiwiss.d2rq.vocab.ISWC
 
main(String[]) - Static method in class d2rq.d2r_query
 
main(String[]) - Static method in class d2rq.dump_rdf
 
main(String[]) - Static method in class d2rq.generate_mapping
 
main(String[]) - Static method in class d2rq.server
 
makeBinding(ResultRow) - Method in class de.fuberlin.wiwiss.d2rq.engine.BindingMaker
 
makeConditional(ProjectionSpec) - Method in class de.fuberlin.wiwiss.d2rq.engine.BindingMaker
 
makeDefault() - Method in class de.fuberlin.wiwiss.pubby.negotiation.ContentTypeNegotiator.VariantSpec
 
makeNode(ResultRow) - Method in class de.fuberlin.wiwiss.d2rq.nodes.FixedNodeMaker
 
makeNode(ResultRow) - Method in interface de.fuberlin.wiwiss.d2rq.nodes.NodeMaker
 
makeNode(ResultRow) - Method in class de.fuberlin.wiwiss.d2rq.nodes.TypedNodeMaker
 
makeNode(String) - Method in interface de.fuberlin.wiwiss.d2rq.nodes.TypedNodeMaker.NodeType
 
makeValue(ResultRow) - Method in class de.fuberlin.wiwiss.d2rq.values.BlankNodeID
Creates an identifier from a database row.
makeValue(ResultRow) - Method in class de.fuberlin.wiwiss.d2rq.values.Column
 
makeValue(ResultRow) - Method in class de.fuberlin.wiwiss.d2rq.values.ConstantValueMaker
 
makeValue(ResultRow) - Method in class de.fuberlin.wiwiss.d2rq.values.Pattern
Constructs a String from the pattern using the given database row.
makeValue(ResultRow) - Method in class de.fuberlin.wiwiss.d2rq.values.SQLExpressionValueMaker
 
makeValue(ResultRow) - Method in class de.fuberlin.wiwiss.d2rq.values.ValueDecorator
 
makeValue(ResultRow) - Method in interface de.fuberlin.wiwiss.d2rq.values.ValueMaker
Retrieves a value from a database row according to some rule or pattern.
MapObject - Class in de.fuberlin.wiwiss.d2rq.map
Abstract base class for classes that represent things in the mapping file.
MapObject(Resource) - Constructor for class de.fuberlin.wiwiss.d2rq.map.MapObject
 
MapParser - Class in de.fuberlin.wiwiss.d2rq.parser
Creates a Mapping from a Jena model representation of a D2RQ mapping file.
MapParser(Model, String) - Constructor for class de.fuberlin.wiwiss.d2rq.parser.MapParser
Constructs a new MapParser from a Jena model containing the RDF statements from a D2RQ mapping file.
Mapping - Class in de.fuberlin.wiwiss.d2rq.map
A D2RQ mapping.
Mapping() - Constructor for class de.fuberlin.wiwiss.d2rq.map.Mapping
 
Mapping(String) - Constructor for class de.fuberlin.wiwiss.d2rq.map.Mapping
 
MAPPING_LITERAL_INSTEADOF_RESOURCE - Static variable in exception de.fuberlin.wiwiss.d2rq.D2RQException
 
MAPPING_NO_DATABASE - Static variable in exception de.fuberlin.wiwiss.d2rq.D2RQException
 
MAPPING_RESOURCE_INSTEADOF_LITERAL - Static variable in exception de.fuberlin.wiwiss.d2rq.D2RQException
 
MAPPING_TURTLE_SYNTAX - Static variable in exception de.fuberlin.wiwiss.d2rq.D2RQException
 
MAPPING_TYPECONFLICT - Static variable in exception de.fuberlin.wiwiss.d2rq.D2RQException
 
MAPPING_UNKNOWN_D2RQ_CLASS - Static variable in exception de.fuberlin.wiwiss.d2rq.D2RQException
 
MAPPING_UNKNOWN_D2RQ_PROPERTY - Static variable in exception de.fuberlin.wiwiss.d2rq.D2RQException
 
mappingFile - Static variable in class de.fuberlin.wiwiss.d2rq.vocab.D2RQ
URL of a D2RQ mapping file.
MappingGenerator - Class in de.fuberlin.wiwiss.d2rq.mapgen
Generates a D2RQ mapping by introspecting a database schema.
MappingGenerator(ConnectedDB) - Constructor for class de.fuberlin.wiwiss.d2rq.mapgen.MappingGenerator
 
mappingModel(String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.MappingGenerator
Returns an in-memory Jena model containing the D2RQ mapping.
matchConstraint(NodeSetFilter) - Method in interface de.fuberlin.wiwiss.d2rq.nodes.TypedNodeMaker.NodeType
 
matches(String) - Method in interface de.fuberlin.wiwiss.d2rq.mapgen.Filter.IdentifierMatcher
 
matches(RelationName) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.Filter
 
matches(Attribute) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.Filter
 
matches(Node) - Method in interface de.fuberlin.wiwiss.d2rq.nodes.TypedNodeMaker.NodeType
 
matches(String) - Method in class de.fuberlin.wiwiss.d2rq.values.BlankNodeID
 
matches(String) - Method in class de.fuberlin.wiwiss.d2rq.values.Pattern
 
matches(String) - Method in interface de.fuberlin.wiwiss.d2rq.values.ValueDecorator.ValueConstraint
 
matchesAll(Collection<Attribute>) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.Filter
 
matchesColumn(String, String, String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.Filter
 
matchesColumn(String, String, String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterIncludeExclude
 
matchesColumn(String, String, String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterMatchAny
 
matchesColumn(String, String, String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterMatchColumn
 
matchesColumn(String, String, String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterMatchSchema
 
matchesColumn(String, String, String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterMatchTable
 
matchesSchema(String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.Filter
 
matchesSchema(String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterIncludeExclude
 
matchesSchema(String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterMatchAny
 
matchesSchema(String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterMatchColumn
 
matchesSchema(String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterMatchSchema
 
matchesSchema(String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterMatchTable
 
matchesTable(String, String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.Filter
 
matchesTable(String, String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterIncludeExclude
 
matchesTable(String, String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterMatchAny
 
matchesTable(String, String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterMatchColumn
 
matchesTable(String, String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterMatchSchema
 
matchesTable(String, String) - Method in class de.fuberlin.wiwiss.d2rq.mapgen.FilterMatchTable
 
Matching - Static variable in class de.fuberlin.wiwiss.d2rq.vocab.ISWC
 
maxLengthConstraint(int) - Static method in class de.fuberlin.wiwiss.d2rq.values.ValueDecorator
 
MediaRangeSpec - Class in de.fuberlin.wiwiss.pubby.negotiation
 
mediaType - Static variable in class de.fuberlin.wiwiss.d2rq.vocab.D2RQ
The Internet media type, such as image/png, of the downloadable content, suitable for use in the HTTP Content-Type header.
member - Static variable in class de.fuberlin.wiwiss.d2rq.vocab.SKOS
 
memberList - Static variable in class de.fuberlin.wiwiss.d2rq.vocab.SKOS
The following rule applies for this property: [(?
mentionedVariables() - Method in class de.fuberlin.wiwiss.d2rq.engine.VarCollector
 
mentionedVars(Op) - Static method in class de.fuberlin.wiwiss.d2rq.engine.VarCollector
 
mergeTemplateXHTML(String) - Method in class de.fuberlin.wiwiss.d2rq.server.VelocityWrapper
 
META - Class in de.fuberlin.wiwiss.d2rq.vocab
Specifies the template variable prefix URI for the metadata extension
META() - Constructor for class de.fuberlin.wiwiss.d2rq.vocab.META
 
MetadataCreator - Class in de.fuberlin.wiwiss.d2rq.server
Implements a metadata extension.
MetadataCreator(D2RServer, Model) - Constructor for class de.fuberlin.wiwiss.d2rq.server.MetadataCreator
 
metadataTemplate - Static variable in class de.fuberlin.wiwiss.d2rq.vocab.D2RConfig
A RDF metadata template.
method - Static variable in class de.fuberlin.wiwiss.d2rq.vocab.ISWC
 
Method - Static variable in class de.fuberlin.wiwiss.d2rq.vocab.ISWC
 
middle_Initial - Static variable in class de.fuberlin.wiwiss.d2rq.vocab.ISWC
 
minus(BeanCounter) - Method in class de.fuberlin.wiwiss.d2rq.sql.BeanCounter
Get a difference instance.
ModelD2RQ - Class in de.fuberlin.wiwiss.d2rq.jena
A D2RQ read-only Jena model backed by a D2RQ-mapped non-RDF database.
ModelD2RQ(String) - Constructor for class de.fuberlin.wiwiss.d2rq.jena.ModelD2RQ
Create a non-RDF database-based model.
ModelD2RQ(String, String, String) - Constructor for class de.fuberlin.wiwiss.d2rq.jena.ModelD2RQ
Create a non-RDF database-based model.
ModelD2RQ(Model, String) - Constructor for class de.fuberlin.wiwiss.d2rq.jena.ModelD2RQ
Create a non-RDF database-based model.
ModelD2RQ(Mapping) - Constructor for class de.fuberlin.wiwiss.d2rq.jena.ModelD2RQ
Create a non-RDF database-based model.
Modeling - Static variable in class de.fuberlin.wiwiss.d2rq.vocab.ISWC
 
ModelResponse - Class in de.fuberlin.wiwiss.d2rq.server
Calls into Joseki to send a Jena model over HTTP.
ModelResponse(Model, HttpServletRequest, HttpServletResponse) - Constructor for class de.fuberlin.wiwiss.d2rq.server.ModelResponse
 
modifyOp(Op) - Method in class de.fuberlin.wiwiss.d2rq.engine.QueryEngineD2RQ
 
moveToNextBinding() - Method in class de.fuberlin.wiwiss.d2rq.engine.QueryIterTableSQL
 
MSAccess - Static variable in interface de.fuberlin.wiwiss.d2rq.sql.vendor.Vendor
 
Multiply - Class in de.fuberlin.wiwiss.d2rq.expr
 
Multiply(Expression, Expression) - Constructor for class de.fuberlin.wiwiss.d2rq.expr.Multiply
 
MUST_BE_NUMERIC - Static variable in exception de.fuberlin.wiwiss.d2rq.D2RQException
 
MutableRelation - Class in de.fuberlin.wiwiss.d2rq.algebra
Wraps a relation and allows it to be modified by relational operators.
MutableRelation(Relation) - Constructor for class de.fuberlin.wiwiss.d2rq.algebra.MutableRelation
 
MySQL - Class in de.fuberlin.wiwiss.d2rq.sql.vendor
This syntax class implements MySQL-compatible SQL syntax.
MySQL() - Constructor for class de.fuberlin.wiwiss.d2rq.sql.vendor.MySQL
 
MySQL - Static variable in interface de.fuberlin.wiwiss.d2rq.sql.vendor.Vendor
 
MySQL.MySQLCompatibilityBitDataType - Class in de.fuberlin.wiwiss.d2rq.sql.vendor
 
MySQL.MySQLCompatibilityBitDataType(Vendor) - Constructor for class de.fuberlin.wiwiss.d2rq.sql.vendor.MySQL.MySQLCompatibilityBitDataType
 
MySQL.MySQLCompatibilityDateDataType - Class in de.fuberlin.wiwiss.d2rq.sql.vendor
 
MySQL.MySQLCompatibilityDateDataType(Vendor) - Constructor for class de.fuberlin.wiwiss.d2rq.sql.vendor.MySQL.MySQLCompatibilityDateDataType
 
MySQL.MySQLCompatibilityTimeDataType - Class in de.fuberlin.wiwiss.d2rq.sql.vendor
 
MySQL.MySQLCompatibilityTimeDataType(Vendor) - Constructor for class de.fuberlin.wiwiss.d2rq.sql.vendor.MySQL.MySQLCompatibilityTimeDataType
 
MySQL.MySQLCompatibilityTimestampDataType - Class in de.fuberlin.wiwiss.d2rq.sql.vendor
 
MySQL.MySQLCompatibilityTimestampDataType(Vendor) - Constructor for class de.fuberlin.wiwiss.d2rq.sql.vendor.MySQL.MySQLCompatibilityTimestampDataType
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y