public class LiteralFormula extends AbstractFormula implements PrimaryExpression
| Constructor and Description |
|---|
LiteralFormula(org.openrdf.model.Literal literal) |
| Modifier and Type | Method and Description |
|---|---|
LiteralFormula |
clone() |
void |
dispatch(FormulaVisitor visitor) |
org.openrdf.model.Literal |
getLiteral() |
void |
print(PrettyPrintWriter out) |
asBinaryRelationalExpression, asPrimaryExpression, toSimpleString, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasBinaryRelationalExpression, asPrimaryExpressionpublic org.openrdf.model.Literal getLiteral()
public LiteralFormula clone()
clone in interface PrimaryExpressionclone in class AbstractFormulapublic void print(PrettyPrintWriter out)
public void dispatch(FormulaVisitor visitor)
Copyright © 2019. All rights reserved.