Skip to content

Commit

Permalink
Merge pull request #158 from itesla/current_limits_doc
Browse files Browse the repository at this point in the history
Add current limits Javadoc
  • Loading branch information
mathbagu authored Nov 24, 2016
2 parents 097495e + 76e584b commit 87ce7c5
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,25 @@
import java.util.Collection;

/**
* Current limits.
* Current limits are defined by:
* <ul>
* <li>A permanent limit (A)</li>
* <li>
* Any number of temporary limits.
* A permanent limit (A) has an acceptable duration (s).
* The branch can safely stay between the previous limit (could be another temporary limit or the permanent limit) and
* this limit during the acceptable duration.
* A NaN temporay limit value means infinite.
* </li>
* </ul>
*
*<p>
* The following diagram shows current areas and corresponding acceptable duration for a permanent limit and 3 temporary
* limits with x, y and z acceptable durations.
* <div>
* <object data="doc-files/currentLimits.svg" type="image/svg+xml"></object>
* </div>
*</p>
* @author Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
*/
public interface CurrentLimits {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 87ce7c5

Please sign in to comment.