|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dfleischhacker.uni.thesis.semantic.ClosureResult
public class ClosureResult
This class is used to export the data generated internally in the semantic modules to the caller. These results can be used to give an insight into the evaluation process or for debugging purposes. Its main payload is the closure of the alignment. If a new semantic has more internal results worth the export this class can be modified accordingly.
Constructor Summary | |
---|---|
ClosureResult(Alignment closure)
Initializes the result object to contain the given alignment closure. |
Method Summary | |
---|---|
Ontology |
getAlignedOntology()
Returns the aligned ontology generated by the semantic or null if the semantic does not generate something like this. |
Alignment |
getClosure()
Returns the closure stored in this ClosureResult |
void |
setAlignedOntology(Ontology alignedOntology)
Sets the aligned ontology. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClosureResult(Alignment closure)
closure
- the generated closureMethod Detail |
---|
public Alignment getClosure()
public void setAlignedOntology(Ontology alignedOntology)
alignedOntology
- the aligned ontologypublic Ontology getAlignedOntology()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |