org.mindswap.pellet.output
Interface ATermRenderer
- All Superinterfaces:
- ATermVisitor
- All Known Implementing Classes:
- ATermAbstractSyntaxRenderer, ATermBaseRenderer, ATermManchesterSyntaxRenderer
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, visitAnd, visitCard, visitHasValue, visitInverse, visitList, visitLiteral, visitMax, visitMin, visitNot, visitOneOf, visitOr, visitRestrictedDatatype, visitSelf, visitSome, visitTerm, visitValue |
setWriter
void setWriter(java.io.PrintWriter out)
getWriter
java.io.PrintWriter getWriter()
setWriter
void setWriter(java.io.Writer out)
Copyright © 2004 Evren Sirin. All Rights Reserved.