public class NumberToLiteralVisitor extends Object implements NumericVisitor
Title: Number To Literal Visitor
Description: Convert from a Number object to a pellet Literal.
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
NumberToLiteralVisitor(ABox abox) |
| Modifier and Type | Method and Description |
|---|---|
Literal |
getLiteral() |
void |
visit(BigDecimal[] args) |
void |
visit(BigInteger[] args) |
void |
visit(Double[] args) |
void |
visit(Float[] args) |
public NumberToLiteralVisitor(ABox abox)
public Literal getLiteral()
public void visit(BigDecimal[] args)
visit in interface NumericVisitorpublic void visit(BigInteger[] args)
visit in interface NumericVisitorpublic void visit(Double[] args)
visit in interface NumericVisitorpublic void visit(Float[] args)
visit in interface NumericVisitorCopyright © 2019. All rights reserved.