public class OptimisedListTranslator<O extends 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(IRI mainNode) |
Set<O> |
translateToSet(IRI mainNode) |
protected OptimisedListTranslator(OWLRDFConsumer consumer, ListItemTranslator<O> translator)
Copyright © 2012 The University of Manchester. All Rights Reserved.