@PortedFrom(file="tDLExpression.h", name="TDLConceptDataValue") public class ConceptDataValue extends Object implements ConceptDataRoleExpression, DataExpressionArg<Literal<?>>, Serializable
| Constructor and Description |
|---|
ConceptDataValue(DataRoleExpression r,
Literal<?> v) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DLExpressionVisitor visitor)
accept method for the visitor pattern
|
<O> O |
accept(DLExpressionVisitorEx<O> visitor) |
DataRoleExpression |
getDataRoleExpression() |
Literal<?> |
getExpr()
get access to the argument
|
org.semanticweb.owlapi.model.IRI |
getIRI() |
String |
toString() |
public ConceptDataValue(DataRoleExpression r, Literal<?> v)
r - Rv - V@PortedFrom(file="tDLExpression.h", name="accept") public void accept(DLExpressionVisitor visitor)
Expressionaccept in interface ConceptDataRoleExpressionaccept in interface ConceptExpressionaccept in interface Expressionvisitor - visitor@PortedFrom(file="tDLExpression.h", name="accept") public <O> O accept(DLExpressionVisitorEx<O> visitor)
accept in interface ExpressionO - visitor typevisitor - visitorpublic DataRoleExpression getDataRoleExpression()
getDataRoleExpression in interface DataRoleArg@PortedFrom(file="tDLExpression.h", name="getExpr") public Literal<?> getExpr()
getExpr in interface DataExpressionArg<Literal<?>>public org.semanticweb.owlapi.model.IRI getIRI()
getIRI in interface org.semanticweb.owlapi.model.HasIRIgetIRI in interface ExpressionCopyright © 2016 The University of Manchester. All rights reserved.