public class DirectionStep extends AbstractFormula implements PathStep
| Constructor and Description |
|---|
DirectionStep(Direction direction,
PathTerm term) |
| Modifier and Type | Method and Description |
|---|---|
DirectionStep |
clone() |
void |
dispatch(FormulaVisitor visitor) |
boolean |
equals(Object other) |
Direction |
getDirection() |
org.openrdf.model.URI |
getIri() |
PathTerm |
getTerm() |
void |
print(PrettyPrintWriter out) |
asBinaryRelationalExpression, asPrimaryExpression, toSimpleString, toStringfinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasBinaryRelationalExpression, asPrimaryExpressionpublic Direction getDirection()
public PathTerm getTerm()
public DirectionStep clone()
clone in interface IriValueclone in interface PathStepclone in interface PrimaryExpressionclone in class AbstractFormulapublic void print(PrettyPrintWriter out)
public void dispatch(FormulaVisitor visitor)
Copyright © 2019. All rights reserved.