|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectowltools.flex.FlexCollection
public class FlexCollection
Pull defined sources into a middle state for output, loading into Solr, etc. Essentially, a Solr document workalike.
Field Summary | |
---|---|
protected ConfigManager |
config
|
protected ArrayList<FlexDocument> |
docs
|
protected OWLGraphWrapper |
graph
|
Constructor Summary | |
---|---|
FlexCollection(ConfigManager aconf,
OWLGraphWrapper in_graph)
More fun init. |
|
FlexCollection(OWLGraphWrapper in_graph)
More fun init. |
Method Summary | |
---|---|
String |
getExtString(org.semanticweb.owlapi.model.OWLObject oobj,
ArrayList<String> function_sexpr)
Get properly formatted output from the OWLGraphWrapper. |
List<String> |
getExtStringList(org.semanticweb.owlapi.model.OWLObject oobj,
ArrayList<String> function_sexpr)
Get properly formatted output from the OWLGraphWrapper. |
Iterator<FlexDocument> |
iterator()
|
FlexDocument |
wring(org.semanticweb.owlapi.model.OWLObject obj,
ConfigManager config)
Main wrapping for adding ontology documents to GOlr. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected transient ConfigManager config
protected transient OWLGraphWrapper graph
protected ArrayList<FlexDocument> docs
Constructor Detail |
---|
public FlexCollection(OWLGraphWrapper in_graph)
in_graph
- public FlexCollection(ConfigManager aconf, OWLGraphWrapper in_graph)
aconf
- in_graph
- Method Detail |
---|
public String getExtString(org.semanticweb.owlapi.model.OWLObject oobj, ArrayList<String> function_sexpr)
oobj
- function_sexpr
- "s-expression"
getExtStringList(org.semanticweb.owlapi.model.OWLObject, java.util.ArrayList)
public List<String> getExtStringList(org.semanticweb.owlapi.model.OWLObject oobj, ArrayList<String> function_sexpr)
oobj
- function_sexpr
- "s-expression"
getExtString(org.semanticweb.owlapi.model.OWLObject, java.util.ArrayList)
public FlexDocument wring(org.semanticweb.owlapi.model.OWLObject obj, ConfigManager config)
obj
- owlObjectconfig
-
public Iterator<FlexDocument> iterator()
iterator
in interface Iterable<FlexDocument>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |