Index

A C D F G I M N O P R S T 
All Classes All Packages

A

align(URL, URL) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherURL
Aligns two ontologies specified via their URL and returns the URL of the resulting alignment, which should be stored locally.
align(URL, URL, URL) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherURL
Aligns two ontologies specified via their URL, with an input alignment specified by its URL, and returns the URL of the resulting alignment, which should be stored locally.
allowedInstanceTypes - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 

C

canExecute() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherURL
In our case the DemoMatcher can be executed on the fly.
centralStore - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Central Store Object
clear() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Delete store.
containsKey(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Check if key exists in store.

D

DataStore - Class in de.uni_mannheim.informatik.dws.melt.matching_base
Store accessible to all matchers where variables and results can be persisted in.
DataStore() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Constructor
de.uni_mannheim.informatik.dws.melt.matching_base - package de.uni_mannheim.informatik.dws.melt.matching_base
The classes contained in this project can be used as simple template for ontology matchers.

F

FILE_PREFIX - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile
 
FILE_SUFFIX - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile
 
Filter - Interface in de.uni_mannheim.informatik.dws.melt.matching_base
Interface for filters.
format - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 

G

get(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
 
get(String, Class) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Get an object from the data store using a key.
getAllowedInstanceTypes() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
getFormat() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
getGlobal() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Get global data store instance.
getMappingFeatureNames() - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.IExplainerMapping
Get the names of the mapping features which will also appear in the result of IExplainerMapping.getMappingFeatures(String, String, String, double).
getMappingFeatures(String, String, String, double) - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.IExplainerMapping
Gets information (features) about a mapping (represent through the parameters) from e.g.
getMatchers() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherCombination
 
getResourceFeatureNames() - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.IExplainerResource
Get the names of the resource features which will also appear in the result of IExplainerResource.getResourceFeatures(String).
getResourceFeatures(String) - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.IExplainerResource
Gets information (features) about a resource (represent through the uri parameter) from e.g.
getSourceName() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
getTargetName() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
getType() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherURL
This tool is an ontology matching tool.

I

IExplainerMapping - Interface in de.uni_mannheim.informatik.dws.melt.matching_base
Interface for classes that are able to generate explanatory statements about individual mappings.
IExplainerResource - Interface in de.uni_mannheim.informatik.dws.melt.matching_base
Interface for classes that are able to generate explanatory statements about individual resources.
IMatcher<Alignment,​Model> - Interface in de.uni_mannheim.informatik.dws.melt.matching_base
Generic Matcher Interface.
initializeMatchers() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherCombination
 
instance - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Singleton instance
isMatchingClassesRequired() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
isMatchingDataPropertiesRequired() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
isMatchingInstancesRequired() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
isMatchingObjectPropertiesRequired() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 

M

match(String, String, String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherString
 
match(URL, URL, URL) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherCombination
 
match(URL, URL, URL) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile
 
match(URL, URL, URL) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherURL
 
match(URL, URL, URL, File) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile
 
match(URL, URL, URL, File) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherString
 
match(Model, Model, Alignment, Properties) - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.IMatcher
 
MatcherCombination - Class in de.uni_mannheim.informatik.dws.melt.matching_base
Combines multiple matchers.
MatcherCombination() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherCombination
 
MatcherFile - Class in de.uni_mannheim.informatik.dws.melt.matching_base
For this matcher the results file that shall be written can be specified.
MatcherFile() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile
 
matchers - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherCombination
 
MatcherString - Class in de.uni_mannheim.informatik.dws.melt.matching_base
 
MatcherString() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherString
 
MatcherURL - Class in de.uni_mannheim.informatik.dws.melt.matching_base
RawMatcher which implements the minimal interface for being executed under the SEALS platform.
MatcherURL() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherURL
 
matchingClassesRequired - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
matchingDataPropertiesRequired - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
matchingInstancesRequired - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
matchingObjectPropertiesRequired - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 

N

newline - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherString
 

O

OaeiOptions - Class in de.uni_mannheim.informatik.dws.melt.matching_base
Class which holds options for OAEI evaluation (usually set in HOBBIT wrapper)
OaeiOptions() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 

P

put(String, Object) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Put an object to the data store.

R

readStringFromURL(URL) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherString
 
resetToDefault() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 

S

setAllowedInstanceTypes(Set<String>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
setFormat(String) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
setMatchingClassesRequired(boolean) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
setMatchingDataPropertiesRequired(boolean) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
setMatchingInstancesRequired(boolean) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
setMatchingObjectPropertiesRequired(boolean) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
setSourceName(String) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
setTargetName(String) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
sourceName - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 

T

targetName - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
toStringStatic() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
 
A C D F G I M N O P R S T 
All Classes All Packages