| java.lang.Object de.uka.ilkd.key.logic.ConstrainedFormula
ConstrainedFormula | public class ConstrainedFormula implements java.io.Serializable(Code) | | This class contains a term of type bool with the constraints it
has to satisfy. In opposition to terms a ConstrainedFormula is not
persistent.
|
ConstrainedFormula | public ConstrainedFormula(Term term, Constraint constraint)(Code) | | creates a new ConstrainedFormula
Parameters: term - a Term of sort Sort.FORMULA Parameters: constraint - the Contraint that has to be satisfied |
ConstrainedFormula | public ConstrainedFormula(Term term)(Code) | | creates a new ConstrainedFormula with the `empty' constraint
BOTTOM.
Parameters: term - a Term of sort Sort.FORMULA |
equals | public boolean equals(Object obj)(Code) | | equal if terms and constraints are equal
|
formula | public Term formula()(Code) | | the stored Term |
hashCode | public int hashCode()(Code) | | |
toString | public String toString()(Code) | | String representation
|
|
|