Index

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

A

AbstractTypeTransformer<S,​T> - Class in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
 
AbstractTypeTransformer(Class<S>, Class<T>) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AbstractTypeTransformer
 
addAllTransformersViaServiceRegistry() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
addAllTransformersViaServiceRegistry(ClassLoader) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
addArgument(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Add one single argument like '-v' or 'test'.
addArgumentLine(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Adds an argument line which is one (huge) string containing multiple arguments.
addArgumentLine(String, boolean) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
 
addArguments(String...) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Add multiple arguments at once.
addArguments(List<String>) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Add multiple arguments at once.
addArgumentScope(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Adds multiple arguments in one scope.
addArgumentScope(List<String>) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Adds multiple arguments in one scope.
addEnvironmentVariable(String, String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Adds an environemtn varibale to the environment of the started process.
addEnvironmentVariableFromCondaActivate(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
When starting a python process within a conda virtual environment, it is usually necessary to run conda activate env-name.
addEnvironmentVariableMap(Map<String, String>) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Adds multiple environment variables which are stored in a map.
addJavaRuntimeParameters(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
 
addMatcher(Object) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.MultiSourcePipelineSequential
 
addMeltDefaultTransformers() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
This can be called in case the service registry does not work (in case of SEALS - due to the classloader).
addStdErrConsumer(ProcessOutputConsumer) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Set the consumer for the std:err processing.
addStdOutConsumer(ProcessOutputConsumer) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Add the consumer for the std:out processing.
addSubstitutionDefaultLookups() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Adds all default subsitiution lookups: SystemProperties EnvironmentVariables JVMArguments
addSubstitutionForEnvironmentVariables() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Adds substitution lookups for environment variables.
addSubstitutionForJVMArguments() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Adds substitution lookups for JVM arguments such as -Xmx or -Xms.
addSubstitutionForSystemProperties() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Adds substitution lookups for system properties.
addSubstitutionFunction(Function<String, String>) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Add your own substitution function.
addSubstitutionMap(Map<String, Object>) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Adds substitution map which replaces all variables in the command line with the elements in this map.
addTransformer(TypeTransformer<?, ?>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
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.
alignment - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AlignmentAndParameters
 
AlignmentAndParameters - Class in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
Due to the fact that a matcher can only return one value, but alignment and parameters can be changed, an extra object is necessary.
AlignmentAndParameters(Object, Object) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AlignmentAndParameters
 
alignmentFile - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputAlignmentCollector
 
ALLOW_ALIGNMENT_REPAIR - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
A boolean value indicating if an unparsable alignment file should be automatically repaired.
ALLOW_MULTI_STEP - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
If true, then the tranformation can be performed with multiple steps (TypeTransformer).
allowedInstanceTypes - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
arguments - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ArgumentScope
 
arguments - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
The arguments to start the external process
ArgumentScope - Class in de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process
An argument scope are multiple arguments but if an argument cannot be substituted, the whole argument scope will be empty.
ArgumentScope(Iterable<String>, boolean) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ArgumentScope
 

B

bufferSize - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.OutputDiscardThread
 
build(File) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
 
buildFromFolder(File) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
Returns all possible MatcherSeals instances for a given file or directory.

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
classRepresentation(Set<Object>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
clear() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Delete store.
clear() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Removes all transformers.
clearEnvironment() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Removes the user defined environment variables.
clearStdErrConsumers() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Removes all stdout consumers.
clearStdOutConsumers() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Removes all stdout consumers.
clearSubstitutionLoopkups() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Clear all substitution lookups.
close() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputAlignmentCollector
 
close() - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputConsumer
 
close() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
closeAllProcessStreams(Process) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
 
CONFERENCE_TRACK_EXTRACTOR - Static variable in interface de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDExtractor
Extractor for the Conference track available at OAEI.
connectionRequestTimeout - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
connectTimeout - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
consumers - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.OutputCollectorThread
 
containerId - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
The containerID for the current running container.
containsKey(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Check if key exists in store.
copyDirectory(File, File) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
cost - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationEdge
 
cost - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationRoute
 
createFileWithRandomNumber(File, String, String) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.FileUtil
 
createFolderWithRandomNumberInDirectory(File, String) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.FileUtil
 
createWelcomeMessage() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.MeltUtil
 

D

DatasetIDExtractor - Interface in de.uni_mannheim.informatik.dws.melt.matching_base.multisource
Extracts from an URI the corresponding source / dataset identifier (which needs to be included in the URI like a specific domain etc).
DatasetIDExtractorUrlPattern - Class in de.uni_mannheim.informatik.dws.melt.matching_base.multisource
Extracts the dataset id given a URL pattern which is currently a prefix and infix.
DatasetIDExtractorUrlPattern(String, String, Function<String, String>) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDExtractorUrlPattern
 
DatasetIDExtractorUrlPrefixMap - Class in de.uni_mannheim.informatik.dws.melt.matching_base.multisource
Extracts the dataset id given a map of URL prefixes and corresponding dataset ID.
DatasetIDExtractorUrlPrefixMap(String...) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDExtractorUrlPrefixMap
Needs the prefix and dataset id in the given order.
DatasetIDExtractorUrlPrefixMap(Map<String, String>) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDExtractorUrlPrefixMap
Needs the map of prefix to datasetid
DatasetIDHelper - Class in de.uni_mannheim.informatik.dws.melt.matching_base.multisource
Small utilities for dataset id extraction.
DatasetIDHelper() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDHelper
 
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
DataStore(Properties) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Initialize the Datastore with Properties
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.
de.uni_mannheim.informatik.dws.melt.matching_base.external.cli - package de.uni_mannheim.informatik.dws.melt.matching_base.external.cli
 
de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process - package de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process
 
de.uni_mannheim.informatik.dws.melt.matching_base.external.docker - package de.uni_mannheim.informatik.dws.melt.matching_base.external.docker
 
de.uni_mannheim.informatik.dws.melt.matching_base.external.http - package de.uni_mannheim.informatik.dws.melt.matching_base.external.http
 
de.uni_mannheim.informatik.dws.melt.matching_base.external.seals - package de.uni_mannheim.informatik.dws.melt.matching_base.external.seals
 
de.uni_mannheim.informatik.dws.melt.matching_base.multisource - package de.uni_mannheim.informatik.dws.melt.matching_base.multisource
 
de.uni_mannheim.informatik.dws.melt.matching_base.receiver - package de.uni_mannheim.informatik.dws.melt.matching_base.receiver
 
de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer - package de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
 
de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers - package de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers
 
DEFAULT_EXPOSED_PORT - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
DEFAULT_ONTOLOGY_SERIALIZATION_FORMAT - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
The default serialization format for ontologies / knowledge graphs.
DEFAULT_PARAMETERS_SERIALIZATION_FORMAT - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
The default serialization format for parameters.
dockerClient - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
DockerLogCallback - Class in de.uni_mannheim.informatik.dws.melt.matching_base.external.docker
 
DockerLogCallback() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.DockerLogCallback
 
doNotUseInputAlignment - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
If true, the input alignment is not passed to SEALS even if one is provided.
doNotUseInputAlignment - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
If true, the input alignment is not passed to SEALS even if one is provided.
downloadSealsIfNecessary(File) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 

E

environment - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
The variables in the environment which are used when starting an external process.
errConsumer - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
processes the strings which are printed on the std::err.
ExternalProcess - Class in de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process
Handles everything with external process When no ProcessOutputConsumer is added, the default is to discard it.
ExternalProcess() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
 
ExternalProcess(List<String>) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
 
extractMainClass() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.receiver.MainMatcherClassExtractor
 

F

FILE_PREFIX - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile
 
FILE_PREFIX - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers.Properties2URLTransformer
 
FILE_SUFFIX - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile
 
filePath - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.MatcherCLIFromFile
 
FileUtil - Class in de.uni_mannheim.informatik.dws.melt.matching_base
Helper for creating files etc.
FileUtil() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.FileUtil
 
Filter - Interface in de.uni_mannheim.informatik.dws.melt.matching_base
Interface for filters.
findLastURL(String) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputAlignmentCollector
 
format - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
FORMAT - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
A string decribing the format of the input files.
freshInstance - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
freshMatcherInstance - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
If true, the original matcher folder is untouched and the folder is copied.
freshMatcherInstance - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
If true, the original matcher folder is untouched and the folder is copied.

G

GenericMatcherCaller - Class in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
This matcher caller expects some matcher object and all other paramters as objects as well and call it with apropiate type transformers such that the call can actually happen.
GenericMatcherCaller() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherCaller
 
GenericMatcherMultiSourceCaller - Class in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
This matcher caller expects some matcher object and all other paramters as objects as well and call it with apropiate type transformers such that the call can actually happen.
GenericMatcherMultiSourceCaller() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
 
get(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
This method does not cast the object, but the calling method.
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.
get(Properties, String, Class<? extends T>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers.TypeTransformerHelper
 
getAlignment() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AlignmentAndParameters
 
getAlignment(Class<T>) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AlignmentAndParameters
 
getAlignment(Class<T>, Properties) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AlignmentAndParameters
 
getAllowedInstanceTypes() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
getAllRegisteredTypeTransformers() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Get all registered tranformers.
getAllRegisteredTypeTransformersAsString() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
getAllSuperClassesAndIterfaces(Class<?>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Given a class return all superclasses and interfaces except the Object class (which woul be too generic).
getAllSuperClassesAndIterfacesWithCost(Class<?>, int) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Given a class return all superclasses and interfaces except the Object class (which would be too generic).
getArguments() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Returns the substituted command line arguments.
getCanonicalPathIfPossible(File) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.FileUtil
Returns the canonical path (resolved symlink, and relative paths) of a file if possible.
getClassTransformationRoute(Class<?>, Class<T>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Return the transformation from a given class to a target class.
getClassTransformationRoute(Class<?>, Class<T>, Properties) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
getClassTransformationRoute(Class<?>, Class<T>, Properties, int, boolean) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
getClassTransformationRouteMultipleRepresentations(Iterable<Class<?>>, Class<T>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
getClassTransformationRouteMultipleRepresentations(Iterable<Class<?>>, Class<T>, Properties) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
getClassTransformationRouteMultipleRepresentations(Iterable<Class<?>>, Class<T>, Properties, int, boolean) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Returns type transformation route for one of the source classes to the target class.If no transformation is available, then a TypeTransformationException is thrown.
getCommand() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.MatcherCLI
The command which should be executed as one string (containing potentially multiple arguments).The line is splitted by whitespace but quotations are respected.
getCommand() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.MatcherCLIFromFile
 
getContainerPort() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
Return the exposed port of the docker image.
getCost() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationEdge
 
getCost() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationRoute
 
getDatasetID(String) - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDExtractor
Extracts from an URI the corresponding source / dataset identifier (which needs to be included in the URI like a specific domain etc).
getDatasetID(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDExtractorUrlPattern
 
getDatasetID(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDExtractorUrlPrefixMap
 
getDefaultMatcherName() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
getDockerConfigBuilder() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
getFirstSubDirectoryRunnableInSeals(File) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
This method visits all folders below the starting directory and returns the first directory which is runnable in seals.
getFormat() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
getFreePortOnHost() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
Returns a free port number on localhost.
getGlobal() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Get global data store instance.
getHierarchyTransformationCost() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
getHost(String) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDHelper
Will take a url and return the host of it.
getIMatcherMethod(Class<?>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherCaller
Search the method declared in the IMatcher interface.
getIMatcherMultiSourceMethod(Class<?>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
 
getInitialObject() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.ObjectTransformationRoute
 
getInitialWaitingTimeInSeconds() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
getJavaCommand() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
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.
getMatcherFolder() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
getMatcherNameFromSealsDescriptor(File) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
Returns the matcher name in the seals descriptor.
getMatchers() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherCombination
 
getMeltPropertyOrDefault(String, String) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.MeltUtil
 
getMeltVersion() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.MeltUtil
Get the melt version.
getMilliSecondsBetweenSigtermAndSigkill() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Returns the milli seconds between a sigterm and a sigkill when the process is started on linux.
getMinimum(Map<Class<?>, Integer>, Set<Class<?>>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
getName() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
getNewInstance(Class<T>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
getObjectTransformationRoute(Object, Class<T>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
getObjectTransformationRoute(Object, Class<T>, Properties) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
getObjectTransformationRoute(Object, Class<T>, Properties, int, boolean) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
getObjectTransformationRouteMultipleRepresentations(Iterable<Object>, Class<T>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
getObjectTransformationRouteMultipleRepresentations(Iterable<Object>, Class<T>, Properties) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
getObjectTransformationRouteMultipleRepresentations(Iterable<Object>, Class<T>, Properties, int, boolean) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Transforms an object with multiple representations to one class.This means, you have multiple objects representing the same information and want to choose the right one with the lowest transformation cost.
getOrDefault(Properties, String, Class<? extends T>, T) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers.TypeTransformerHelper
 
getParameters() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AlignmentAndParameters
 
getParameters(Class<T>) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AlignmentAndParameters
 
getParameters(Class<T>, Properties) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AlignmentAndParameters
 
getParametersAsProperties() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AlignmentAndParameters
 
getPid(Process) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Obtains the process ID given a process.
getRandomPositiveNumber() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.FileUtil
 
getRandomSerializationFile(Properties, String, String) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers.TypeTransformerHelper
 
getRawArguments() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ArgumentScope
 
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.
getSealsClientJar() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
getSealsDownloadUrlVersion() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
getSource() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationEdge
 
getSource() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationRoute
 
getSourceName() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
getSourceType() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AbstractTypeTransformer
 
getSourceType() - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformer
Returns the source type as a class value.
getSubsitiutionMap(URL, URL, URL, URL) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.MatcherCLI
 
getSubsitutedArguments(List<Function<String, String>>) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ArgumentScope
 
getTarget() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationEdge
 
getTarget() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationRoute
 
getTargetName() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
getTargetType() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AbstractTypeTransformer
 
getTargetType() - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformer
Returns the target type as a class value.
getTimeout() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Rteurns the timput as long.
getTimeoutAsText() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Returns the timeout as text which includes the timeout value and timeout unit.
getTimeoutAsText() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
getTimeoutForReadingThreadJoin() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Gets the timeout to wait for joining the thread which reads the standard out and standard error of the external process.
getTimeoutTimeUnit() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Return the timput unit
getTransformationCost(Properties) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AbstractTypeTransformer
 
getTransformationCost(Properties) - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformer
Returns the transformation cost given the parameter.
getTransformations() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationRoute
 
getTransformedListOfObjectsMultipleRepresentations(List<Set<Object>>, Class<T>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Directly get the transformed object or null if something went wrong.No transformation properties are provided.
getTransformedListOfObjectsMultipleRepresentations(List<Set<Object>>, Class<T>, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Directly get the transformed object or null if something went wrong.
getTransformedListOfObjectsMultipleRepresentations(List<Set<Object>>, Class<T>, Properties) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Directly get the transformed list of objects or null if something went wrong.
getTransformedObject() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.ObjectTransformationRoute
 
getTransformedObject(Object) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationRoute
 
getTransformedObject(Object, Class<? extends T>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Directly get the transformed object or null if something went wrong.
getTransformedObject(Object, Class<? extends T>, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Directly get the transformed object or null if something went wrong.
getTransformedObject(Object, Class<T>, Properties) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Directly get the transformed object or null if something went wrong.
getTransformedObject(Object, Properties) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationRoute
 
getTransformedObject(Properties) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.ObjectTransformationRoute
 
getTransformedObjectMultipleRepresentations(Set<Object>, Class<T>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Directly get the transformed object or null if something went wrong.No transformation parameters are provided.
getTransformedObjectMultipleRepresentations(Set<Object>, Class<T>, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Directly get the transformed object or null if something went wrong.
getTransformedObjectMultipleRepresentations(Set<Object>, Class<T>, Properties) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Directly get the transformed object or null if something went wrong.
getTransformedObjectOrNewInstance(Object, Class<? extends T>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Directly get the transformed object or a new instance something went wrong.
getTransformedObjectOrNewInstance(Object, Class<? extends T>, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Directly get the transformed object or a new instance something went wrong.
getTransformedObjectOrNewInstance(Object, Class<T>, Properties) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Directly get the transformed object or new instance if something went wrong.
getTransformedProperties(Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Transforms a given object to java.lang:Properties or throws an exception if something went wrong.If parameter is null, then null is returned.
getTransformedPropertiesOrNewInstance(Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Transforms a given object to java.lang:Properties or throws an exception if something went wrong.
getTransformer() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationEdge
 
getType() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherURL
This tool is an ontology matching tool.
getURL() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputAlignmentCollector
 
getWorkingDirectory() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Returns the working directory which will be used when starting a new process.

H

HIERARCHY_TRANSFORMATION_COST - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
The additional tranformation cost (determined by the environment variable MELT_TRANSFORMATION_HIERARCHY_COST )to add if hierarchy is allowed e.g.
HINT_LANG - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
A string decribing the RDF serialization format which is a hint for the reading code.
hostPort - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
httpClient - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
 

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.
imageName - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
IMatcher<ModelClass,​AlignmentClass,​ParameterClass> - Interface in de.uni_mannheim.informatik.dws.melt.matching_base
Generic matcher interface which just implements one method called match.
IMatcherCaller - Interface in de.uni_mannheim.informatik.dws.melt.matching_base
A matcher interface which allows the matcher to call other matchers as well.
IMatcherMultiSource<ModelClass,​AlignmentClass,​ParameterClass> - Interface in de.uni_mannheim.informatik.dws.melt.matching_base.multisource
Generic matcher interface for matching multiple ontologies / knowledge graphs.
IMatcherMultiSourceCaller - Interface in de.uni_mannheim.informatik.dws.melt.matching_base.multisource
Generic matcher interface for matching multiple ontologies / knowledge graphs which calls other matchers itself.
IN_DOUBLE_QUOTE - de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.QuoteState
 
IN_QUOTE - de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.QuoteState
 
infix - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDExtractorUrlPattern
 
initializeMatchers() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherCombination
 
initialObject - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.ObjectTransformationRoute
 
initialWaitingTimeInSeconds - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
inScope - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ArgumentScope
 
instance - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Singleton instance
IS_LINUX - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
 
IS_WINDOWS - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
 
IS_WINDOWS - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
isDirectoryRunnableInSeals(File) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
Determines whether the specified directory is runnable in seals.
isFirstLine - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputAlignmentCollector
 
isMatchingClassesRequired() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
isMatchingDataPropertiesRequired() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
isMatchingInstancesRequired() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
isMatchingObjectPropertiesRequired() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
isUsingStdOut() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.MatcherCLI
if set to true, all logging should go to stderr and the result of the process (url or alignment api format) should go to stdout.

J

javaCommand - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
The command to start java in the terminal.
javaCommand - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
The command to start java in the terminal.
javaRuntimeParameters - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
The parameters that appear between java [parameters] -jar.
javaRuntimeParameters - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
The parameters that appear between java [parameters] -jar.
JENA_ONTMODEL_SPEC - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
A string value indicating the OntModelSpec for reading a OntModel in Jena.

K

KG_TRACK_EXTRACTOR - Static variable in interface de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDExtractor
Extractor for the Knowledge graph track available at OAEI.
killAllProcessesWithSameSessionId(Long) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
 
killProcessWithJava(Process) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
 

L

LARGE_BIO_TRACK_EXTRACTOR - Static variable in interface de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDExtractor
Extractor for the Knowledge graph track available at OAEI.
lastLine - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputAlignmentCollector
 
lineCount(File) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.FileUtil
Determines the count of lines in a file in a fast way.
loadDockerFile(File) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
loadDockerFileInternal(File) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
loadMeltProperties() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.MeltUtil
 
logAllLinesFromContainer() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
Calling this function will log all lines from the container.
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.MatcherCLI
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.MatcherCLIFromFile
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ArgumentScope
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.OutputCollectorThread
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputAlignmentCollector
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputInfoLogging
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.DockerLogCallback
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.FileUtil
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherPipelineSequential
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherURL
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MeltUtil
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.MultiSourcePipelineSequential
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers.TypeTransformerHelper
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers.URL2PropertiesTransformer
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherCaller
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
 
LOGGER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Default logger.
logLastLinesFromContainer(int) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
Calling this function will log the last x lines from the container.
logWelcomeMessage() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.MeltUtil
ASCII welcome text logged to INFO (also includes the version).
lookUp(String, List<Function<String, String>>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ArgumentScope
 

M

MAIN_CLASS_PATH - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.receiver.MainMatcherClassExtractor
 
MainMatcherClassExtractor - Class in de.uni_mannheim.informatik.dws.melt.matching_base.receiver
Extracts the main matcher class as a string from a file.
MainMatcherClassExtractor() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.receiver.MainMatcherClassExtractor
 
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.external.cli.MatcherCLI
 
match(URL, URL, URL) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
match(URL, URL, URL) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
 
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 two ontologies / knowledge graphs together and returns an alignment.
match(URL, URL, URL) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.receiver.SealsWrapper
 
match(URL, URL, URL, File) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
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(URL, URL, URL, URL) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.MatcherCLI
 
match(URL, URL, URL, URL) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
 
match(List<URL>, URL, URL) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.MatcherMultiSourceURL
Matches multiple ontologies/knowledge graphs together.
match(List<Set<Object>>, Object, Object) - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.multisource.IMatcherMultiSourceCaller
Matches multiple ontologies / knowledge graphs together.
match(List<Set<Object>>, Object, Object) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.MultiSourcePipelineSequential
 
match(List<ModelClass>, AlignmentClass, ParameterClass) - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.multisource.IMatcherMultiSource
Matches multiple ontologies / knowledge graphs together.
match(Set<Object>, Set<Object>, Object, Object) - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.IMatcherCaller
Aligns two ontologies/knowledge graphs given as the first and second parameter.
match(Set<Object>, Set<Object>, Object, Object) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherPipelineSequential
 
match(ModelClass, ModelClass, AlignmentClass, ParameterClass) - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.IMatcher
Aligns two ontologies/knowledge graphs given as the first and second parameter.
MatcherCLI - Class in de.uni_mannheim.informatik.dws.melt.matching_base.external.cli
Matcher for running external matchers (require the subclass to create a command to execute).
MatcherCLI() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.MatcherCLI
 
MatcherCLIFromFile - Class in de.uni_mannheim.informatik.dws.melt.matching_base.external.cli
Read the file "external/external_command.txt" and start an external process.
MatcherCLIFromFile() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.MatcherCLIFromFile
 
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
 
MatcherDockerFile - Class in de.uni_mannheim.informatik.dws.melt.matching_base.external.docker
This matcher creates a docker container based on a given docker image name.
MatcherDockerFile(String) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
MatcherDockerFile(String, File) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
Loads the images in the docker file given by dockerImageFile.
MatcherDockerFile(String, File, DockerClientConfig) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
MatcherDockerFile(String, File, DockerClientConfig, boolean, boolean) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
Initializes a matcher which starts a docker image to create a docker container in which a HTTP server runs.
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
 
matcherFolder - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
The folder which represents one matcher.
MatcherHTTPCall - Class in de.uni_mannheim.informatik.dws.melt.matching_base.external.http
This class wraps a matcher service.
MatcherHTTPCall(URI) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
Creates a matcher which wraps a matching service available at the given URI.
MatcherHTTPCall(URI, boolean) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
Creates a matcher which wraps a matching service available at the given URI.
MatcherHTTPCall(URI, boolean, int, int, int) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
Creates a matcher which wraps a matching service available at the given URI with timeout options.
MatcherMultiSourceURL - Class in de.uni_mannheim.informatik.dws.melt.matching_base.multisource
Multi source matcher which expects URLs as parameters.
MatcherMultiSourceURL() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.MatcherMultiSourceURL
 
matcherNamePattern - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
Regex pattern to get the matcher name from the SEALS descriptor.xml file.
MatcherPipelineSequential - Class in de.uni_mannheim.informatik.dws.melt.matching_base
Executes all matchers one after the other.
MatcherPipelineSequential() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherPipelineSequential
 
MatcherPipelineSequential(Iterable<Object>) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherPipelineSequential
 
MatcherPipelineSequential(Object...) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherPipelineSequential
 
matchers - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherCombination
 
matchers - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherPipelineSequential
 
matchers - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.MultiSourcePipelineSequential
 
MatcherSeals - Class in de.uni_mannheim.informatik.dws.melt.matching_base.external.seals
This matcher wraps the SEALS client such that a SEALS zip file or folder can be executed.
MatcherSeals(File) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
The SEALS client will be search in the systems tmp directory with the name seals-omt-client-v7.0.5.jar.
MatcherSeals(File, File) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
Constructor with reasonable defaults like 12 hours timeout, no runtime parameter, java as the java command and no new matcher instance every time.
MatcherSeals(File, File, long, TimeUnit, List<String>, boolean, boolean, String) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
MatcherSeals(File, File, File, long, TimeUnit, List<String>, boolean, boolean, String) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
Constructor with all parameters.
MatcherSealsBuilder - Class in de.uni_mannheim.informatik.dws.melt.matching_base.external.seals
 
MatcherSealsBuilder() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
 
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
 
MATCHING_CLASSES - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
Boolean value (true/false) if matching classes is required (true) or not (false)
MATCHING_DATA_PROPERTIES - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
Boolean value (true/false) if matching data properties is required (true) or not (false)
MATCHING_INSTANCE_TYPES - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
List of URIs (String) which represent classes.
MATCHING_INSTANCES - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
Boolean value (true/false) if matching instances is required (true) or not (false)
MATCHING_OBJECT_PROPERTIES - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
Boolean value (true/false) if matching object properties is required (true) or not (false)
MATCHING_RDF_PROPERTIES - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
Boolean value (true/false) if matching rdf properties is required (true) or not (false)
matchingClassesRequired - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
matchingDataPropertiesRequired - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
MatchingException - Exception in de.uni_mannheim.informatik.dws.melt.matching_base
An exception which can be thrown by a matcher in case something goes wrong.
MatchingException(String) - Constructor for exception de.uni_mannheim.informatik.dws.melt.matching_base.MatchingException
 
MatchingException(String, Throwable) - Constructor for exception de.uni_mannheim.informatik.dws.melt.matching_base.MatchingException
 
MatchingException(Throwable) - Constructor for exception de.uni_mannheim.informatik.dws.melt.matching_base.MatchingException
 
matchingInstancesRequired - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
matchingObjectPropertiesRequired - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
maxTrials - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
The number of retry operations to perform when an exception occurs.
MELT_DEFAULT_TRANSFORMERS - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
MELT_PROPERTIES - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MeltUtil
 
MeltUtil - Class in de.uni_mannheim.informatik.dws.melt.matching_base
Util methods for melt
MeltUtil() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.MeltUtil
 
milliSecondsBetweenSigtermAndSigkill - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
The time to wait between
MultiSourceDispatcher - Interface in de.uni_mannheim.informatik.dws.melt.matching_base.multisource
An interface which indicates that this multisource matcher delegates the task of matching multiple ontologies/knowledge graphs to a one to one matcher.
MultiSourcePipelineSequential - Class in de.uni_mannheim.informatik.dws.melt.matching_base.multisource
Executes all multi source matchers one after the other.
MultiSourcePipelineSequential(Iterable<Object>) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.MultiSourcePipelineSequential
 
MultiSourcePipelineSequential(Object...) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.MultiSourcePipelineSequential
 

N

needsTransitiveClosureForEvaluation() - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.multisource.IMatcherMultiSource
Returns a boolean value if the matcher needs a transitive closure for evaluation.
needsTransitiveClosureForEvaluation() - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.multisource.IMatcherMultiSourceCaller
Returns a boolean value if the matcher needs a transitive closure for evaluation.
needsTransitiveClosureForEvaluation() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.MatcherMultiSourceURL
Returns a boolean value if the matcher needs a transitive closure for evaluation.
needsTransitiveClosureForEvaluation() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.MultiSourcePipelineSequential
 
needsTransitiveClosureForEvaluation(Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
 
newline - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherString
 
NEWLINE - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MeltUtil
 
NON_MATCHING_INSTANCE_TYPES - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
List of URIs (String) which represent classes.
NORMAL - de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.QuoteState
 

O

OaeiOptions - Class in de.uni_mannheim.informatik.dws.melt.matching_base
Deprecated.
use parameters file instead.
OaeiOptions() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
ObjectTransformationRoute<T> - Class in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
 
ObjectTransformationRoute(TransformationRoute<T>, Object) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.ObjectTransformationRoute
 
onNext(Frame) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.DockerLogCallback
 
OS_NAME - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
 
OS_NAME - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
outConsumer - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
processes the strings which are printed on the std::out.
OutputCollectorThread - Class in de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process
 
OutputCollectorThread(InputStream, List<ProcessOutputConsumer>) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.OutputCollectorThread
 
OutputDiscardThread - Class in de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process
 
OutputDiscardThread(InputStream) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.OutputDiscardThread
 
OutputDiscardThread(InputStream, int) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.OutputDiscardThread
 

P

ParameterConfigKeys - Class in de.uni_mannheim.informatik.dws.melt.matching_base
List all the keys (URLs) which can be used as matching parameters.
ParameterConfigKeys() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
 
parameters - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AlignmentAndParameters
 
parse(URL) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers.URL2PropertiesTransformer
 
parseCommandLine(String) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
 
postProcessing - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDExtractorUrlPattern
 
prefix - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputInfoLogging
The prefix before the actual message
prefix - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDExtractorUrlPattern
 
prefixLength - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDExtractorUrlPattern
 
prefixMap - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.multisource.DatasetIDExtractorUrlPrefixMap
 
prepareMatcherFolder(File, File) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
processOutput(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputAlignmentCollector
 
processOutput(String) - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputConsumer
Processes one line of output.
processOutput(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputInfoLogging
 
ProcessOutputAlignmentCollector - Class in de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process
A collector which searches for an alignment URL or creates a file with the content of the lines and returns the url of this file.
ProcessOutputAlignmentCollector() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputAlignmentCollector
 
ProcessOutputConsumer - Interface in de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process
 
ProcessOutputInfoLogging - Class in de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process
 
ProcessOutputInfoLogging() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputInfoLogging
 
ProcessOutputInfoLogging(String) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputInfoLogging
Constructor
Properties2URLTransformer - Class in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers
Transforms a URI to java.uril.Properties.
Properties2URLTransformer() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers.Properties2URLTransformer
 
put(String, Object) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Put an object to the data store.

Q

QuoteState - Enum in de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process
 
QuoteState() - Constructor for enum de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.QuoteState
 

R

RANDOM - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.FileUtil
 
readStringFromURL(URL) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherString
 
registerTypeTransformers() - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerLoader
Call the addTransformer method of the static TypeTransformerRegistry to add multiple TypeTransformers at the same time.
removeTransformer(TypeTransformer<?, ?>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
replaceFileSeparatorChar(String) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Replace slash and backslash with the platform dependend File.separatorChar.
requestConfig - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
The RequestConfig which contains timeouts to be used in http call.
resetToDefault() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
run() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Run the specified process in a synchronous manner.
run() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.OutputCollectorThread
 
run() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.OutputDiscardThread
 
runIMatcher(IMatcher, Set<Object>, Set<Object>, Object, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherCaller
Runs a matcher which implements the IMatcher interface.
runIMatcherCaller(IMatcherCaller, Set<Object>, Set<Object>, Object, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherCaller
Runs a matcher which implements the IMatcherCaller interface.
runIMatcherMultiSource(IMatcherMultiSource, List<Set<Object>>, Object, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
Runs a matcher which implements the IMatcherMultiSource interface.
runIMatcherMultiSourceCaller(IMatcherMultiSourceCaller, List<Set<Object>>, Object, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
Runs a matcher which implements the IMatcherMultiSourceCaller interface.
runIOntologyMatchingToolBridge(IOntologyMatchingToolBridge, Set<Object>, Set<Object>, Object, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherCaller
Runs a matcher which implements the IOntologyMatchingToolBridge interface.
runMatcher(Object, Object, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherCaller
Calls a matcher object with the provided arguments.
runMatcher(Object, Object, Object, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherCaller
Calls a matcher object with the provided arguments.
runMatcher(Object, Object, Object, Object, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherCaller
Calls a matcher object with the provided arguments.
runMatcherMultipleRepresentations(Object, Set<Object>, Set<Object>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherCaller
Calls a matcher objetc with the provided arguments.
runMatcherMultipleRepresentations(Object, Set<Object>, Set<Object>, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherCaller
Calls a matcher objetc with the provided arguments.
runMatcherMultipleRepresentations(Object, Set<Object>, Set<Object>, Object, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherCaller
Calls a matcher objetc with the provided arguments.
runMatcherMultiSource(Object, List<Object>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
Calls a multi source matcher object with the provided arguments.
runMatcherMultiSource(Object, List<Object>, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
Calls a multi source matcher object with the provided arguments.
runMatcherMultiSource(Object, List<Object>, Object, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
Calls a multi source matcher object with the provided arguments.
runMatcherMultiSourceMultipleRepresentations(Object, List<Set<Object>>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
Calls a multi source matcher object with the provided arguments.
runMatcherMultiSourceMultipleRepresentations(Object, List<Set<Object>>, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
Calls a multi source matcher object with the provided arguments.
runMatcherMultiSourceMultipleRepresentations(Object, List<Set<Object>>, Object, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
Calls a multi source matcher object with the provided arguments.
runMatcherMultiSourceSpecificType(Object, List<T>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
Calls a multi source matcher object with the provided arguments.The type of ontologies must be same same for all ontologies e.g.
runMatcherMultiSourceSpecificType(Object, List<T>, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
Calls a multi source matcher object with the provided arguments.
runMatcherMultiSourceSpecificType(Object, List<T>, Object, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
Calls a multi source matcher object with the provided arguments.
runMatcherMultiSourceURL(MatcherMultiSourceURL, List<Set<Object>>, Object, Object) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.GenericMatcherMultiSourceCaller
Runs a matcher which implements the IMatcherMultiSourceCaller interface.
runOnlyLocalhost - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
If true, the container binds only on localhost instead of all interfaces.

S

SEALS_DOWNLOAD_URL - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
SEALS_DOWNLOAD_URL_VERSION - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
sealsClientJar - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
Path to the JAR of the SEALS client.
sealsClientJar - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
Path to the JAR of the SEALS client.
SealsWrapper - Class in de.uni_mannheim.informatik.dws.melt.matching_base.receiver
This class implements the SEALS interface (via MatcherURL) and calls the provided matcher class (the matcher class is provided via a file in the SEALS package in folder /conf/extenal/main_class.txt ).
SealsWrapper() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.receiver.SealsWrapper
 
sendContent - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
If true, then the content of the file URI is read and transferred.
SERIALIZATION_FOLDER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
The folder in which all alignments and properties files are stored.
serialVersionUID - Static variable in exception de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformationException
 
setAllowedInstanceTypes(Set<String>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
setDoNotUseInputAlignment(boolean) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
 
setFormat(String) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
setFreshMatcherInstance(boolean) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
 
setInitialWaitingTimeInSeconds(int) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
setJavaCommand(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
setJavaCommand(String) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
 
setJavaRuntimeParameters(List<String>) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
 
setMatchingClassesRequired(boolean) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
setMatchingDataPropertiesRequired(boolean) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
setMatchingInstancesRequired(boolean) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
setMatchingObjectPropertiesRequired(boolean) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
setMilliSecondsBetweenSigtermAndSigkill(long) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Sets the milli seconds between a sigterm and a sigkill when the process is started on linux.
setSealsClientJar(File) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
setSealsClientJar(File) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
 
setSendContent(boolean) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
If true, then the content of the file URI is read and transferred.
setSourceName(String) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
setTargetName(String) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
setTimeout(int) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
 
setTimeout(int, int, int) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
 
setTimeout(long) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
 
setTimeout(long, TimeUnit) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Sets the timeout of a process
setTimeoutForReadingThreadJoin(long) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Sets the timeout to wait for joining the thread which reads the standard out and standard error of the external process.
setTimeouts(int, int, int) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
Sets the timeouts for the HTTP call which happens when the docker container is started and the call to the service is executed.
setTimeoutTimeUnit(TimeUnit) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
 
setTmpFolder(File) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
 
setWorkingDirectory(File) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Sets the working directory of the external process.
sleepTimeInSeconds - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
The amount of seconds to sleep when an exception occurred before retrying.
socketTimeout - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
source - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationEdge
 
source - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationRoute
 
SOURCE_LANGUAGE - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
The main language of the source ontology / knowledge graph.
sourceClass - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AbstractTypeTransformer
 
sourceName - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
startContainer() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
startReadingThread(InputStream, String, List<ProcessOutputConsumer>) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
 
stopContainer() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.MatcherDockerFile
 
stopReadingThread(Thread) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
 
streamToCollect - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.OutputCollectorThread
 
streamToCollect - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.OutputDiscardThread
 
substitutionLookups - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
the list of function which can substitute the variables in the command line/ arguments
SUPER_CLASSES_CACHE - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
Cache for Superclasses and interfaces for a given class.
SYSTEM_TMP_FOLDER - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.FileUtil
 

T

target - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationEdge
 
target - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationRoute
 
TARGET_LANGUAGE - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
The main language of the target ontology / knowledge graph.
targetClass - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AbstractTypeTransformer
 
targetName - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
terminateProcess(Process) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Terminates the process.
timeout - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Time out for the external process.
timeout - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
Time out for the external seals process.
timeout - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
Time out for the external seals process.
timeoutForReadingThreadJoin - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
The time to wait to join the reading thread for stdOut and stdErr.
timeoutTimeUnit - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
Time unit for the process time out.
timeoutTimeUnit - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
Time unit for the process time out.
timeoutTimeUnit - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
Time unit for the process time out.
tmpFolder - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
Path to a temporary folder.
tmpFolder - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSealsBuilder
Path to a temporary folder.
toProperties() - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.DataStore
Transform this Datastore into a Properties object.
toStringStatic() - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
 
TRANFORMERS - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
The map which contains all transformers.
transform(URL, Properties) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers.URL2PropertiesTransformer
 
transform(Properties, Properties) - Method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers.Properties2URLTransformer
 
transform(S, Properties) - Method in interface de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformer
Transforms the given value to the new type.
TransformationEdge - Class in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
 
TransformationEdge(Class<?>, Class<?>, TypeTransformer<?, ?>, int) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationEdge
 
TransformationRoute<T> - Class in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
 
TransformationRoute(TransformationRoute<T>) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationRoute
Copy constructor used in ObjectTransformationRoute
TransformationRoute(Class<?>, Class<T>, List<TypeTransformer<?, ?>>, int) - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationRoute
 
transformations - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationRoute
 
transformer - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TransformationEdge
 
transformInOneStep(Iterable<Class<?>>, Class<T>, Properties, int) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 
TypeTransformationException - Exception in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
The exception which is thrown if a transformation does not work.
TypeTransformationException() - Constructor for exception de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformationException
 
TypeTransformationException(String) - Constructor for exception de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformationException
 
TypeTransformationException(String, Throwable) - Constructor for exception de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformationException
 
TypeTransformationException(Throwable) - Constructor for exception de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformationException
 
TypeTransformer<S,​T> - Interface in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
TypeTransformer interface.
TypeTransformerHelper - Class in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers
Helper functions for type transformation to URL.
TypeTransformerHelper() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers.TypeTransformerHelper
 
TypeTransformerLoader - Interface in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
Implement this interface to register multiple TypeTransformers.
TypeTransformerRegistry - Class in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
The TypeTransformerRegistry is a registry for TypeTransformer which can transform an objetc of one type/class to another.
TypeTransformerRegistry() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformerRegistry
 

U

unzipToDirectory(File, File, boolean) - Static method in class de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals
 
uri - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.http.MatcherHTTPCall
URI where the matching service is located.
URL_PATTERN - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputAlignmentCollector
 
URL2PropertiesTransformer - Class in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers
Transforms a URI to java.uril.Properties.
URL2PropertiesTransformer() - Constructor for class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers.URL2PropertiesTransformer
 
USE_ONTOLOGY_CACHE - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.ParameterConfigKeys
A boolean value (true/false and not a string!) if the ontology cache should be used or not.

V

valueOf(String) - Static method in enum de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.QuoteState
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.QuoteState
Returns an array containing the constants of this enum type, in the order they are declared.

W

WELCOME - Static variable in class de.uni_mannheim.informatik.dws.melt.matching_base.MeltUtil
 
workingDirectory - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ExternalProcess
The working directory to start the external process.
writer - Variable in class de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputAlignmentCollector
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages