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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetFalsePortIndex()Returns the value of the 'False Port Index' attribute.intgetTruePortIndex()Returns 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.EObjecteAllContents, 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.GraphicalSchemeFiguregetBounds, getPicture, getPictureSize, setBounds, setPicture, setPictureSize
 - 
Methods inherited from interface com._1c.g5.v8.dt.bp.scheme.model.GraphicalSchemeItemgetBackColor, 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- 
getTruePortIndexint 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()
 
 - 
setTruePortIndexvoid 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()
 
 - 
getFalsePortIndexint 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()
 
 - 
setFalsePortIndexvoid 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()
 
 
- 
 
-