@PortedFrom(file="tDLExpression.h", name="TDLDataNot") public class DataNot extends Object implements DataExpression, DataExpressionArg<DataExpression>, Serializable
| Constructor and Description |
|---|
DataNot(DataExpression e) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DLExpressionVisitor visitor)
accept method for the visitor pattern
|
<O> O |
accept(DLExpressionVisitorEx<O> visitor) |
DataExpression |
getExpr()
get access to the argument
|
org.semanticweb.owlapi.model.IRI |
getIRI() |
String |
toString() |
public DataNot(DataExpression e)
e - E@PortedFrom(file="tDLExpression.h", name="accept") public void accept(DLExpressionVisitor visitor)
Expressionaccept in interface Expressionvisitor - visitor@PortedFrom(file="tDLExpression.h", name="accept") public <O> O accept(DLExpressionVisitorEx<O> visitor)
accept in interface ExpressionO - visitor typevisitor - visitor@PortedFrom(file="tDLExpression.h", name="getExpr") public DataExpression getExpr()
getExpr in interface DataExpressionArg<DataExpression>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.