Package | Description |
---|---|
com.powsybl.action.util |
Modifier and Type | Method and Description |
---|---|
static Scalable |
Scalable.scalable(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Scalable> |
Scalable.scalables(java.lang.String... ids) |
Modifier and Type | Method and Description |
---|---|
static com.powsybl.action.util.ProportionalScalable |
Scalable.proportional(float percentage,
Scalable scalable) |
static com.powsybl.action.util.ProportionalScalable |
Scalable.proportional(float percentage1,
Scalable scalable1,
float percentage2,
Scalable scalable2) |
static com.powsybl.action.util.ProportionalScalable |
Scalable.proportional(float percentage1,
Scalable scalable1,
float percentage2,
Scalable scalable2,
float percentage3,
Scalable scalable3) |
static com.powsybl.action.util.ProportionalScalable |
Scalable.proportional(float percentage1,
Scalable scalable1,
float percentage2,
Scalable scalable2,
float percentage3,
Scalable scalable3,
float percentage4,
Scalable scalable4) |
static com.powsybl.action.util.ProportionalScalable |
Scalable.proportional(float percentage1,
Scalable scalable1,
float percentage2,
Scalable scalable2,
float percentage3,
Scalable scalable3,
float percentage4,
Scalable scalable4,
float percentage5,
Scalable scalable5) |
static com.powsybl.action.util.StackScalable |
Scalable.stack(Scalable... scalables) |
Modifier and Type | Method and Description |
---|---|
static com.powsybl.action.util.ProportionalScalable |
Scalable.proportional(java.util.List<java.lang.Float> percentages,
java.util.List<Scalable> scalables) |
static com.powsybl.action.util.ProportionalScalable |
Scalable.proportional(java.util.List<java.lang.Float> percentages,
java.util.List<Scalable> scalables,
boolean iterative) |
Copyright © 2019. All rights reserved.