public class NodeRedundantAddChange extends Object implements NodeChange
| Modifier and Type | Field and Description |
|---|---|
private PosInOccurrence |
pio
the PosInOccurrence of the formula that has been tried to add
|
| Constructor and Description |
|---|
NodeRedundantAddChange(PosInOccurrence pio)
creates an instance
|
| Modifier and Type | Method and Description |
|---|---|
PosInOccurrence |
getPos()
returns the PosInOccurrence of the formula that has been tried to add
|
String |
toString()
toString
|
private final PosInOccurrence pio
public NodeRedundantAddChange(PosInOccurrence pio)
pio - the PosInOccurrence of the formula that has been tried to addpublic PosInOccurrence getPos()