public class CurieValue extends AbstractFormula implements PathTerm
| Constructor and Description |
|---|
CurieValue(Context context,
String namespacePrefix,
String localName) |
| Modifier and Type | Method and Description |
|---|---|
CurieValue |
clone() |
void |
dispatch(FormulaVisitor visitor) |
Context |
getContext() |
org.openrdf.model.URI |
getIri() |
String |
getLocalName() |
String |
getNamespacePrefix() |
void |
print(PrettyPrintWriter out) |
asBinaryRelationalExpression, asPrimaryExpression, toSimpleString, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasBinaryRelationalExpression, asPrimaryExpressionpublic Context getContext()
public CurieValue clone()
clone in interface IriValueclone in interface PathTermclone in interface PrimaryExpressionclone in class AbstractFormulapublic String getNamespacePrefix()
public String getLocalName()
public void print(PrettyPrintWriter out)
public org.openrdf.model.URI getIri()
public void dispatch(FormulaVisitor visitor)
Copyright © 2019. All rights reserved.