Modifier and Type | Method and Description |
---|---|
Network<?,?> |
SubAreaNetProcessor.getNetwork()
get the parent network object
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSubNetwork<TBus extends Bus,TBranch extends Branch,TNet extends Network<TBus,TBranch>,TYmatrix,TZMatrix,TVolt>
Base class for modeling the SubNetwork concept.
|
Modifier and Type | Field and Description |
---|---|
protected TNet |
BaseSubNetwork.subNet
a network object representing the sub-area
|
Modifier and Type | Method and Description |
---|---|
Network<TBus,TBra> |
BaseSubAreaNetProcessorImpl.getNetwork()
get the parent network object
|
Constructor and Description |
---|
BaseSubAreaNetProcessorImpl(Network<TBus,TBra> net)
Constructor
|
BaseSubAreaNetProcessorImpl(Network<TBus,TBra> net,
BaseCuttingBranch<TState>[] cuttingBranches)
Constructor
|
BaseSubAreaNetProcessorImpl(Network<TBus,TBra> net,
BaseCuttingBranch<TState>[] cuttingBranches,
boolean isLargeSize)
Constructor
|
BaseSubAreaNetProcessorImpl(Network<TBus,TBra> net,
boolean isLargeSize)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static Network<Bus,Branch> |
CoreObjectFactory.createNetwork()
Create a Network object
|
Modifier and Type | Method and Description |
---|---|
static Area |
CoreObjectFactory.createArea(long number,
Network<?,?> net)
Create an Area object, if the area number exists, just return
the area object
|
static Area |
CoreObjectFactory.createArea(java.lang.String id,
Network<?,?> net)
Create an Area object, if the area name exists, just return
the area object
|
static Branch |
CoreObjectFactory.createBranch(java.lang.String fromId,
java.lang.String toId,
Network<Bus,Branch> net)
create a branch object
|
static Bus |
CoreObjectFactory.createBus(java.lang.String busId,
Network<Bus,Branch> net)
Create a Bus object
|
static Owner |
CoreObjectFactory.createOwner(int ownerNo,
Network<Bus,Branch> net)
Create a owner object
|
static Owner |
CoreObjectFactory.createOwner(java.lang.String ownerId,
Network<?,?> net)
Create a owner object, , if the owner exists, just return
|
static Substation |
CoreObjectFactory.createSubstation(java.lang.String name,
Network<?,?> net)
Create a Substation object, if the Substation name exists, just return
|
static Zone |
CoreObjectFactory.createZone(long number,
Network<?,?> net)
Create a Zone object, if the zone number exists, just return
|
static Zone |
CoreObjectFactory.createZone(java.lang.String id,
Network<?,?> net)
Create a Zone object, if the zone number exists, just return
|
Modifier and Type | Interface and Description |
---|---|
interface |
Static3PNetwork
A representation of the model object 'Acsc3 PNetwork'.
|
Modifier and Type | Class and Description |
---|---|
class |
Static3PNetworkImpl
An implementation of the model object 'Acsc3 PNetwork'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
Static3PhaseSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AclfNetwork
A representation of the model object 'Network'.
|
interface |
BaseAclfNetwork<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch>
A representation of the model object 'Base Aclf Network'.
|
Modifier and Type | Class and Description |
---|---|
class |
AclfNetworkImpl
An implementation of the model object 'Network'.
|
class |
BaseAclfNetworkImpl<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch>
An implementation of the model object 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AreaInterchangeControlImpl.calculateAdjustment(java.lang.Object obj,
Network<?,?> net) |
boolean |
AreaInterchangeControlImpl.needAdjustment(java.lang.Object obj,
Network<?,?> net) |
boolean |
AreaInterchangeControlImpl.performAdjusment(java.lang.Object obj,
Network<?,?> net) |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
AclfSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AcscNetwork
A representation of the model object 'Network'.
|
interface |
BaseAcscNetwork<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch>
A representation of the model object 'Base Acsc Network'.
|
Modifier and Type | Method and Description |
---|---|
<TNet extends Network<?,?>> |
AcscFaultSwitch.caseNetworkRef(NetworkRef<TNet> object)
Returns the result of interpreting the object as an instance of 'Network Ref'.
|
Modifier and Type | Class and Description |
---|---|
class |
AcscNetworkImpl
An implementation of the model object 'Network'.
|
class |
BaseAcscNetworkImpl<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch>
An implementation of the model object 'Base Acsc Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
AcscSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
<TNet extends Network<?,?>> |
DclfAlgorithmSwitch.caseNetworkRef(NetworkRef<TNet> object)
Returns the result of interpreting the object as an instance of 'Network Ref'.
|
Modifier and Type | Method and Description |
---|---|
<TNet extends Network<?,?>> |
MslfAlgorithmSwitch.caseNetworkRef(NetworkRef<TNet> object)
Returns the result of interpreting the object as an instance of 'Network Ref'.
|
Modifier and Type | Method and Description |
---|---|
void |
NetPathWalkAlgorithm.branchWalkThough(Network<?,?> net,
INetVisitor<?,?> initForWalk,
IBranchBVisitor branchVisitor)
explictly walk through branches in the network, used, for example, for prototype an algorithm
|
void |
NetPathWalkAlgorithm.busWalkThough(Network<?,?> net,
INetVisitor<?,?> initForWalk,
IBusBVisitor busVisitor)
explictly walk through buses in the network, used, for example, for prototype an algorithm
|
Modifier and Type | Method and Description |
---|---|
void |
NetPathWalkAlgorithmImpl.branchWalkThough(Network net,
INetVisitor netVisitor,
IBranchBVisitor braVisitor) |
void |
NetPathWalkAlgorithmImpl.busWalkThough(Network net,
INetVisitor netVisitor,
IBusBVisitor busVisitor) |
boolean |
LossAllocationAlgorithmImpl.visit(Network net) |
boolean |
NetPathWalkAlgorithmImpl.visit(Network<TBus,TBranch> net) |
Modifier and Type | Interface and Description |
---|---|
interface |
PlanningAclfNetwork
A representation of the model object 'Net Container'.
|
Modifier and Type | Class and Description |
---|---|
class |
PlanningAclfNetworkImpl
An implementation of the model object 'Net Container'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
PlanningAlgorithmSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
<TNet extends Network<?,?>> |
ScAlgorithmSwitch.caseNetworkRef(NetworkRef<TNet> object)
Returns the result of interpreting the object as an instance of 'Network Ref'.
|
Modifier and Type | Method and Description |
---|---|
<TNet extends Network<?,?>> |
CoreAlgorithmSwitch.caseNetworkRef(NetworkRef<TNet> object)
Returns the result of interpreting the object as an instance of 'Network Ref'.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Network<Bus,Branch>> |
CommonDatatypeFactoryImpl.createNetworkListFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
INetBVisitor.visit(Network<TBus,TBranch> net) |
void |
INetVisitor.visit(Network<TBus,TBranch> net) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
CoreUtilFunc.getBranchIdArray(Network<?,?> net)
Get branch ids into an array
|
static java.util.Set<java.lang.String> |
CoreUtilFunc.getBranchIdSet(Network<?,?> net,
int flag)
Get branch ids with bus.intFlag == flag
|
static java.lang.String[] |
CoreUtilFunc.getBusIdArray(Network<?,?> net)
Get bus ids into an array
|
static java.util.Set<java.lang.String> |
CoreUtilFunc.getBusIdSet(Network<?,?> net,
int flag)
Get bus ids with bus.intFlag == flag
|
static int |
CoreUtilFunc.getBusSortNumber(java.lang.String busId,
Network<?,?> net)
Get bus sort number from bus id
|
Constructor and Description |
---|
BaseVoltageHelper(Network<?,?> net)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ZeroZNetEquivFunction.getEquivBranchId(java.lang.String branchId,
Network<? extends Bus,? extends Branch> net)
Deprecated.
get equivalent branch Id after the net is consolidated.
|
static java.lang.String |
ZeroZNetEquivFunction.getEquivBusId(java.lang.String busId,
Network<? extends Bus,? extends Branch> net)
Deprecated.
get equivalent bus Id after the net is consolidated
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
NetFactory.createNetwork()
Returns a new object of class 'Network'.
|
Network<?,?> |
Bus.getNetwork()
Returns the value of the 'Network' reference.
|
Network<?,?> |
Zone.getNetwork()
Returns the value of the 'Network' reference.
|
Network<?,?> |
Owner.getNetwork()
Returns the value of the 'Network' reference.
|
Network<?,?> |
Area.getNetwork()
Returns the value of the 'Network' reference.
|
Network<?,?> |
Branch.getNetwork()
Returns the value of the 'Network' reference.
|
Network<?,?> |
Substation.getNetwork()
Returns the value of the 'Network' reference.
|
Network<?,?> |
TieLine.getNetwork()
Returns the value of the 'Network' container reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Bus.setNetwork(Network<?,?> value)
Sets the value of the '
Network ' reference. |
void |
Zone.setNetwork(Network<?,?> value)
Sets the value of the '
Network ' reference. |
void |
Owner.setNetwork(Network<?,?> value)
Sets the value of the '
Network ' reference. |
void |
Area.setNetwork(Network<?,?> value)
Sets the value of the '
Network ' reference. |
void |
Branch.setNetwork(Network<?,?> value)
Sets the value of the '
Network ' reference. |
void |
Substation.setNetwork(Network<?,?> value)
Sets the value of the '
Network ' reference. |
void |
TieLine.setNetwork(Network<?,?> value)
Sets the value of the '
Network ' container reference. |
Modifier and Type | Method and Description |
---|---|
Network<TBus,TBranch> |
ChildNetworkWrapper.getNetwork()
Returns the value of the 'Network' containment reference.
|
Network<?,?> |
ChildNetworkWrapper.getParentNetwork()
Returns the value of the 'Parent Network' container reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ChildNetworkWrapper.setNetwork(Network<TBus,TBranch> value)
Sets the value of the '
Network ' containment reference. |
void |
ChildNetworkWrapper.setParentNetwork(Network<?,?> value)
Sets the value of the '
Parent Network ' container reference. |
Modifier and Type | Field and Description |
---|---|
protected Network<TBus,TBranch> |
ChildNetworkWrapperImpl.network
The cached value of the '
Network ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Network<TBus,TBranch> |
ChildNetworkWrapperImpl.getNetwork() |
Network<?,?> |
ChildNetworkWrapperImpl.getParentNetwork() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ChildNetworkWrapperImpl.basicSetNetwork(Network<TBus,TBranch> newNetwork,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ChildNetworkWrapperImpl.basicSetParentNetwork(Network<?,?> newParentNetwork,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ChildNetworkWrapperImpl.setNetwork(Network<TBus,TBranch> newNetwork) |
void |
ChildNetworkWrapperImpl.setParentNetwork(Network<?,?> newParentNetwork) |
Modifier and Type | Method and Description |
---|---|
void |
ChildNetworkProcessor.InterfaceBusMapper.map(java.lang.String busId,
Network<?,?> parentNet,
BaseAclfNetwork<?,?> childAclfNet)
map an interface bus in the parent network to the child network
|
Constructor and Description |
---|
ChildNetworkProcessor(Network<?,?> net)
Deprecated.
constructor
|
Modifier and Type | Class and Description |
---|---|
class |
NetworkImpl<TBus extends Bus,TBranch extends Branch>
An implementation of the model object 'work'.
|
Modifier and Type | Field and Description |
---|---|
protected Network<?,?> |
ZoneImpl.network
The cached value of the '
Network ' reference. |
protected Network<?,?> |
SubstationImpl.network
The cached value of the '
Network ' reference. |
protected Network<?,?> |
BranchImpl.network
The cached value of the '
Network ' reference. |
protected Network<?,?> |
AreaImpl.network
The cached value of the '
Network ' reference. |
protected Network<?,?> |
BusImpl.network
The cached value of the '
Network ' reference. |
protected Network<?,?> |
OwnerImpl.network
The cached value of the '
Network ' reference. |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
NetFactoryImpl.createNetwork() |
Network<?,?> |
ZoneImpl.getNetwork() |
Network<?,?> |
SubstationImpl.getNetwork() |
Network<?,?> |
BranchImpl.getNetwork() |
Network<?,?> |
AreaImpl.getNetwork() |
Network<?,?> |
BusImpl.getNetwork() |
Network<?,?> |
TieLineImpl.getNetwork() |
Network<?,?> |
OwnerImpl.getNetwork() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
TieLineImpl.basicSetNetwork(Network<?,?> newNetwork,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ZoneImpl.setNetwork(Network<?,?> newNetwork) |
void |
SubstationImpl.setNetwork(Network<?,?> newNetwork) |
void |
BranchImpl.setNetwork(Network<?,?> newNetwork) |
void |
AreaImpl.setNetwork(Network<?,?> newNetwork) |
void |
BusImpl.setNetwork(Network<?,?> newNetwork) |
void |
TieLineImpl.setNetwork(Network<?,?> newNetwork) |
void |
OwnerImpl.setNetwork(Network<?,?> newNetwork) |
Modifier and Type | Interface and Description |
---|---|
interface |
NetworkRef<TNet extends Network<?,?>>
A representation of the model object 'Adjust Network'.
|
Modifier and Type | Class and Description |
---|---|
class |
NetworkRefImpl<TNet extends Network<?,?>>
An implementation of the model object 'Adjust Network'.
|
Modifier and Type | Field and Description |
---|---|
protected TNet |
NetworkRefImpl.network
The cached value of the '
Network ' reference. |
Modifier and Type | Method and Description |
---|---|
<TNet extends Network<?,?>> |
NetRefSwitch.caseNetworkRef(NetworkRef<TNet> object)
Returns the result of interpreting the object as an instance of 'Network Ref'.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IRegulationDevice.calculateAdjustment(java.lang.Object obj,
Network<?,?> net)
calculate the adjustment value for the in object
|
boolean |
IRegulationDevice.needAdjustment(java.lang.Object obj,
Network<?,?> net)
check if adjustment is needed for the regulation device
|
boolean |
IRegulationDevice.performAdjusment(java.lang.Object obj,
Network<?,?> net)
Perform adjustment to the object
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
NetSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DcNetwork
A representation of the model object 'Dc Network'.
|
Modifier and Type | Class and Description |
---|---|
class |
DcNetworkImpl
An implementation of the model object 'Dc Network'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PVDcNetwork
A representation of the model object 'PV Dc Network'.
|
Modifier and Type | Class and Description |
---|---|
class |
PVDcNetworkImpl
An implementation of the model object 'PV Dc Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
PVDcSystemSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
DcSystemSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DistNetwork
A representation of the model object 'Dist Network'.
|
Modifier and Type | Method and Description |
---|---|
static DistBus |
DistObjectFactory.createDistBus(java.lang.String busId,
Network<DistBus,DistBranch> net) |
Modifier and Type | Method and Description |
---|---|
void |
DistPathNetInitinizer.visit(Network<Bus,Branch> net) |
boolean |
DistPathLfAlgorithm.visit(Network<DistBus,DistBranch> net) |
Modifier and Type | Class and Description |
---|---|
class |
DistNetworkImpl
An implementation of the model object 'Dist Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
DistSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseDStabNetwork<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch>
A representation of the model object 'DStability Network'.
|
interface |
DStabilityNetwork
A representation of the model object 'DStability Network'.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IDynamicSimulation.nextStepElectrical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag)
Calculate the next step states x(t+1) = x(t) + dxdt * dt for the machine
electrical equations.
|
boolean |
DynamicSimuAdapter.nextStepElectricalModifiedEuler(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag)
Default implementation of the calculation of the next step states x(t+1) = x(t) + dxdt * dt for the machine mechanical
eqn.
|
boolean |
IDynamicSimulation.nextStepMechanical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag)
Calculate the next step states x(t+1) = x(t) + dxdt * dt for the machine mechanical
eqn.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DynamicSimuAdapterImpl.nextStepElectrical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
DynamicSimuAdapterImpl.nextStepElectricalModifiedEuler(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
DynamicSimuAdapterImpl.nextStepMechanical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
Modifier and Type | Method and Description |
---|---|
<TNet extends Network<?,?>> |
DstabAlgorithmSwitch.caseNetworkRef(NetworkRef<TNet> object)
Returns the result of interpreting the object as an instance of 'Network Ref'.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DynamicBusDeviceImpl.initStates(BaseDStabBus<?,?> abus,
Network<?,?> net) |
boolean |
DynamicDeviceImpl.nextStepElectrical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
DynamicDeviceImpl.nextStepMechanical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
Modifier and Type | Method and Description |
---|---|
boolean |
VSCConverterDynImpl.nextStepElectrical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
HvdcLine2TVSCDynImpl.nextStepElectrical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
VSCConverterDynImpl.nextStepMechanical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
HvdcLine2TVSCDynImpl.nextStepMechanical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
Modifier and Type | Class and Description |
---|---|
class |
BaseDStabNetworkImpl<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch>
An implementation of the model object 'DStability Network'.
|
class |
DStabilityNetworkImpl
An implementation of the model object 'DStability Network'.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BaseDStabBusImpl.nextStepElectrical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
BaseDStabBusImpl.nextStepMechanical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
Modifier and Type | Method and Description |
---|---|
boolean |
DynamicMachineImpl.nextStepElectrical(double dt,
DynamicSimuMethod method,
Network<?,?> net,
int flag) |
boolean |
MachineImpl.nextStepMechanical(double dt,
DynamicSimuMethod method,
Network net,
int flag) |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
DstabSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpfNetwork
A representation of the model object 'Base Opf Network'.
|
Modifier and Type | Method and Description |
---|---|
<TNet extends Network<?,?>> |
OpfAlgoSwitch.caseNetworkRef(NetworkRef<TNet> object)
Returns the result of interpreting the object as an instance of 'Network Ref'.
|
Modifier and Type | Class and Description |
---|---|
class |
OpfNetworkImpl
An implementation of the model object 'Base Opf Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
OpfSwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SENetwork
A representation of the model object 'Network'.
|
Modifier and Type | Method and Description |
---|---|
<TNet extends Network<?,?>> |
SEAlgoSwitch.caseNetworkRef(NetworkRef<TNet> object)
Returns the result of interpreting the object as an instance of 'Network Ref'.
|
Modifier and Type | Class and Description |
---|---|
class |
SENetworkImpl
An implementation of the model object 'Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
SESwitch.caseNetwork(Network<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Network'.
|
Modifier and Type | Method and Description |
---|---|
Network |
SimuContext.getNetwork()
Get the base Network object.
|
Modifier and Type | Method and Description |
---|---|
static BranchCondition |
SimuObjectFactory.createBranchCondition(CABranchRatingType ctype,
java.lang.String fromId,
java.lang.String toId,
Network<?,?> net)
create a branch rule condition object
|
static BranchCondition |
SimuObjectFactory.createBranchCondition(CABranchRatingType ctype,
java.lang.String fromId,
java.lang.String toId,
java.lang.String cirNo,
Network<?,?> net)
create a branch rule object
|
static BranchModification |
SimuObjectFactory.createBranchModification(java.lang.String branchId,
Network<?,?> net)
create a branch modification object
|
static BranchModification |
SimuObjectFactory.createBranchModification(java.lang.String fromId,
java.lang.String toId,
Network<?,?> net)
create a branch modification object
|
static BranchModification |
SimuObjectFactory.createBranchModification(java.lang.String fromId,
java.lang.String toId,
java.lang.String cirNo,
Network<?,?> net)
create a branch modification object
|
static BusCondition |
SimuObjectFactory.createBusCondition(CAViolationType ctype,
java.lang.String id,
Network<?,?> net)
create a bus rule condition object
|
static BusModification |
SimuObjectFactory.createBusModification(java.lang.String id,
Network<?,?> net)
create a bus modification object
|
Modifier and Type | Method and Description |
---|---|
Network<?,?> |
SimuContextImpl.getNetwork() |
Modifier and Type | Method and Description |
---|---|
void |
BusModification.apply(Network net,
IPSSMsgHub msg) |
void |
Modification.apply(Network net,
IPSSMsgHub msg)
apply all bus and branch modifications to the network
|
void |
BranchModification.apply(Network net,
IPSSMsgHub msg) |
Modifier and Type | Method and Description |
---|---|
void |
ModificationImpl.apply(Network net,
IPSSMsgHub msg) |
void |
BusModificationImpl.apply(Network net,
IPSSMsgHub msg) |
void |
BranchModificationImpl.apply(Network net,
IPSSMsgHub msg) |
Modifier and Type | Method and Description |
---|---|
void |
BranchActionRule.apply(Network net,
IPSSMsgHub msg)
apply branch rule action
|
void |
BusActionRule.apply(Network net,
IPSSMsgHub msg)
apply bus actions
|
boolean |
RuleBase.applyForPriority(Network net,
int priority,
IPSSMsgHub msg)
Apply rule sets in the rule base with the specified priority.
|
Modifier and Type | Method and Description |
---|---|
void |
BusActionRuleImpl.apply(Network net,
IPSSMsgHub msg) |
void |
BranchActionRuleImpl.apply(Network net,
IPSSMsgHub msg) |
boolean |
RuleBaseImpl.applyForPriority(Network net,
int priority,
IPSSMsgHub msg) |
Modifier and Type | Method and Description |
---|---|
static Network<?,?> |
NetworkState.create(NetworkState<? extends BusState,? extends BranchState> bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
NetworkState.map2EObject(Network eObj) |
static void |
NetworkState.readData(com.hazelcast.nio.ObjectDataInput in,
Network eObj) |
static void |
NetworkState.setZoneAreaOwner(Network eObj,
NetworkedElement elem) |
void |
NetworkState.updateEObject(Network eObj) |
static void |
NetworkState.writeData(com.hazelcast.nio.ObjectDataOutput out,
Network<?,?> eObj) |
Constructor and Description |
---|
NetworkState(Network<?,?> eObj)
Persist a Network object to a JSon NetworkState object
|
NetworkState(Network<? extends Bus,? extends Branch> eObj,
int subNetFlag)
Persist a sub-set of a Network object, obj.intFlag = subNetFlag, to a JSon NetworkState object.
|