|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.coode.owl.rdfxml.parser.OptimisedListTranslator<O>
public class OptimisedListTranslator<O extends OWLObject>
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Jan-2007
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.
Method Summary | |
---|---|
java.util.List<O> |
translateList(java.net.URI mainNode)
|
java.util.Set<O> |
translateToSet(java.net.URI mainNode)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.List<O> translateList(java.net.URI mainNode) throws OWLException
OWLException
public java.util.Set<O> translateToSet(java.net.URI mainNode) throws OWLException
OWLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |