Code Cleanup

This commit is contained in:
yueh
2020-06-19 16:09:06 +02:00
parent fb31fab2cc
commit fe215f0a91
270 changed files with 823 additions and 671 deletions
@@ -26,7 +26,7 @@ public interface IExternalPowerSink extends IAEPowerStorage {
/**
* Inject power into the network
*
*
* @param externalUnit The {@link PowerUnits} used by the input
* @param amount The amount offered to the sink.
* @param mode Modulate or simulate the operation.
@@ -35,7 +35,7 @@ public interface IExternalPowerSink extends IAEPowerStorage {
double injectExternalPower(PowerUnits externalUnit, double amount, Actionable mode);
/**
*
*
* @param externalUnit The {@link PowerUnits} used by the input
* @param maxPowerRequired Limit the demand to this upper bound.
* @return The amount of power demanded by the sink.