@PortedFrom(file="tDLExpression.h", name="TDLConceptAnd") public class ConceptAnd extends NAryExpressionImpl<ConceptExpression> implements NAryExpression<ConceptExpression>, ConceptExpression
| Constructor and Description |
|---|
ConceptAnd(List<Expression> v)
create AND of expressions from the given array
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DLExpressionVisitor visitor)
accept method for the visitor pattern
|
<O> O |
accept(DLExpressionVisitorEx<O> visitor) |
boolean |
equals(Object obj) |
int |
hashCode() |
add, add, getArguments, isEmpty, size, toString, transformclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, getArguments, isEmpty, size, transformpublic ConceptAnd(List<Expression> v)
@PortedFrom(file="tDLExpression.h", name="accept") public void accept(DLExpressionVisitor visitor)
Expressionaccept in interface ConceptExpressionaccept in interface Expression@PortedFrom(file="tDLExpression.h", name="accept") public <O> O accept(DLExpressionVisitorEx<O> visitor)
accept in interface ExpressionCopyright © 2013 The University of Manchester. All Rights Reserved.