| Package | Description |
|---|---|
| net.sf.tweety.lp.asp.parser | |
| net.sf.tweety.lp.asp.syntax |
| Modifier and Type | Method and Description |
|---|---|
ASPOperator.BinaryOperator |
InstantiateVisitor.evaluateBinop(String op) |
| Modifier and Type | Method and Description |
|---|---|
ASPOperator.BinaryOperator |
AggregateAtom.getLeftOperator()
Returns the operator of the left aggregate relation.
|
ASPOperator.BinaryOperator |
ComparativeAtom.getOperator()
Returns the comparative operator of the atom.
|
ASPOperator.BinaryOperator |
AggregateAtom.getRightOperator()
Returns the operator of the right aggregate relation.
|
static ASPOperator.BinaryOperator |
ASPOperator.BinaryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASPOperator.BinaryOperator[] |
ASPOperator.BinaryOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateAtom.setLeftOperator(ASPOperator.BinaryOperator op)
Sets the operator of the left aggregate relation.
|
void |
AggregateAtom.setRightOperator(ASPOperator.BinaryOperator op)
Sets the operator of the right aggregate relation.
|
| Constructor and Description |
|---|
AggregateAtom(ASPOperator.AggregateFunction func,
List<AggregateElement> elements,
ASPOperator.BinaryOperator relation,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t)
Creates a new Aggregate with the given aggregate function, the given
aggregate elements, and the given aggregate relation.
|
AggregateAtom(ASPOperator.AggregateFunction func,
List<AggregateElement> elements,
ASPOperator.BinaryOperator relation,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t,
ASPOperator.BinaryOperator relation2,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t2)
Creates a new Aggregate with the given aggregate function, the given
aggregate elements, and the given left and right aggregate relations.
|
ComparativeAtom(ASPOperator.BinaryOperator op,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> left,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> right) |
Copyright © 2019. All rights reserved.