public class Triple extends AbstractFormula
| Constructor and Description |
|---|
Triple(PathTerm subject,
IriValue predicate,
PathTerm object) |
| Modifier and Type | Method and Description |
|---|---|
Triple |
clone() |
void |
dispatch(FormulaVisitor visitor) |
PathTerm |
getObject() |
IriValue |
getPredicate() |
PathTerm |
getSubject() |
void |
print(PrettyPrintWriter out) |
asBinaryRelationalExpression, asPrimaryExpression, toSimpleString, toStringpublic PathTerm getSubject()
public IriValue getPredicate()
public PathTerm getObject()
public Triple clone()
clone in class AbstractFormulapublic void print(PrettyPrintWriter out)
public void dispatch(FormulaVisitor visitor)
Copyright © 2019. All rights reserved.