public interface NetworkModifier
Modifier and Type | Method and Description |
---|---|
void |
commit()
Make the last mutation permanent
|
Network |
getNetwork()
Return the current network/ranking the modifier is working on
|
void |
modify()
Mutation operation
|
void |
revert()
Revert back to previous state
|
void modify()
void revert()
void commit()
Network getNetwork()