Modifier and Type | Method and Description |
---|---|
static FunctionLoad |
AclfAdjustObjectFactory.createFunctionLoad()
Create a FunctionLoad object.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<FunctionLoad> |
AclfAdjustObjectFactory.createFunctionLoad(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus)
Create a FunctionLoad object.
|
Modifier and Type | Method and Description |
---|---|
FunctionLoad |
BaseAclfBus.getFunctionLoad()
Returns the value of the 'Function Load' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseAclfBus.setFunctionLoad(FunctionLoad value)
Sets the value of the '
Function Load ' containment reference. |
Modifier and Type | Method and Description |
---|---|
FunctionLoad |
AclfAdjustFactory.createFunctionLoad()
Returns a new object of class 'Function Load'.
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionLoadImpl
An implementation of the model object 'Function Load'.
|
Modifier and Type | Method and Description |
---|---|
FunctionLoad |
AclfAdjustFactoryImpl.createFunctionLoad() |
Modifier and Type | Method and Description |
---|---|
T |
AclfAdjustSwitch.caseFunctionLoad(FunctionLoad object)
Returns the result of interpreting the object as an instance of 'Function Load'.
|
Modifier and Type | Field and Description |
---|---|
protected FunctionLoad |
BaseAclfBusImpl.functionLoad
The cached value of the '
Function Load ' containment reference. |
Modifier and Type | Method and Description |
---|---|
FunctionLoad |
BaseAclfBusImpl.getFunctionLoad() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
BaseAclfBusImpl.basicSetFunctionLoad(FunctionLoad newFunctionLoad,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BaseAclfBusImpl.setFunctionLoad(FunctionLoad newFunctionLoad) |
Modifier and Type | Method and Description |
---|---|
static FunctionLoad |
AclfAdjInputUtilFunc.addAclfFuncLoadTo(AclfBus bus,
double baseKva,
double loadP0,
double loadQ0,
double p_a,
double p_b,
double q_a,
double q_b,
Unit.UnitType unit)
Add a FunctionLoad control to the network
|
Modifier and Type | Method and Description |
---|---|
static FunctionLoad |
FunctionLoadState.create() |
static FunctionLoad |
FunctionLoadState.create(FunctionLoadState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
FunctionLoadState.map2EObject(FunctionLoad eObj) |
static void |
FunctionLoadState.readData(com.hazelcast.nio.ObjectDataInput in,
FunctionLoad eObj) |
void |
FunctionLoadState.updateEObject(FunctionLoad eObj) |
static void |
FunctionLoadState.writeData(com.hazelcast.nio.ObjectDataOutput out,
FunctionLoad eObj) |
Constructor and Description |
---|
FunctionLoadState(FunctionLoad eObj) |