@PortedFrom(file="tDLExpression.h", name="TDLConceptNot") public class ConceptNot extends Object implements ConceptExpression, ConceptArg, Serializable
| Constructor and Description |
|---|
ConceptNot(ConceptExpression c) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DLExpressionVisitor visitor)
accept method for the visitor pattern
|
<O> O |
accept(DLExpressionVisitorEx<O> visitor) |
ConceptExpression |
getConcept()
get access to the argument
|
org.semanticweb.owlapi.model.IRI |
getIRI() |
String |
toString() |
public ConceptNot(ConceptExpression c)
c - C@PortedFrom(file="tDLExpression.h", name="accept") public void accept(DLExpressionVisitor visitor)
Expressionaccept 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 - visitor@PortedFrom(file="tDLExpression.h", name="getC") public ConceptExpression getConcept()
getConcept in interface ConceptArgpublic org.semanticweb.owlapi.model.IRI getIRI()
getIRI in interface org.semanticweb.owlapi.model.HasIRIgetIRI in interface ExpressionCopyright © 2018 The University of Manchester. All rights reserved.