public class PredicateObjectList extends AbstractFormula
| Constructor and Description |
|---|
PredicateObjectList(PathExpression path,
ObjectList objectList) |
| Modifier and Type | Method and Description |
|---|---|
PredicateObjectList |
clone() |
void |
dispatch(FormulaVisitor visitor) |
ObjectList |
getObjectList() |
PathExpression |
getPath() |
IriValue |
getVerb() |
void |
print(PrettyPrintWriter out) |
asBinaryRelationalExpression, asPrimaryExpression, toSimpleString, toStringpublic PredicateObjectList(PathExpression path, ObjectList objectList)
public IriValue getVerb()
public PredicateObjectList clone()
clone in class AbstractFormulapublic PathExpression getPath()
public ObjectList getObjectList()
public void print(PrettyPrintWriter out)
public void dispatch(FormulaVisitor visitor)
Copyright © 2019. All rights reserved.