| Package | Description |
|---|---|
| net.sf.tweety.lp.asp.parser | |
| net.sf.tweety.lp.asp.syntax |
| Modifier and Type | Method and Description |
|---|---|
static ASPOperator.ArithmeticOperator |
InstantiateVisitor.evaluateArithop(String sop) |
| Modifier and Type | Method and Description |
|---|---|
ASPOperator.ArithmeticOperator |
ArithmeticTerm.getOperator()
Returns the operator of this arithmetic term.
|
static ASPOperator.ArithmeticOperator |
ASPOperator.ArithmeticOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASPOperator.ArithmeticOperator[] |
ASPOperator.ArithmeticOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArithmeticTerm.setOperator(ASPOperator.ArithmeticOperator op)
Sets the operator of this arithmetic term.
|
| Constructor and Description |
|---|
ArithmeticTerm(ASPOperator.ArithmeticOperator op,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t)
Creates an arithmetic term of the form -(t)
|
ArithmeticTerm(ASPOperator.ArithmeticOperator op,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> left,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> right) |
| Constructor and Description |
|---|
ArithmeticTerm(net.sf.tweety.commons.util.Triple<ASPOperator.ArithmeticOperator,net.sf.tweety.logics.commons.syntax.interfaces.Term<?>,net.sf.tweety.logics.commons.syntax.interfaces.Term<?>> triple) |
Copyright © 2019. All rights reserved.