|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Rename
Rename bound subject variable. This replacement can take place for a certain bound occurrence of the subject variable. For example in this case we replace x by y in at the first occurrence.
forall x A(x) --------------- forall y A(y)
| Method Summary | |
|---|---|
int |
getOccurrence()
Get bound occurrence to replace. |
Element |
getOriginalSubjectVariable()
Get original subject variable. |
java.lang.String |
getReference()
Get reference to formula. |
Rename |
getRename()
Get this reason. |
Element |
getReplacementSubjectVariable()
Get replacement subject variable. |
| Methods inherited from interface org.qedeq.kernel.se.base.module.Reason |
|---|
getName, getReferences |
| Method Detail |
|---|
Rename getRename()
java.lang.String getReference()
Element getOriginalSubjectVariable()
Element getReplacementSubjectVariable()
int getOccurrence()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||