|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface InputUpdateI
After the first input from the csu team, all future calls to the outsourcing team code will be through InputUpdateI class instances.
| Method Summary | |
|---|---|
java.util.Set |
getAddedPairs()
Returns the pairs that have been added since the last Input. |
PolynomialI |
getPolynomialBefore()
Returns the polynomial to perform the modifications to. |
java.util.Set |
getSubtractedPairs()
Returns the pairs that have been removed since the last Input. |
| Method Detail |
|---|
PolynomialI getPolynomialBefore()
PolynomialIjava.util.Set getAddedPairs()
No two pairs in the set should have the same relation number.
java.util.Set getSubtractedPairs()
No two pairs in the set should have the same relation number.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||