fix: deprecated simulationattack
What are the key features of this change
Removed the use of SimulationAttack by deprecating it. Did not delete as to a java standard: If someone else used the class and it was deleted, their code would malfunction. Did class created coupling which was unnecessary.
closes:None
Size of change: medium
Checklist
-
Javadoc is added to methods and classes -
Tests are added to feature -
Build tool test passed