Package com._1c.g5.v8.dt.bp.scheme.model
Interface GraphicalSchemeCondition
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,GraphicalSchemeFigure
,GraphicalSchemeItem
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GraphicalSchemeConditionImpl
public interface GraphicalSchemeCondition extends GraphicalSchemeFigure
A representation of the model object 'Graphical Scheme Condition'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFalsePortIndex()
Returns the value of the 'False Port Index' attribute.int
getTruePortIndex()
Returns the value of the 'True Port Index' attribute.void
setFalsePortIndex(int value)
Sets the value of the 'False Port Index
' attribute.void
setTruePortIndex(int value)
Sets the value of the 'True Port Index
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.bp.scheme.model.GraphicalSchemeFigure
getBounds, getPicture, getPictureSize, setBounds, setPicture, setPictureSize
-
Methods inherited from interface com._1c.g5.v8.dt.bp.scheme.model.GraphicalSchemeItem
getBackColor, getCurrentLanguage, getEventHandlers, getFont, getGroupNumber, getHorizontalAlign, getId, getItemType, getLine, getLineColor, getName, getPassageState, getPictureLocation, getPointUUID, getTableCode, getTabOrder, getTextColor, getTitle, getToolTip, getVerticalAlign, getZOrder, isHyperlink, isTransparent, setBackColor, setCurrentLanguage, setFont, setGroupNumber, setHorizontalAlign, setHyperlink, setId, setItemType, setLine, setLineColor, setName, setPassageState, setPictureLocation, setPointUUID, setTableCode, setTabOrder, setTextColor, setTransparent, setVerticalAlign, setZOrder
-
-
-
-
Method Detail
-
getTruePortIndex
int getTruePortIndex()
Returns the value of the 'True Port Index' attribute.- Returns:
- the value of the 'True Port Index' attribute.
- See Also:
setTruePortIndex(int)
,ModelPackage.getGraphicalSchemeCondition_TruePortIndex()
-
setTruePortIndex
void setTruePortIndex(int value)
Sets the value of the 'True Port Index
' attribute.- Parameters:
value
- the new value of the 'True Port Index' attribute.- See Also:
getTruePortIndex()
-
getFalsePortIndex
int getFalsePortIndex()
Returns the value of the 'False Port Index' attribute.- Returns:
- the value of the 'False Port Index' attribute.
- See Also:
setFalsePortIndex(int)
,ModelPackage.getGraphicalSchemeCondition_FalsePortIndex()
-
setFalsePortIndex
void setFalsePortIndex(int value)
Sets the value of the 'False Port Index
' attribute.- Parameters:
value
- the new value of the 'False Port Index' attribute.- See Also:
getFalsePortIndex()
-
-