Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.algo.planning | |
com.interpss.core.algo.planning.impl | |
com.interpss.core.algo.planning.util |
Modifier and Type | Method and Description |
---|---|
static PlanningAclfNetwork |
PlanningNetObjectFactory.createPlanningAclfNetwork()
Create an PlanningAclfNetwork object
|
Modifier and Type | Method and Description |
---|---|
static PlanningChangeBus |
PlanningNetObjectFactory.createPlanningChangeBus(PlanningAclfNetwork planNet,
java.lang.String busId,
PlanningChangeType type,
java.time.LocalDateTime time)
Create an PlanningChangeBus object
|
static PlanningChangeSubstation |
PlanningNetObjectFactory.createPlanningChangeSubstation(PlanningAclfNetwork planNet,
java.lang.String subId,
PlanningChangeType type,
java.time.LocalDateTime time)
Create an PlanningChangeSubstation object
|
static PlanningChangeBranch |
PlanningNetObjectFactory.createPlanningNewBranch(PlanningAclfNetwork planNet,
AclfBranch branch,
java.time.LocalDateTime time)
Create an PlanningChangeBranch object and added to the Planning Net
|
static PlanningPeriodAclfNet |
PlanningNetObjectFactory.createPlanningPeriodAclfNet(PlanningAclfNetwork planNet,
int periodNo)
Create an PlanningPeriodAclfNet object from a parent PlanningAclfNetwork object
|
static PlanningChangeBranch |
PlanningNetObjectFactory.createPlanningRetireBranch(PlanningAclfNetwork planNet,
java.lang.String branchId,
java.time.LocalDateTime time)
Create an PlanningChangeBranch object and added to the Planning Net
|
Modifier and Type | Method and Description |
---|---|
PlanningAclfNetwork |
PlanningAlgorithmFactory.createPlanningAclfNetwork()
Returns a new object of class 'Planning Aclf Network'.
|
PlanningAclfNetwork |
PlanningPeriodAclfNet.getParentContainer()
Returns the value of the 'Parent Container' container reference.
|
Modifier and Type | Method and Description |
---|---|
void |
PlanningPeriodAclfNet.setParentContainer(PlanningAclfNetwork value)
Sets the value of the '
Parent Container ' container reference. |
Modifier and Type | Class and Description |
---|---|
class |
PlanningAclfNetworkImpl
An implementation of the model object 'Net Container'.
|
Modifier and Type | Method and Description |
---|---|
PlanningAclfNetwork |
PlanningAlgorithmFactoryImpl.createPlanningAclfNetwork() |
PlanningAclfNetwork |
PlanningPeriodAclfNetImpl.getParentContainer() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
PlanningPeriodAclfNetImpl.basicSetParentContainer(PlanningAclfNetwork newParentContainer,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
PlanningPeriodAclfNetImpl.setParentContainer(PlanningAclfNetwork newParentContainer) |
Modifier and Type | Method and Description |
---|---|
T |
PlanningAlgorithmSwitch.casePlanningAclfNetwork(PlanningAclfNetwork object)
Returns the result of interpreting the object as an instance of 'Planning Aclf Network'.
|
Constructor and Description |
---|
BasePlanningNetBuiler(PlanningAclfNetwork planNet)
Constructor
|