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
A representation of the model object 'Graphical Scheme Condition'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'False Port Index' attribute.intReturns the value of the 'True Port Index' attribute.voidsetFalsePortIndex(int value) Sets the value of the 'False Port Index' attribute.voidsetTruePortIndex(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, eUnsetMethods inherited from interface com._1c.g5.v8.dt.bp.scheme.model.GraphicalSchemeFigure
getBounds, getPicture, getPictureSize, setBounds, setPicture, setPictureSizeMethods 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, setZOrderMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTruePortIndex
int getTruePortIndex()Returns the value of the 'True Port Index' attribute.- Returns:
- the value of the 'True Port Index' attribute.
- See Also:
-
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:
-
getFalsePortIndex
int getFalsePortIndex()Returns the value of the 'False Port Index' attribute.- Returns:
- the value of the 'False Port Index' attribute.
- See Also:
-
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:
-