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 PlanningChangeBus |
PlanningNetObjectFactory.createPlanningChangeBus(AclfBus aclfBus)
Create an PlanningChangeBus object
|
static PlanningChangeBus |
PlanningNetObjectFactory.createPlanningChangeBus(AclfBus aclfBus,
PlanningChangeType type,
java.time.LocalDateTime time)
Create an PlanningChangeBus object
|
static PlanningChangeBus |
PlanningNetObjectFactory.createPlanningChangeBus(PlanningAclfNetwork planNet,
java.lang.String busId,
PlanningChangeType type,
java.time.LocalDateTime time)
Create an PlanningChangeBus object
|
Modifier and Type | Method and Description |
---|---|
PlanningChangeBus |
PlanningAlgorithmFactory.createPlanningChangeBus()
Returns a new object of class 'Planning Change Bus'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PlanningChangeBus> |
PlanningPeriodAclfNet.calChangeBusList()
calculate planning change bus list for the time period.
|
org.eclipse.emf.common.util.EList<PlanningChangeBus> |
PlanningAclfNetwork.calChangeBusList(java.time.LocalDateTime startTime)
calculate planning change bus list for the starting time
|
org.eclipse.emf.common.util.EList<PlanningChangeBus> |
PlanningAclfNetwork.getChangeBusList()
Returns the value of the 'Change Bus List' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
PlanningChangeBusImpl
An implementation of the model object 'Planning Change Bus'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<PlanningChangeBus> |
PlanningAclfNetworkImpl.changeBusList
The cached value of the '
Change Bus List ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
PlanningChangeBus |
PlanningAlgorithmFactoryImpl.createPlanningChangeBus() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PlanningChangeBus> |
PlanningPeriodAclfNetImpl.calChangeBusList() |
org.eclipse.emf.common.util.EList<PlanningChangeBus> |
PlanningAclfNetworkImpl.calChangeBusList(java.time.LocalDateTime startTime) |
org.eclipse.emf.common.util.EList<PlanningChangeBus> |
PlanningAclfNetworkImpl.getChangeBusList() |
Modifier and Type | Method and Description |
---|---|
T |
PlanningAlgorithmSwitch.casePlanningChangeBus(PlanningChangeBus object)
Returns the result of interpreting the object as an instance of 'Planning Change Bus'.
|