|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectontea.transform.JenaIndividualSearchAndCreate
public class JenaIndividualSearchAndCreate
Transforming results to ontology results Ontology results are search in jena repository and results contain of URI of found individual in jena repository If results are not find and type of result individual is set - new jena ontology individuals are created
Field Summary | |
---|---|
(package private) Memory |
mem
|
(package private) Operations |
sO
|
Constructor Summary | |
---|---|
JenaIndividualSearchAndCreate(Memory _mem)
Initialize class with Jena repository represented by Memory wrapper of Jena repository |
Method Summary | |
---|---|
Result |
transform(Result result)
Returns first found ResultOnto from Jena repository or null if nothing found |
java.util.Set<Result> |
transform(java.util.Set<Result> results)
Returns all found results of ResultOnto type from Jena repository or null if nothing found |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Memory mem
Operations sO
Constructor Detail |
---|
public JenaIndividualSearchAndCreate(Memory _mem)
_mem
- Jena repository represented by MemoryMethod Detail |
---|
public Result transform(Result result)
transform
in interface ResultTransformer
result
- result to be transformed
ResultTransformer.transform(ontea.core.Result)
public java.util.Set<Result> transform(java.util.Set<Result> results)
transform
in interface ResultTransformer
results
- set of results
ResultTransformer.transform(java.util.Set)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |