public class HedgeAUP extends BaseAUP
Modifier and Type | Field and Description |
---|---|
boolean |
commutative |
HedgeVar |
generalizationVar |
java.util.List<Variable> |
left |
java.util.List<Variable> |
right |
PRINT_EQ_SEPARATOR
Constructor and Description |
---|
HedgeAUP(HedgeVar generalizationVar,
java.util.List<Variable> left,
java.util.List<Variable> right,
boolean commutative)
Create an AUP with the given generalization variable and hedges.
|
Modifier and Type | Method and Description |
---|---|
Variable |
getGeneralizationVar() |
java.lang.Object |
getLeft() |
java.lang.Object |
getRight() |
boolean |
isCommutative() |
void |
print(java.io.Writer out) |
toString
public boolean commutative
public HedgeVar generalizationVar
public java.util.List<Variable> left
public java.util.List<Variable> right
public Variable getGeneralizationVar()
getGeneralizationVar
in class BaseAUP
public boolean isCommutative()
isCommutative
in class BaseAUP
public void print(java.io.Writer out) throws java.io.IOException
java.io.IOException