| Package | Description |
|---|---|
| org.coode.owlapi.rdf.model | |
| org.coode.owlapi.rdf.renderer |
| Modifier and Type | Class and Description |
|---|---|
class |
RDFLiteralNode
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 06-Dec-2006 |
class |
RDFResourceNode
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 06-Dec-2006 |
| Modifier and Type | Method and Description |
|---|---|
RDFNode |
RDFTriple.getObject() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RDFTranslator.addTriple(RDFResourceNode subject,
RDFResourceNode pred,
RDFNode object) |
List<RDFTriple> |
RDFGraph.getSortedTriplesForSubject(RDFNode subject,
boolean sort) |
Set<RDFTriple> |
RDFGraph.getTriplesForSubject(RDFNode subject)
Deprecated.
this method makes a defensive copy for each element in the map, but most uses of this only iterate over the results. Use getSortedTriplesForResult instead
|
| Constructor and Description |
|---|
RDFTriple(RDFResourceNode subject,
RDFResourceNode property,
RDFNode object) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RDFRendererBase.toJavaList(RDFNode n,
List<RDFNode> list) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RDFRendererBase.toJavaList(RDFNode n,
List<RDFNode> list) |
Copyright © 2012 The University of Manchester. All Rights Reserved.