public class Or extends AbstractBOp
left, right
Constructor and Description |
---|
Or(AbstractBVal dvl,
AbstractBVal dvr) |
Modifier and Type | Method and Description |
---|---|
boolean |
eval() |
Or |
makeCopy() |
String |
toExpression() |
String |
toLemsExpression() |
String |
toString() |
String |
toString(String prefix,
ArrayList<String> ignore) |
recAdd
public Or(AbstractBVal dvl, AbstractBVal dvr)
public Or makeCopy()
makeCopy
in class AbstractBVal
public boolean eval()
eval
in class AbstractBVal
public String toExpression()
toExpression
in class AbstractBVal
public String toLemsExpression()
toLemsExpression
in class AbstractBVal
Copyright © 2020. All rights reserved.