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 PlanningChangeInfo |
PlanningNetObjectFactory.createPlanningChangeInfo(PlanningChangeType type,
java.time.LocalDateTime time)
Create an PlanningChangeInfo object
|
Modifier and Type | Method and Description |
---|---|
PlanningChangeInfo |
PlanningAlgorithmFactory.createPlanningChangeInfo()
Returns a new object of class 'Planning Change Info'.
|
PlanningChangeInfo |
PlanningChangeSubstation.getChangeInfo()
Returns the value of the 'Change Info' reference.
|
PlanningChangeInfo |
PlanningChangeBus.getChangeInfo()
Returns the value of the 'Change Info' reference.
|
PlanningChangeInfo |
PlanningChangeBranch.getChangeInfo()
Returns the value of the 'Change Info' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
PlanningChangeSubstation.setChangeInfo(PlanningChangeInfo value)
Sets the value of the '
Change Info ' reference. |
void |
PlanningChangeBus.setChangeInfo(PlanningChangeInfo value)
Sets the value of the '
Change Info ' reference. |
void |
PlanningChangeBranch.setChangeInfo(PlanningChangeInfo value)
Sets the value of the '
Change Info ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
PlanningChangeInfoImpl
An implementation of the model object 'Planning Change Info'.
|
Modifier and Type | Field and Description |
---|---|
protected PlanningChangeInfo |
PlanningChangeBusImpl.changeInfo
The cached value of the '
Change Info ' reference. |
protected PlanningChangeInfo |
PlanningChangeBranchImpl.changeInfo
The cached value of the '
Change Info ' reference. |
protected PlanningChangeInfo |
PlanningChangeSubstationImpl.changeInfo
The cached value of the '
Change Info ' reference. |
Modifier and Type | Method and Description |
---|---|
PlanningChangeInfo |
PlanningChangeBusImpl.basicGetChangeInfo() |
PlanningChangeInfo |
PlanningChangeBranchImpl.basicGetChangeInfo() |
PlanningChangeInfo |
PlanningChangeSubstationImpl.basicGetChangeInfo() |
PlanningChangeInfo |
PlanningAlgorithmFactoryImpl.createPlanningChangeInfo() |
PlanningChangeInfo |
PlanningChangeBusImpl.getChangeInfo() |
PlanningChangeInfo |
PlanningChangeBranchImpl.getChangeInfo() |
PlanningChangeInfo |
PlanningChangeSubstationImpl.getChangeInfo() |
Modifier and Type | Method and Description |
---|---|
void |
PlanningChangeBusImpl.setChangeInfo(PlanningChangeInfo newChangeInfo) |
void |
PlanningChangeBranchImpl.setChangeInfo(PlanningChangeInfo newChangeInfo) |
void |
PlanningChangeSubstationImpl.setChangeInfo(PlanningChangeInfo newChangeInfo) |
Modifier and Type | Method and Description |
---|---|
T |
PlanningAlgorithmSwitch.casePlanningChangeInfo(PlanningChangeInfo object)
Returns the result of interpreting the object as an instance of 'Planning Change Info'.
|