Package com.powsybl.iidm.criteria
Interface Criterion
- All Known Implementing Classes:
AtLeastOneCountryCriterion
,AtLeastOneNominalVoltageCriterion
,PropertyCriterion
,RegexCriterion
,SingleCountryCriterion
,SingleNominalVoltageCriterion
,ThreeNominalVoltageCriterion
,TwoCountriesCriterion
,TwoNominalVoltageCriterion
public interface Criterion
the purpose of these class is to filter contingencies in a criterion contingency list
currently all criterion contingency lists have a criterion on countries, one on nominal voltage,
one on properties and one on regex.
there are criteria to select one and two countries and to select one two
or three voltage levels (especially for three windings transformers)
- Author:
- Etienne Lesot <[email protected]>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
filter
(NetworkElement networkElement) default boolean
filter
(NetworkElement networkElement, ThreeSides side) default boolean
filter
(Identifiable<?> identifiable, IdentifiableType type) getType()
-
Method Details
-
getType
Criterion.CriterionType getType() -
filter
-
filter
-
filter
-