public class Renderer extends Object
Modifier and Type | Field and Description |
---|---|
static String |
subClassOf |
Constructor and Description |
---|
Renderer() |
Modifier and Type | Method and Description |
---|---|
boolean |
renderWithNames(Writer output,
IntegerEntityManager entityManager,
IntegerRelationMap setR)
Renders set R using Turtle syntax.
|
boolean |
renderWithNames(Writer output,
IntegerEntityManager entityManager,
IntegerSubsumerGraph setS)
Renders set S using Turtle syntax.
|
public static final String subClassOf
public boolean renderWithNames(Writer output, IntegerEntityManager entityManager, IntegerRelationMap setR) throws IOException
output
- writerentityManager
- entity managersetR
- set Rtrue
if and only if it renders at least one tripleIOException
- if an I/O error occurspublic boolean renderWithNames(Writer output, IntegerEntityManager entityManager, IntegerSubsumerGraph setS) throws IOException
output
- writerentityManager
- entity managersetS
- set Strue
if and only if it renders at least one tripleIOException
- if an I/O error occursCopyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.