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 PlanningChangeBranch |
PlanningNetObjectFactory.createPlanningChangeBranch(AclfBranch aclfBranch)
Create an PlanningChangeBranch object
|
static PlanningChangeBranch |
PlanningNetObjectFactory.createPlanningNewBranch(PlanningAclfNetwork planNet,
AclfBranch branch,
java.time.LocalDateTime time)
Create an PlanningChangeBranch object and added to the Planning Net
|
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 |
---|---|
PlanningChangeBranch |
PlanningAlgorithmFactory.createPlanningChangeBranch()
Returns a new object of class 'Planning Change Branch'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PlanningChangeBranch> |
PlanningPeriodAclfNet.calChangeBranchList()
calculate planning change branch list for the time period.
|
org.eclipse.emf.common.util.EList<PlanningChangeBranch> |
PlanningAclfNetwork.calChangeBranchList(java.time.LocalDateTime startTime)
calculate planning change branch list for the start time
|
org.eclipse.emf.common.util.EList<PlanningChangeBranch> |
PlanningAclfNetwork.getChangeBranchList()
Returns the value of the 'Change Branch List' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
PlanningChangeBranchImpl
An implementation of the model object 'Planning Change Branch'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<PlanningChangeBranch> |
PlanningAclfNetworkImpl.changeBranchList
The cached value of the '
Change Branch List ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
PlanningChangeBranch |
PlanningAlgorithmFactoryImpl.createPlanningChangeBranch() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PlanningChangeBranch> |
PlanningPeriodAclfNetImpl.calChangeBranchList() |
org.eclipse.emf.common.util.EList<PlanningChangeBranch> |
PlanningAclfNetworkImpl.calChangeBranchList(java.time.LocalDateTime startTime) |
org.eclipse.emf.common.util.EList<PlanningChangeBranch> |
PlanningAclfNetworkImpl.getChangeBranchList() |
Modifier and Type | Method and Description |
---|---|
T |
PlanningAlgorithmSwitch.casePlanningChangeBranch(PlanningChangeBranch object)
Returns the result of interpreting the object as an instance of 'Planning Change Branch'.
|