|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WrapperException | |
---|---|
de.dfleischhacker.uni.thesis.utils.wrapper |
Uses of WrapperException in de.dfleischhacker.uni.thesis.utils.wrapper |
---|
Methods in de.dfleischhacker.uni.thesis.utils.wrapper that throw WrapperException | |
---|---|
static CalculationResult |
Wrapper.calculate(java.net.URI uriOnto1,
java.net.URI uriOnto2,
java.lang.String nameEvAlign,
java.lang.String nameRefAlign,
java.lang.String nameSemantic)
Calculates recall and precision and returns an CalculationResult object |
static CalculationResult |
Wrapper.calculate(java.net.URI uriOnto1,
java.net.URI uriOnto2,
java.lang.String nameEvAlign,
java.lang.String nameRefAlign,
java.lang.String nameSemantic,
boolean deleteABox)
Calculates recall and precision and returns an CalculationResult object |
static CalculationResult |
Wrapper.calculate(java.net.URI uriOnto1,
java.net.URI uriOnto2,
java.lang.String nameEvAlign,
java.lang.String nameRefAlign,
java.lang.String nameSemantic,
float threshold)
Calculates recall and precision and returns an CalculationResult object |
static CalculationResult |
Wrapper.calculate(java.net.URI uriOnto1,
java.net.URI uriOnto2,
java.lang.String nameEvAlign,
java.lang.String nameRefAlign,
java.lang.String nameSemantic,
float threshold,
boolean deleteABox)
Calculates recall and precision and returns an CalculationResult object |
static void |
Wrapper.checkEvaluationAlignment(java.lang.String filename)
Loads the evaluation alignment from the given file |
static void |
Wrapper.checkOntology1(java.lang.String filename)
Checks if it is possible to load the ontology from the given filename |
static void |
Wrapper.checkOntology1(java.net.URI uri)
Checks if it is possible to load the ontology from the given URI |
static void |
Wrapper.checkOntology2(java.lang.String filename)
Checks if it is possible to load the ontology from the given filename |
static void |
Wrapper.checkOntology2(java.net.URI uri)
Checks if it is possible to load the ontology from the given URI |
static void |
Wrapper.checkReferenceAlignment(java.lang.String filename)
Loads the reference alignment from the given file |
static void |
Wrapper.checkSemantic(java.lang.String semantic)
Checks if the given string is a valid semantic identifier |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |