org.mindswap.pellet.output
Interface ATermRenderer
- All Superinterfaces:
- ATermVisitor
- All Known Implementing Classes:
- ATermAbstractSyntaxRenderer, ATermBaseRenderer
public interface ATermRenderer
- extends ATermVisitor
A special kind of visitor that is designed to render the terms to output. The
output is sent to an OutputFormatter so that outputing HTML format is supported.
- Author:
- Evren Sirin
Methods inherited from interface org.mindswap.pellet.output.ATermVisitor |
visit, visitAll, visitAllfuture, visitAllpast, visitAnd, visitAt, visitCard, visitFuture, visitHasValue, visitList, visitLiteral, visitMax, visitMin, visitNot, visitOneOf, visitOr, visitPast, visitSome, visitSomefuture, visitSomepast, visitSubClass, visitTerm, visitValue |
setWriter
void setWriter(OutputFormatter out)
getWriter
OutputFormatter getWriter()
setWriter
void setWriter(java.io.Writer out)
Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.