Modifier and Type | Method and Description |
---|---|
static AclfGen |
CoreObjectFactory.createAclfGen()
Create an AclfGen object
|
static AclfGen |
CoreObjectFactory.createAclfGen(java.lang.String id)
Create an AclfGen object
|
Modifier and Type | Method and Description |
---|---|
static DclfAlgoGen |
DclfAlgoObjectFactory.createDclfAlgoGen(DclfAlgoBus dclfBus,
AclfGen gen) |
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<FunctionLoad> |
AclfAdjustObjectFactory.createFunctionLoad(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus)
Create a FunctionLoad object.
|
static java.util.Optional<PQBusLimit> |
AclfAdjustObjectFactory.createPQBusLimit(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus)
Create a PQBusLimit object
|
static PVBusLimit |
AclfAdjustObjectFactory.createPVBusLimit(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus)
create a PVBusLimit base on the aclf bus.
|
static java.util.Optional<RemoteQBus> |
AclfAdjustObjectFactory.createRemoteQBus(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
BusBranchControlType type,
java.lang.String remoteId)
Create a RemoteQBus object - Remote Q voltage control bus class.
|
static RemoteQControlGroup |
AclfAdjustObjectFactory.createRemoteQControlGroup(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
java.util.List<SwitchedShunt> switchedShuntList)
Create a RemoteQControlGroup object
|
static java.util.Optional<StaticVarCompensator> |
AclfAdjustObjectFactory.createStaticVarCompensator(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus)
Create a StaticVarCompensator object.
|
static java.util.Optional<StaticVarCompensator> |
AclfAdjustObjectFactory.createStaticVarCompensator(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
AclfAdjustControlMode mode,
AclfAdjustControlType type)
Create a StaticVarCompensator object
|
static java.util.Optional<StaticVarCompensator> |
AclfAdjustObjectFactory.createStaticVarCompensator(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
AclfAdjustControlMode mode,
AclfAdjustControlType type,
java.lang.String remoteId)
Create a StaticVarCompensator object
|
static SwitchedShunt |
AclfAdjustObjectFactory.createSwitchedShunt(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus)
Create a SwitchedShunt object.
|
static java.util.Optional<SwitchedShunt> |
AclfAdjustObjectFactory.createSwitchedShunt(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
AclfAdjustControlMode mode,
AclfAdjustControlType type)
Create a SwitchedShunt object
|
static java.util.Optional<SwitchedShunt> |
AclfAdjustObjectFactory.createSwitchedShunt(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
AclfAdjustControlMode mode,
AclfAdjustControlType type,
java.lang.String remoteId)
Create a SwitchedShunt object
|
Modifier and Type | Interface and Description |
---|---|
interface |
Static3PGen
A representation of the model object 'Acsc3 PGen'.
|
Modifier and Type | Class and Description |
---|---|
class |
Static3PGenImpl
An implementation of the model object 'Acsc3 PGen'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
Static3PhaseSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
Static3PhaseSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
Static3PhaseSwitch.caseAclfGen(AclfGen object)
Returns the result of interpreting the object as an instance of 'Gen'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseAclfBus<TGen extends AclfGen,TLoad extends AclfLoad>
A representation of the model object 'Bus'.
|
interface |
BaseAclfNetwork<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch>
A representation of the model object 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
AclfFactory.createBaseAclfBus()
Returns a new object of class 'Base Aclf Bus'.
|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AclfFactory.createBaseAclfNetwork()
Returns a new object of class 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
AclfGen |
AclfFactory.createAclfGen()
Returns a new object of class 'Gen'.
|
AclfGen |
BaseAclfBus.getContributeGen(java.lang.String id)
Get child AclfGen generator object by ID
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AclfGen> |
IAclfNetLookup.createAclfGenNameLookupTable(boolean activeOnly)
create an AclfGen name to object lookup table.
|
java.util.Map<java.lang.String,AclfGen> |
IAclfNetLookup.createAclfGenNameLookupTable(boolean activeOnly,
boolean inclChildNet)
create an AclfGen name to object lookup table.
|
java.util.Map<java.lang.String,AclfGen> |
IAclfNetLookup.getAclfGenNameLookupTable()
get the AclfGen name to object lookup table
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAclfBusImpl<TGen extends AclfGen,TLoad extends AclfLoad>
An implementation of the model object 'Bus'.
|
class |
BaseAclfNetworkImpl<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch>
An implementation of the model object 'Base Aclf Network'.
|
Modifier and Type | Class and Description |
---|---|
class |
AclfGenImpl
An implementation of the model object 'Gen'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
AclfFactoryImpl.createBaseAclfBus() |
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AclfFactoryImpl.createBaseAclfNetwork() |
Modifier and Type | Method and Description |
---|---|
AclfGen |
AclfFactoryImpl.createAclfGen() |
AclfGen |
BaseAclfBusImpl.getContributeGen(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AclfGen> |
AclfNetworkImpl.createAclfGenNameLookupTable(boolean activeOnly) |
java.util.Map<java.lang.String,AclfGen> |
AclfNetworkImpl.createAclfGenNameLookupTable(boolean activeOnly,
boolean inclChildNet) |
java.util.Map<java.lang.String,AclfGen> |
AclfNetworkImpl.getAclfGenNameLookupTable() |
Modifier and Type | Interface and Description |
---|---|
interface |
GenRef<TGen extends AclfGen>
A representation of the model object 'Gen Ref'.
|
Modifier and Type | Class and Description |
---|---|
class |
GenRefImpl<TGen extends AclfGen>
An implementation of the model object 'Gen Ref'.
|
Modifier and Type | Field and Description |
---|---|
protected TGen |
GenRefImpl.gen
The cached value of the '
Gen ' reference. |
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen> |
RefSwitch.caseGenRef(GenRef<TGen> object)
Returns the result of interpreting the object as an instance of 'Gen Ref'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
AclfSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AclfSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
AclfSwitch.caseAclfGen(AclfGen object)
Returns the result of interpreting the object as an instance of 'Gen'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AcscGen
A representation of the model object 'Gen'.
|
Modifier and Type | Class and Description |
---|---|
class |
AcscGenImpl
An implementation of the model object 'Gen'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
AcscSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AcscSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
AcscSwitch.caseAclfGen(AclfGen object)
Returns the result of interpreting the object as an instance of 'Gen'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen> |
DclfAlgoAdapterSwitch.caseGenRef(GenRef<TGen> object)
Returns the result of interpreting the object as an instance of 'Gen Ref'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
PlanningAlgorithmSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AclfGen> |
CommonLangFactoryImpl.createAclfGenLookupTableFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Interface and Description |
---|---|
interface |
DStabGen
A representation of the model object 'DStab Gen'.
|
Modifier and Type | Class and Description |
---|---|
class |
DStabGenImpl
An implementation of the model object 'DStab Gen'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
DstabSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
DstabSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
DstabSwitch.caseAclfGen(AclfGen object)
Returns the result of interpreting the object as an instance of 'Gen'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpfGen
A representation of the model object 'Base Opf Gen'.
|
Modifier and Type | Class and Description |
---|---|
class |
OpfGenImpl
An implementation of the model object 'Base Opf Gen'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
OpfSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
OpfSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
OpfSwitch.caseAclfGen(AclfGen object)
Returns the result of interpreting the object as an instance of 'Gen'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SEGen
A representation of the model object 'Gen'.
|
Modifier and Type | Class and Description |
---|---|
class |
SEGenImpl
An implementation of the model object 'Gen'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
SESwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
SESwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
SESwitch.caseAclfGen(AclfGen object)
Returns the result of interpreting the object as an instance of 'Gen'.
|
Modifier and Type | Method and Description |
---|---|
static AclfGen |
AclfGenState.create() |
static AclfGen |
AclfGenState.create(AclfGenState bean) |
static AclfGen |
AclfGenState.create(AcscGenState bean) |
Modifier and Type | Method and Description |
---|---|
void |
AclfGenState.map2EObject(AclfGen eObj) |
static void |
AclfGenState.readData(com.hazelcast.nio.ObjectDataInput in,
AclfGen eObj) |
void |
AclfGenState.updateEObject(AclfGen eObj) |
static void |
AclfGenState.writeData(com.hazelcast.nio.ObjectDataOutput out,
AclfGen eObj) |
Constructor and Description |
---|
AclfGenState(AclfGen eObj) |
Constructor and Description |
---|
BaseAclfBusState(BaseAclfBus<? extends AclfGen,? extends AclfLoad> eObj) |
Constructor and Description |
---|
BaseAcscBusState(BaseAcscBus<? extends AclfGen,? extends AclfLoad> eObj) |