Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.aclf.flow | |
com.interpss.core.aclf.flow.impl | |
com.interpss.core.aclf.flow.util |
Modifier and Type | Method and Description |
---|---|
static FlowInterfaceLimit |
AclfAdjustObjectFactory.createInterfaceLimit()
create a FlowInterfaceLimit object
|
Modifier and Type | Method and Description |
---|---|
FlowInterfaceLimit |
FlowInterfaceFactory.createFlowInterfaceLimit()
Returns a new object of class 'Limit'.
|
FlowInterfaceLimit |
FlowInterface.getOffPeakLimit()
Returns the value of the 'Off Peak Limit' containment reference.
|
FlowInterfaceLimit |
FlowInterface.getOnPeakLimit()
Returns the value of the 'On Peak Limit' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
FlowInterface.setOffPeakLimit(FlowInterfaceLimit value)
Sets the value of the '
Off Peak Limit ' containment reference. |
void |
FlowInterface.setOnPeakLimit(FlowInterfaceLimit value)
Sets the value of the '
On Peak Limit ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
FlowInterfaceLimitImpl
An implementation of the model object 'Interface Limit'.
|
Modifier and Type | Field and Description |
---|---|
protected FlowInterfaceLimit |
FlowInterfaceImpl.offPeakLimit
The cached value of the '
Off Peak Limit ' containment reference. |
protected FlowInterfaceLimit |
FlowInterfaceImpl.onPeakLimit
The cached value of the '
On Peak Limit ' containment reference. |
Modifier and Type | Method and Description |
---|---|
FlowInterfaceLimit |
FlowInterfaceFactoryImpl.createFlowInterfaceLimit() |
FlowInterfaceLimit |
FlowInterfaceImpl.getOffPeakLimit() |
FlowInterfaceLimit |
FlowInterfaceImpl.getOnPeakLimit() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
FlowInterfaceImpl.basicSetOffPeakLimit(FlowInterfaceLimit newOffPeakLimit,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
FlowInterfaceImpl.basicSetOnPeakLimit(FlowInterfaceLimit newOnPeakLimit,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
FlowInterfaceImpl.setOffPeakLimit(FlowInterfaceLimit newOffPeakLimit) |
void |
FlowInterfaceImpl.setOnPeakLimit(FlowInterfaceLimit newOnPeakLimit) |
Modifier and Type | Method and Description |
---|---|
T |
FlowInterfaceSwitch.caseFlowInterfaceLimit(FlowInterfaceLimit object)
Returns the result of interpreting the object as an instance of 'Limit'.
|