| Package | Description |
|---|---|
| net.sf.tweety.lp.asp.parser | |
| net.sf.tweety.lp.asp.syntax |
| Modifier and Type | Method and Description |
|---|---|
static ASPOperator.AggregateFunction |
InstantiateVisitor.evaluateAggrFunc(String func) |
| Modifier and Type | Method and Description |
|---|---|
ASPOperator.AggregateFunction |
AggregateAtom.getFunction()
Returns the aggregate function.
|
static ASPOperator.AggregateFunction |
ASPOperator.AggregateFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASPOperator.AggregateFunction[] |
ASPOperator.AggregateFunction.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.setFunction(ASPOperator.AggregateFunction function)
Sets the aggregate function.
|
| Constructor and Description |
|---|
AggregateAtom(ASPOperator.AggregateFunction func,
List<AggregateElement> elements)
Creates a new Aggregate with the given aggregate function and the given
aggregate elements.
|
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.
|
Copyright © 2019. All rights reserved.