public class OptimisedListTranslator<O extends org.semanticweb.owlapi.model.OWLObject> extends Object
List, or Java
Set. The type of list (i.e. the type of objects in the list) are
determined by a ListItemTranslator. The translator consumes all
triples which are used in the translation.| Modifier | Constructor and Description |
|---|---|
protected |
OptimisedListTranslator(OWLRDFConsumer consumer,
ListItemTranslator<O> translator) |
| Modifier and Type | Method and Description |
|---|---|
protected OWLRDFConsumer |
getConsumer() |
List<O> |
translateList(org.semanticweb.owlapi.model.IRI mainNode) |
Set<O> |
translateToSet(org.semanticweb.owlapi.model.IRI mainNode) |
protected OptimisedListTranslator(OWLRDFConsumer consumer, ListItemTranslator<O> translator)
protected OWLRDFConsumer getConsumer()
Copyright © 2013 The University of Manchester. All Rights Reserved.