public interface FlowInterfaceLimit
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
double |
getOppsiteRefDirImportLimit()
Returns the value of the 'Oppsite Ref Dir Import Limit' attribute.
|
double |
getRefDirExportLimit()
Returns the value of the 'Ref Dir Export Limit' attribute.
|
FlowInterfaceType |
getType()
Returns the value of the 'Type' attribute.
|
boolean |
isStatus()
Returns the value of the 'Status' attribute.
|
void |
setOppsiteRefDirImportLimit(double value)
Sets the value of the '
Oppsite Ref Dir Import Limit ' attribute. |
void |
setRefDirExportLimit(double value)
Sets the value of the '
Ref Dir Export Limit ' attribute. |
void |
setStatus(boolean value)
Sets the value of the '
Status ' attribute. |
void |
setType(FlowInterfaceType value)
Sets the value of the '
Type ' attribute. |
boolean |
violation(double flowExport,
double flowImport)
check Flow interface limit violation
|
FlowInterfaceType getType()
FlowInterfaceType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
Flow interface limit typeFlowInterfaceType
,
setType(FlowInterfaceType)
,
FlowInterfacePackage.getFlowInterfaceLimit_Type()
void setType(FlowInterfaceType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.FlowInterfaceType
,
getType()
boolean isStatus()
If the meaning of the 'Status' attribute isn't clear, there really should be more of a description here...
Flow interface statussetStatus(boolean)
,
FlowInterfacePackage.getFlowInterfaceLimit_Status()
void setStatus(boolean value)
Status
' attribute.
value
- the new value of the 'Status' attribute.isStatus()
double getRefDirExportLimit()
If the meaning of the 'Ref Dir Export Limit' attribute isn't clear, there really should be more of a description here...
Flow interface reference direction export limitsetRefDirExportLimit(double)
,
FlowInterfacePackage.getFlowInterfaceLimit_RefDirExportLimit()
void setRefDirExportLimit(double value)
Ref Dir Export Limit
' attribute.
value
- the new value of the 'Ref Dir Export Limit' attribute.getRefDirExportLimit()
double getOppsiteRefDirImportLimit()
If the meaning of the 'Oppsite Ref Dir Import Limit' attribute isn't clear, there really should be more of a description here...
Flow interface opposite reference direction export limitsetOppsiteRefDirImportLimit(double)
,
FlowInterfacePackage.getFlowInterfaceLimit_OppsiteRefDirImportLimit()
void setOppsiteRefDirImportLimit(double value)
Oppsite Ref Dir Import Limit
' attribute.
value
- the new value of the 'Oppsite Ref Dir Import Limit' attribute.getOppsiteRefDirImportLimit()
boolean violation(double flowExport, double flowImport)
flowExport
- flow exportflowImport
- flow import