public class SequentFormula extends Object
| Constructor and Description |
|---|
SequentFormula(Term term)
creates a new SequentFormula
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
equal if terms and constraints are equal
|
Term |
formula() |
int |
hashCode() |
String |
toString()
String representation
|
private final Term term
private final int hashCode
public SequentFormula(Term term)
term - a Term of sort Sort.FORMULA